index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-07-01
tests/meminfo: Update for addition of "max free sz" output.
Paul Sokolovsky
2016-07-01
py/gc: Calculate (and report) maximum contiguous free block size.
Paul Sokolovsky
2016-06-30
esp8266/modpybuart: allow setting baudrate and other params
Radomir Dopieralski
2016-06-30
esp8266/websocket_helper.py: Fix typo in debug output.
Paul Sokolovsky
2016-06-30
py/gc: Be sure to count last allocated block at heap end in stats.
Paul Sokolovsky
2016-06-30
esp8266/websocket_helper.py: Avoid extra string allocations.
Paul Sokolovsky
2016-06-29
stmhal: Enable SD card on L4 MCUs.
dpslwk
2016-06-29
stmhal: Correct DMA to allow SD card on L4 MCUs.
dpslwk
2016-06-29
stmhal: Update HALCOMMITS due to change to hal
dpslwk
2016-06-29
stmhal: Port of f4 hal commit 1d7fb82 to l4 hal
dpslwk
2016-06-29
esp8266/README: Describe how to build mpy-cross.
Damien George
2016-06-29
esp8266: Enable frozen bytecode, with scripts in modules/ subdir.
Damien George
2016-06-28
qemu-arm: Disable gcc LTO option for nlrthumb.c.
Damien George
2016-06-28
cc3200: Remove obsolete singleton heart-beat object.
Damien George
2016-06-28
cc3200: Allow to compile bootloader with threading enabled.
Damien George
2016-06-28
cc3200: Shrink the FreeRTOS heap and place TCB+stack in freed location.
Damien George
2016-06-28
cc3200: Start the simplelink spawn task using the static task creator.
Damien George
2016-06-28
cc3200: Remove .boot section attribute from osi_TaskCreate function.
Damien George
2016-06-28
cc3200: In FreeRTOSConfig.h, comment on configSUPPORT_STATIC_ALLOCATION.
Damien George
2016-06-28
tests/thread: Allow some tests to run on ports with not much heap.
Damien George
2016-06-28
tests/thread: Allow thread_sleep1 to run without floating point.
Damien George
2016-06-28
cc3200: Enable the GIL.
Damien George
2016-06-28
cc3200/mpthreadport: Move mem alloc outside the thread_mutex lock.
Damien George
2016-06-28
cc3200/mpthreadport: Scan more root pointers from thread data.
Damien George
2016-06-28
cc3200/gccollect: Use MP_STATE_THREAD(stack_top) to get top of stack.
Damien George
2016-06-28
cc3200/mpthreadport: Properly initialise the main thread's data.
Damien George
2016-06-28
cc3200/mpthreadport: Make mutex statically allocated.
Damien George
2016-06-28
cc3200: Use xTaskCreateStatic instead of osi_TaskCreate.
Damien George
2016-06-28
py/mpthread: Include mpstate.h when defining GIL macros.
Damien George
2016-06-28
tests/thread: Make sure that thread tests don't rely on floating point.
Damien George
2016-06-28
tests/thread: Make stack-size test run correctly and reliable on uPy.
Damien George
2016-06-28
py/nlrsetjmp: Update to take into account new location of nlr_top.
Damien George
2016-06-28
py/nlrthumb: Convert NLR thumb funcs from asm to C with inline-asm.
Damien George
2016-06-28
cc3200: Fix call to new exception to be _msg instead of _arg1.
Damien George
2016-06-28
py/modthread: Allow to properly set the stack limit of a thread.
Damien George
2016-06-28
cc3200: Add basic threading capabilities.
Damien George
2016-06-28
cc3200: Define our own FreeRTOS heap so it can go in a special segment.
Damien George
2016-06-28
cc3200: Update FreeRTOS to v9.0.0.
Damien George
2016-06-28
py/mpthread.h: Move GIL macros outside MICROPY_PY_THREAD block.
Damien George
2016-06-28
unix/modtime: Release the GIL when sleeping.
Damien George
2016-06-28
py/modthread: Make Lock objects work when GIL is enabled.
Damien George
2016-06-28
py: Don't use gc or qstr mutex when the GIL is enabled.
Damien George
2016-06-28
py: Implement a simple global interpreter lock.
Damien George
2016-06-28
py: Make interning of qstrs thread safe.
Damien George
2016-06-28
tests/thread: Add test for concurrent mutating of user instance.
Damien George
2016-06-28
tests/thread: Add test for concurrent interning of strings.
Damien George
2016-06-28
tests/thread: Add tests that mutate shared objects.
Damien George
2016-06-28
tests/thread: Rename thread_stress_XXX.py to stress_XXX.py.
Damien George
2016-06-28
unix/mpthreadport: Suppress compiler warning about unused arguments.
Damien George
2016-06-28
unix/gccollect: Provide declaration of exported function.
Damien George
[prev]
[next]