summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-13unix: Use standard mphalport.h header.Paul Sokolovsky
2015-11-13main.c: Switch stderr printing from ANSI C to native POSIX.Paul Sokolovsky
2015-11-13unix: Allow to override MICROPY_PY_MATH_SPECIAL_FUNCTIONS from command-line.Paul Sokolovsky
2015-11-13unix/mpconfigport: Move log2() definition to modmath.c.Paul Sokolovsky
2015-11-13py: Allow to import compiled bytecode files.Damien George
2015-11-13py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode.Damien George
2015-11-13py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime.Damien George
2015-11-13py: Add constant table to bytecode.Damien George
2015-11-13py: Put all bytecode state (arg count, etc) in bytecode.Damien George
2015-11-13py: Reorganise bytecode layout so it's more structured, easier to edit.Damien George
2015-11-13unix/main: Use builtin unichar_isdigit() in preference if libc's.Paul Sokolovsky
2015-11-13tests/jni: Add test for working with container of List interface.Paul Sokolovsky
2015-11-11unix/modjni: Add missing get_jclass_name() function.Paul Sokolovsky
2015-11-10docs: Fix a typo in the REPL documentation.Dave Hylands
2015-11-10lib/utils/printf: Move from stmhal/ .Paul Sokolovsky
2015-11-10windows: Allow specifying the python executable to use for msvc buildsstijn
2015-11-10Fix project file for Visual Studio 2015omtinez
2015-11-09docs/select: Document POLLIN/OUT/ERR/HUP.Paul Sokolovsky
2015-11-09stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants.Paul Sokolovsky
2015-11-09py/emitinlinethumb: Allow to compile with -Wsign-compare.Damien George
2015-11-09py/asmthumb: Allow to compile with -Wsign-compare and -Wunused-parameter.Damien George
2015-11-09lib/pyexec: Move header pyexec.h from stmhal directory.Damien George
2015-11-09py/objint_longlong: Instead of assert, throw OverflowError.Paul Sokolovsky
2015-11-08cc3200: FatFS configuration moved to the library folder.Alex March
2015-11-08stmhal: FatFS configuration moved to the library folder.Alex March
2015-11-08lib/fatfs: Unify fatfs configuration.Alex March
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