summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-10docs: Bump version to 1.8.2.v1.8.2Damien George
2016-07-09travis: Run unix thread tests.Damien George
2016-07-09tests/run-tests: If running thread tests on unix, don't run mutate ones.Damien George
2016-07-09unix: Disable the GIL to improve performance of non-thread code.Damien George
2016-07-09unix/main: When preparing sys.path, allocate exact strings on uPy heap.Paul Sokolovsky
2016-07-08unix/main: Improve help for -X options a bit.Paul Sokolovsky
2016-07-08unix/main: Error out on unknown value of suffix in -X heapsize= option.Paul Sokolovsky
2016-07-07extmod/moduos_dupterm: Reuse dupterm_arr_obj for write operations.Paul Sokolovsky
2016-07-06py/objarray: Split out header to allow direct access to object.Paul Sokolovsky
2016-07-05esp8266/esp_mphal: Properly handle dupterm EOF after switching to readinto().Paul Sokolovsky
2016-07-04esp8266/esp_mphal: call_dupterm_read: Use readinto() method.Paul Sokolovsky
2016-07-04esp8266/main: Init recently added dupterm_arr_obj port state var.Paul Sokolovsky
2016-07-04extmod/moduos_dupterm: Reserve buffer bytearray object for dupterm.Paul Sokolovsky
2016-07-03unix/mpconfigport_minimal.h: Allow to print a string within 1KB of heap.Paul Sokolovsky
2016-07-03unix/Makefile: Make "minimal" build be minimal again.Paul Sokolovsky
2016-07-02esp8266/README: Promote from "highly experimental" to "experimental".Paul Sokolovsky
2016-07-02esp8266: Switch webrepl to use frozen bytecode.Paul Sokolovsky
2016-07-02esp8266: Switch webrepl_setup to use frozen bytecode.Paul Sokolovsky
2016-07-02esp8266: Explicitly collect garbage in bootstrap scripts.Paul Sokolovsky
2016-07-02extmod/modbtree: Fixes for nanbox build.Paul Sokolovsky
2016-07-02unix: Enable btree module.Paul Sokolovsky
2016-07-02extmod/modbtree: Fix unused argument warning.Paul Sokolovsky
2016-07-02py/mpconfig.h: Mention MICROPY_PY_BTREE config option.Paul Sokolovsky
2016-07-02py/builtinimport: Disable "imported as namespace package" warning.Paul Sokolovsky
2016-07-02extmod/modwebrepl: Add readinto() method.Paul Sokolovsky
2016-07-02extmod/modwebsocket: Add readinto() method.Paul Sokolovsky
2016-07-01tests/meminfo: Update for addition of "max free sz" output.Paul Sokolovsky
2016-07-01py/gc: Calculate (and report) maximum contiguous free block size.Paul Sokolovsky
2016-06-30esp8266/modpybuart: allow setting baudrate and other paramsRadomir Dopieralski
2016-06-30esp8266/websocket_helper.py: Fix typo in debug output.Paul Sokolovsky
2016-06-30py/gc: Be sure to count last allocated block at heap end in stats.Paul Sokolovsky
2016-06-30esp8266/websocket_helper.py: Avoid extra string allocations.Paul Sokolovsky
2016-06-29stmhal: Enable SD card on L4 MCUs.dpslwk
2016-06-29stmhal: Correct DMA to allow SD card on L4 MCUs.dpslwk
2016-06-29stmhal: Update HALCOMMITS due to change to haldpslwk
2016-06-29stmhal: Port of f4 hal commit 1d7fb82 to l4 haldpslwk
2016-06-29esp8266/README: Describe how to build mpy-cross.Damien George
2016-06-29esp8266: Enable frozen bytecode, with scripts in modules/ subdir.Damien George
2016-06-28qemu-arm: Disable gcc LTO option for nlrthumb.c.Damien George
2016-06-28cc3200: Remove obsolete singleton heart-beat object.Damien George
2016-06-28cc3200: Allow to compile bootloader with threading enabled.Damien George
2016-06-28cc3200: Shrink the FreeRTOS heap and place TCB+stack in freed location.Damien George
2016-06-28cc3200: Start the simplelink spawn task using the static task creator.Damien George
2016-06-28cc3200: Remove .boot section attribute from osi_TaskCreate function.Damien George
2016-06-28cc3200: In FreeRTOSConfig.h, comment on configSUPPORT_STATIC_ALLOCATION.Damien George
2016-06-28tests/thread: Allow some tests to run on ports with not much heap.Damien George
2016-06-28tests/thread: Allow thread_sleep1 to run without floating point.Damien George
2016-06-28cc3200: Enable the GIL.Damien George
2016-06-28cc3200/mpthreadport: Move mem alloc outside the thread_mutex lock.Damien George
2016-06-28cc3200/mpthreadport: Scan more root pointers from thread data.Damien George