aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-11-03py: Change config default so m_malloc0 uses memset if GC not enabled.Colin Hogben
2016-11-03tests/extmod/framebuf1: Test framebuffer pixel clear, and text function.Alex March
2016-11-02py: Fix wrong assumption that m_renew will not move if shrinkingColin Hogben
2016-11-02esp8266/modules: Fix negative temperature in ds18x20 driver.ernitron
2016-11-02extmod/utime_mphal: ticks_diff(): Optimize to avoid if conditions.Paul Sokolovsky
2016-11-02esp8266/etshal.h: Adjust size of MD5_CTX structure.Paul Sokolovsky
2016-11-02esp8266/etshal.h: Add prototypes for SPIRead/SPIWrite/SPIEraseSector.Paul Sokolovsky
2016-11-02unix: fix symbol references for x86 MacJan Pochyla
2016-11-02esp8266/main: Bump heap size to 36K.Paul Sokolovsky
2016-11-01esp8266/modnetwork.c: Allows AP reconnection without WiFi credentialspuuu
2016-11-01esp8266/scripts/port_diag: Add descriptions for esf_buf types.Paul Sokolovsky
2016-11-01docs/utime: Add docs for ticks_add(), improvements for other ticks_*().Paul Sokolovsky
2016-11-01docs/utime: Remove only:: for ticks_diff().Paul Sokolovsky
2016-10-31py: remove asserts that are always true in emitbc.cPavol Rusnak
2016-10-31py: fix null pointer dereference in mpz.c, fix missing va_end in warning.cPavol Rusnak
2016-10-31esp8266/modnetwork: config(): Fix copy-paste error in setting "mac".Paul Sokolovsky
2016-10-31docs/utime: Describe new semantics of ticks_diff() (signed ring arithmetics).Paul Sokolovsky
2016-10-30docs/utime: Document ticks_cpu() in more detail.Paul Sokolovsky
2016-10-30docs/library/index: Update TOCs so builtins sorted before modules.Paul Sokolovsky
2016-10-30tools/tinytest-codegen: Exclude ticks_diff test for qemu-arm port.Paul Sokolovsky
2016-10-30tests/extmod/ticks_diff: Test for new semantics of ticks_diff().Paul Sokolovsky
2016-10-30py/sequence: Fix reverse slicing of lists.Fabio Utzig
2016-10-30extmod/utime_mphal: Fix implementation of new semantics of ticks_diff().Paul Sokolovsky
2016-10-30extmod/utime_mphal: Allow ticks functions period be configurable by a port.Paul Sokolovsky
2016-10-29tests/btree1: Fix out of memory error running on esp8266.Paul Sokolovsky