aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-19cc3200: Refactor network module to make the server a propper object.danicampora
2015-10-19cc3200: Increase stack sizes a bit.danicampora
2015-10-19cc3200: Create wipy module, remove HeartBeat class.danicampora
2015-10-19unix/modos: Android Bionic lacks statvfs(), has BSD statfs().Paul Sokolovsky
2015-10-19all: Make netutils.h available to all ports by default.Paul Sokolovsky
2015-10-19unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff().Paul Sokolovsky
2015-10-19unix/modtime: Implement sleep_ms(), sleep_us().Paul Sokolovsky
2015-10-19py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler.Damien George
2015-10-19unix/unix_mphal: Implement HAL_Delay() and HAL_GetTick().Paul Sokolovsky
2015-10-18py/stream: Allow to reuse is_nonblocking_error().Paul Sokolovsky
2015-10-18unix/modos: Checking config macros requires mpconfig.h.Paul Sokolovsky
2015-10-18unix/modos: Guard sys/statvfs.h include with MICROPY_PY_OS_STATVFS check.Paul Sokolovsky
2015-10-18docs: In top index fix machine module link for the WiPy.danicampora
2015-10-18unix/modos: Add statvfs() function.Paul Sokolovsky
2015-10-18unix: Build libffi in a directory which is gitgnored.Paul Sokolovsky
2015-10-17docs: Update all WiPy docs to reflect the new API.danicampora
2015-10-17cc3200: Improvements to terminal duplication.danicampora
2015-10-17cc3200: In scan results rename 'auth' field to 'sec'.danicampora
2015-10-17stmhal: Make USB serial number actually be unique.Dave Hylands
2015-10-17tools/upip: Update to 0.5.9.Paul Sokolovsky
2015-10-17lib/libffi: Add libffi as a submodule.Paul Sokolovsky
2015-10-17py: Add support for _ in REPL to hold last computed value.Damien George
2015-10-16py: Add option for inline assembler to support ARMv7-M instructions.Damien George
2015-10-15py: Fix with+for+return bug by popping for-iter when unwinding exc stack.Damien George
2015-10-15unix: Fix coverage build now that mp_plat_print uses write.Damien George
2015-10-15py: Remove dependency on printf/fwrite in mp_plat_print.Damien George
2015-10-15unix: Allow to build against Android down to 1.5.Paul Sokolovsky
2015-10-14py/compile: Remove unnecessary label in compilation of for statement.Damien George
2015-10-14py: Fix build of ARM native emitter due to recent viper changes.Damien George
2015-10-14tests/jni: Start adding modjni tests.Paul Sokolovsky
2015-10-14unix/modjni: Add iteration support for Java List objects.Paul Sokolovsky
2015-10-14unix/modjni: call_method: Check for Java exception after method return.Paul Sokolovsky
2015-10-13tests: Add more tests for viper 16/32-bit load/store, and ellipsis.Damien George
2015-10-13py/qstr: Fix calc of qstr memory usage, due to new qstr chunk allocation.Damien George
2015-10-13docs: Fix formatting of DAC code examples.Damien George
2015-10-13stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12.Damien George
2015-10-13py: Implement ptr32 load and store in viper emitter.Damien George
2015-10-13unix/modtermios: tcsetattr: If 0 passed for "when" param, treat as TCSANOW.Paul Sokolovsky
2015-10-12py: Add support to call __init__ from a builtin module on first import.Damien George
2015-10-12py: Allow to to build MicroPython as a static library.Paul Sokolovsky
2015-10-12py/parse: Make parser error handling cleaner, less spaghetti-like.Damien George
2015-10-12py: Move constant folding from compiler to parser.Damien George
2015-10-12py/objarray: Allow to create array of void pointers, as extension to CPython.Paul Sokolovsky
2015-10-12unix: Add exit and paste-mode hints to shell startup banner.Damien George
2015-10-12README.md: Document "Ctrl+D" shell exit.nyov
2015-10-12Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George
2015-10-11stmhal: Enable REPL auto indent; document paste mode in help().Damien George
2015-10-11repl: Add paste mode to friendly REPL, entered via CTRL-E.Damien George
2015-10-11py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.Paul Sokolovsky
2015-10-11py/makeqstrdata.py: Catch and report case of empty input file.Paul Sokolovsky