aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-06-28cc3200/gccollect: Use MP_STATE_THREAD(stack_top) to get top of stack.Damien George
2016-06-28cc3200/mpthreadport: Properly initialise the main thread's data.Damien George
2016-06-28cc3200/mpthreadport: Make mutex statically allocated.Damien George
2016-06-28cc3200: Use xTaskCreateStatic instead of osi_TaskCreate.Damien George
2016-06-28py/mpthread: Include mpstate.h when defining GIL macros.Damien George
2016-06-28tests/thread: Make sure that thread tests don't rely on floating point.Damien George
2016-06-28tests/thread: Make stack-size test run correctly and reliable on uPy.Damien George
2016-06-28py/nlrsetjmp: Update to take into account new location of nlr_top.Damien George
2016-06-28py/nlrthumb: Convert NLR thumb funcs from asm to C with inline-asm.Damien George
2016-06-28cc3200: Fix call to new exception to be _msg instead of _arg1.Damien George
2016-06-28py/modthread: Allow to properly set the stack limit of a thread.Damien George
2016-06-28cc3200: Add basic threading capabilities.Damien George
2016-06-28cc3200: Define our own FreeRTOS heap so it can go in a special segment.Damien George
2016-06-28cc3200: Update FreeRTOS to v9.0.0.Damien George
2016-06-28py/mpthread.h: Move GIL macros outside MICROPY_PY_THREAD block.Damien George
2016-06-28unix/modtime: Release the GIL when sleeping.Damien George
2016-06-28py/modthread: Make Lock objects work when GIL is enabled.Damien George
2016-06-28py: Don't use gc or qstr mutex when the GIL is enabled.Damien George
2016-06-28py: Implement a simple global interpreter lock.Damien George
2016-06-28py: Make interning of qstrs thread safe.Damien George
2016-06-28tests/thread: Add test for concurrent mutating of user instance.Damien George
2016-06-28tests/thread: Add test for concurrent interning of strings.Damien George
2016-06-28tests/thread: Add tests that mutate shared objects.Damien George
2016-06-28tests/thread: Rename thread_stress_XXX.py to stress_XXX.py.Damien George
2016-06-28unix/mpthreadport: Suppress compiler warning about unused arguments.Damien George
2016-06-28unix/gccollect: Provide declaration of exported function.Damien George