4762 Commits (f882d53fcd4ba9775409c994cbf183770963b37e)
 

Author SHA1 Message Date
Paul Sokolovsky f882d53fcd unix/main: Use builtin unichar_isdigit() in preference if libc's. 9 years ago
Paul Sokolovsky 772f0b4159 tests/jni: Add test for working with container of List interface. 9 years ago
Paul Sokolovsky 3c7e1b80ac unix/modjni: Add missing get_jclass_name() function. 9 years ago
Dave Hylands 3551368424 docs: Fix a typo in the REPL documentation. 9 years ago
Paul Sokolovsky 73ff0687f2 lib/utils/printf: Move from stmhal/ . 9 years ago
stijn b1dbbd32eb windows: Allow specifying the python executable to use for msvc builds 9 years ago
omtinez 1b9d161f94 Fix project file for Visual Studio 2015 9 years ago
Paul Sokolovsky 549c79d11e docs/select: Document POLLIN/OUT/ERR/HUP. 9 years ago
Paul Sokolovsky 746b752b8e stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants. 9 years ago
Damien George 1f92ffb5b7 py/emitinlinethumb: Allow to compile with -Wsign-compare. 9 years ago
Damien George 723d598d32 py/asmthumb: Allow to compile with -Wsign-compare and -Wunused-parameter. 9 years ago
Damien George 40274fec9c lib/pyexec: Move header pyexec.h from stmhal directory. 9 years ago
Paul Sokolovsky 50f56227c6 py/objint_longlong: Instead of assert, throw OverflowError. 9 years ago
Alex March c27e5c4b0b cc3200: FatFS configuration moved to the library folder. 9 years ago
Alex March 748509a93c stmhal: FatFS configuration moved to the library folder. 9 years ago
Alex March 34472302d6 lib/fatfs: Unify fatfs configuration. 9 years ago
Paul Sokolovsky 6e68a68d18 unix/gccollect: Fallback to setjmp-based register fetching automatically. 9 years ago
Dave Hylands 57e00ef262 stmhal: Fix RTC code to work on the F7 9 years ago
Dave Hylands 7f3c0d1ea8 py: Clear finalizer flag when calling gc_free. 9 years ago
Dave Hylands 41b688e25f stmhal: Print more information at HardFault time. 9 years ago
Paul Sokolovsky 89f2ddd2d0 tools/pyboard.py: Don't add terminating \x04 character to stdout output. 9 years ago
Damien George b7ca945877 lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter. 9 years ago
Paul Sokolovsky e6dccaf18e tools/pyboard.py: Make -c (inline Python code) option compatible with python2. 9 years ago
Tony Abboud ae58035573 stmhal: Add missing regex property for parsing header comments 9 years ago
Damien George 8b8d189bc0 py: Adjust object repr C (30-bit stuffed float) to reduce code size. 9 years ago
T S 8f7ff854b0 stmhal/rtc: LSx oscillator is only initialized upon initial power up. 9 years ago
Paul Sokolovsky 8bfa11b138 minimal: Clarify comments. 9 years ago
danicampora 8cee03b118 cc3200: Force SSL method to be TLSV1. 9 years ago
danicampora 1673e19cb9 cc3200: Make telnet server ignore NULL characters. 9 years ago
Galen Hazelwood af3e45419c extmod/lwip: Change void pointers to unions, include new mphal.h file 9 years ago
Dave Hylands 53ea2b5ce2 teensy: Switch over to using frozen modules instead of memzip 9 years ago
Dave Hylands 074d713bfb lib/memzip: Factor out memzip from teensy/ into lib/memzip. 9 years ago
Dave Hylands a9f3030371 docs: Add docs about REPL paste-mode and Control-C 9 years ago
Dave Hylands 98fb0bf68a docs: Move instructions on generating the documentation to docs/README.md 9 years ago
Dave Hylands 040f6f6711 minimal: Add an explicit comment on the gchelper.s line in the Makefile. 9 years ago
Mike Bryant 1bfa6ae6e4 README: Fix typo in package name. 9 years ago
Damien George dde0c204e7 lib/pyexec: For paste mode use "Ctrl" as the name of the key, not "CTRL". 9 years ago
stijn c76fe77f42 windows: Update build instructions in the README 9 years ago
Henrik Sölver 35e7d9c0f1 stmhal/can: Fix a bug in filter handling. 9 years ago
Paul Sokolovsky 06f70973f7 unix/unix_mphal: Typo fix in comment. 9 years ago
Dave Curtis 32b3549cce stmhal: Add symbolic #defines for interrupt levels in irq.h. 9 years ago
danicampora 056cb288d9 cc3200: Remove includes of rom.h (must be included via rom_map.h). 9 years ago
danicampora f67d06194f cc3200: Fix SPI clock divider calculation. 9 years ago
Paul Sokolovsky d0601b0a1f extmod/re1.5: Workaround issue with mingw32-gcc 4.2.1. 9 years ago
Paul Sokolovsky aeadf7607d windows/README: Deprecate mingw32, suggest using mingw64. 9 years ago
Paul Sokolovsky aee704ebe1 extmod/modure: Make sure that errors in regexps are caught early. 9 years ago
Paul Sokolovsky 7cce2f664c extmod/re1.5: Update to 0.8. 9 years ago
Paul Sokolovsky 000a12783c cc3200: Use common pyexec.c . 9 years ago
Paul Sokolovsky 4deb4936d5 extmod/modlwip: socket->incoming changed by async callbacks, must be volatile. 9 years ago
Paul Sokolovsky 0ec51441de stmhal: pyexec.c is common module, move to lib/utils/ . 9 years ago