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