aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-14docs: Remove references to readall() and update stream read() docs.Damien George
2016-11-14cc3200/tools/smoke.py: Change readall() to read().Damien George
2016-11-14py/objexcept: Allow clearing traceback with 'exc.__traceback__ = None'.Paul Sokolovsky
2016-11-14examples/hwapi: Add uasyncio example of fading 2 LEDs in parallel.Paul Sokolovsky
2016-11-14tests: Use read() instead of readall().Paul Sokolovsky
2016-11-14examples/http_client: Use read() instead of readall().Paul Sokolovsky
2016-11-14all: Remove readall() method, which is equivalent to read() w/o args.Paul Sokolovsky
2016-11-13examples/hwapi: Add soft_pwm example converted to uasyncio.Paul Sokolovsky
2016-11-12tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm).Paul Sokolovsky
2016-11-12extmod/moduheapq: Adhoc changes to support ordering by utime.ticks_ms().Paul Sokolovsky
2016-11-12examples/hwapi: button_led: Add GPIO pin read example.Paul Sokolovsky
2016-11-11stmhal: Rename mp_hal_pin_set_af to _config_alt, to simplify alt config.Damien George
2016-11-11stmhal/i2c: Reset the I2C peripheral if there was an error on the bus.Damien George
2016-11-11stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers.Damien George
2016-11-11stmhal/dma: De-init the DMA peripheral properly before initialising.Damien George
2016-11-10tests/micropython: Add test for import from within viper function.Damien George
2016-11-10py/emitnative: Fix native import emitter when in viper mode.Damien George
2016-11-10docs: Bump version to 1.8.6.Damien George
2016-11-10examples/hwapi: Add hwconfig for DragonBoard 410c.Paul Sokolovsky
2016-11-09esp8266: Update 512k linker script, renaming modpyb to machine.Damien George
2016-11-09docs/library/machine.Pin: Update Pin docs to align with new HW API.Damien George
2016-11-09esp8266/modnetwork.c: Expose configuration for station DHCP hostname.Chris Popp
2016-11-09zephyr/mphalport.h: Update for new "unified" kernal API (sleep functions).Paul Sokolovsky
2016-11-08unix: Add symlinks for upip to make it frozen into binary.Damien George
2016-11-08py: Strip leading dirs from frozen mpy files, so any path can be used.Damien George
2016-11-08py: Move frozen bytecode Makefile rules from ports to common mk files.Damien George
2016-11-08esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).Paul Sokolovsky
2016-11-08docs/*/quickref.rst: Use new semantics of ticks_diff()puuu
2016-11-08esp8266: Include upip as a standard frozen bytecode module.Paul Sokolovsky
2016-11-07tools, unix: Replace upip tarball with just source files.Paul Sokolovsky
2016-11-07esp8266/espneopixel.c: Solve glitching LED issues with cpu at 80MHz.Olivier Ortigues
2016-11-07stmhal: enable SD power save (disable CLK on idle)Ryan Shaw
2016-11-06examples/hwapi: Example showing best practices for HW API usage in apps.Paul Sokolovsky
2016-11-06docs/esp8266: Update for new WebREPL setup procedure.Paul Sokolovsky
2016-11-06esp8266: Rework webrepl_setup to run over wired REPL.Paul Sokolovsky
2016-11-06tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto".Paul Sokolovsky
2016-11-06esp8266: Rename "machine" module implementation to use contemporary naming.Paul Sokolovsky
2016-11-05zephyr/Makefile: Add -fomit-frame-pointer.Paul Sokolovsky
2016-11-05zephyr/Makefile: Add minimal port.Paul Sokolovsky
2016-11-04zephyr/Makefile: Allow to override Zephyr config from make command line.Paul Sokolovsky
2016-11-04zephyr/Makefile: Update comments to the current state of affairs.Paul Sokolovsky
2016-11-04zephyr/Makefile: Allow to adjust heap size from make command line.Paul Sokolovsky
2016-11-04zephyr/mpconfigport.h: Move less important params to the bottom.Paul Sokolovsky
2016-11-03extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types.Paul Sokolovsky
2016-11-03windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounterstijn
2016-11-03windows: Fix utime_mphal compilation for msvcstijn
2016-11-03drivers: Add "from micropython import const" when const is used.Damien George
2016-11-03py: Add MICROPY_FLOAT_CONST macro for defining float constants.Damien George
2016-11-03qemu-arm: Enable software floating point support, and float tests.Damien George
2016-11-03lib/libm: Move Thumb-specific sqrtf function to separate file.Damien George