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
path:
root
/
ports
/
esp32
/
mpthreadport.c
Age
Commit message (
Expand
)
Author
2021-02-15
esp32: Remove obsolete IDF v3 code wrapped in MICROPY_ESP_IDF_4.
Damien George
2020-06-05
esp32/mpthreadport: Fix calculation of thread stack size.
Damien George
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-01-29
py/mpthread.h: Use strong type for mp_thread_set_state() argument.
David Lechner
2019-11-05
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
Damien George
2019-09-17
esp32: Support building with ESP IDF 4.0-beta1.
Jim Mussared
2019-07-25
esp32: Pin MicroPython tasks to a specific core.
Amir Gonnen
2019-03-27
esp32/mpthreadport: Exit vPortCleanUpTCB early if threading not init'd.
Damien George
2018-11-28
esp32: Allocate task TCB and stack from system heap not uPy heap.
Damien George
2018-11-28
esp32/mpthreadport: Prevent deadlocks when deleting all threads.
Damien George
2017-12-13
esp32: Add new port to Espressif ESP32 SoC.
Damien George