aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-08travis: Oops, remove "which"'s.travis-testingDamien George
2015-11-08travis: Eighteenth time, this is as best as we can do.Damien George
2015-11-08travis: Seventeenth try, and this will be the last search try.Damien George
2015-11-08travis: Sixteenth try, surely it'll work?Damien George
2015-11-08travis: Fifteenth try, should now find it.Damien George
2015-11-08travis: Fourteenth try, getting close to arm-none-eabi-gcc.Damien George
2015-11-08travis: Thirteenth try finding arm-none-eabi-gcc.Damien George
2015-11-08travis: Twelfth try getting arm-none-eabi-gcc.Damien George
2015-11-08travis: Eleventh try for arm-none-eabi-gcc.Damien George
2015-11-08travis: Tenth try, still with arm-none-eabi-gcc.Damien George
2015-11-08travis: Ninth attempt, still trying with arm-none-eabi-gcc.Damien George
2015-11-08travis: Eight try: trying to find how to get gcc-arm-none-eabi installed.Damien George
2015-11-08travis: Seventh try: try to get coveralls working.Damien George
2015-11-08travis: Seventh try: use --user option for pip install.Damien George
2015-11-08travis: Sixth try: properly fix .travis.yml.Damien George
2015-11-08travis: Fifth try: fix comment in .travis.yml.Damien George
2015-11-08travis: Fourth attempt: add more packages and build targets.Damien George
2015-11-08travis: Third try: adding gcc-4.7 to package list.Damien George
2015-11-08travis: Second attempt at new infra, using minimal build list.Damien George
2015-11-08travis: First try at getting new Travis infrastructure running.Damien George
2015-11-08travis: Print context info for failed qemu-arm.Damien George
2015-11-08unix/gccollect: Fallback to setjmp-based register fetching automatically.Paul Sokolovsky
2015-11-07stmhal: Fix RTC code to work on the F7Dave Hylands
2015-11-07py: Clear finalizer flag when calling gc_free.Dave Hylands
2015-11-07stmhal: Print more information at HardFault time.Dave Hylands
2015-11-07tools/pyboard.py: Don't add terminating \x04 character to stdout output.Paul Sokolovsky
2015-11-07lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter.Damien George
2015-11-07tools/pyboard.py: Make -c (inline Python code) option compatible with python2.Paul Sokolovsky
2015-11-06stmhal: Add missing regex property for parsing header commentsTony Abboud
2015-11-06py: Adjust object repr C (30-bit stuffed float) to reduce code size.Damien George
2015-11-06stmhal/rtc: LSx oscillator is only initialized upon initial power up.T S
2015-11-07minimal: Clarify comments.Paul Sokolovsky
2015-11-06cc3200: Force SSL method to be TLSV1.danicampora
2015-11-05cc3200: Make telnet server ignore NULL characters.danicampora
2015-11-04extmod/lwip: Change void pointers to unions, include new mphal.h fileGalen Hazelwood
2015-11-04teensy: Switch over to using frozen modules instead of memzipDave Hylands
2015-11-04lib/memzip: Factor out memzip from teensy/ into lib/memzip.Dave Hylands
2015-11-03docs: Add docs about REPL paste-mode and Control-CDave Hylands
2015-11-03docs: Move instructions on generating the documentation to docs/README.mdDave Hylands
2015-11-04minimal: Add an explicit comment on the gchelper.s line in the Makefile.Dave Hylands
2015-11-04README: Fix typo in package name.Mike Bryant
2015-11-03lib/pyexec: For paste mode use "Ctrl" as the name of the key, not "CTRL".Damien George
2015-11-02windows: Update build instructions in the READMEstijn
2015-11-02stmhal/can: Fix a bug in filter handling.Henrik Sölver
2015-11-03unix/unix_mphal: Typo fix in comment.Paul Sokolovsky
2015-11-01stmhal: Add symbolic #defines for interrupt levels in irq.h.Dave Curtis
2015-11-01cc3200: Remove includes of rom.h (must be included via rom_map.h).danicampora
2015-11-01cc3200: Fix SPI clock divider calculation.danicampora
2015-11-01extmod/re1.5: Workaround issue with mingw32-gcc 4.2.1.Paul Sokolovsky
2015-11-01windows/README: Deprecate mingw32, suggest using mingw64.Paul Sokolovsky