aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-20py: Add object repr "C", where 30-bit floats are stuffed in obj word.Damien George
2015-10-20py: Make float representation configurable with object representation.Damien George
2015-10-20py: Move float e/pi consts to objfloat and make mp_obj_float_t private.Damien George
2015-10-20py: Add mp_obj_is_float function (macro) and use it where appropriate.Damien George
2015-10-20stmhal/rtc: Fix indentation to use spaces rather than tabs.Damien George
2015-10-20stmhal/rtc: Init uses YMD rather than backup register to detect powerup.Peter Hinch
2015-10-20unix: Use "Ctrl" as a name of the key, not "CTRL".Paul Sokolovsky
2015-10-20tests/extmod: Add tests for sleep_ms/us(), ticks_ms/us/diff().Paul Sokolovsky
2015-10-20travis: Build "deplibs" in unix port.Paul Sokolovsky
2015-10-19tools/pyboard: Add -c argument to run a program passed as a string.Tom Soulanille
2015-10-19teensy: Update to compile with latest changes to stmhal Pin class.Damien George
2015-10-19stmhal: Bring Pin class close to new machine module specification.Damien George
2015-10-20stmhal/uart: If char is not received within timeout, return EAGAIN error.Paul Sokolovsky
2015-10-19stmhal: Implement os.dupterm (was pyb.repl_uart).Damien George
2015-10-19stmhal: Add sleep_{ms,us} and ticks_{ms,us,cpu,diff} to time module.Damien George
2015-10-19stmhal: Early version of machine module for stmhal.Dave Hylands
2015-10-19libffi: Skip building docs.Paul Sokolovsky
2015-10-19cc3200: WLAN class can retrieve the existing instance.danicampora
2015-10-19tests/wipy: Make WLAN test more stable.danicampora
2015-10-19cc3200: Fix time.ticks_* functions.danicampora
2015-10-19docs/wipy: Add wipy tutorials section.danicampora
2015-10-19docs: Add wipy and network.server documentation.danicampora
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