aboutsummaryrefslogtreecommitdiff
path: root/ports/esp32/main.c
AgeCommit message (Expand)Author
2021-04-15esp32: Add support for USB with CDC ACM.Damien George
2021-04-15esp32: Add initial support for ESP32S2 SoCs.Damien George
2021-02-19esp32: Make machine.soft_reset() work in main.py and reset_cause().Thorsten von Eicken
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-03-11esp32: Deinitialize Bluetooth on soft reset.Thomas Friebel
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-12py/persistentcode: Add ability to relocate loaded native code.Damien George
2019-10-05esp32: Enable native emitter.Damien George
2019-09-18esp32/main: Use both 3.3 and 4.0 config vars to enable SPIRAM.Jim Mussared
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-04-26ports: Convert to use pyexec_file_if_exists() to execute boot/main.py.Damien George
2019-02-12all: Change PYB message prefix to MPY.Mike Causer
2019-02-06esp32: Use SPIRAM in mem-map mode so all of it can be used for uPy heap.Damien George
2019-01-28esp32/machine_timer: Deinit all active timers on soft reset.Damien George
2018-11-28esp32: Allocate task TCB and stack from system heap not uPy heap.Damien George
2018-07-04esp32: Reduce latency for handling of scheduled Python callbacks.Nicko van Someren
2018-06-12ports: Call gc_sweep_all() when doing a soft reset.Damien George
2018-05-28esp32: Silence ESP-IDF log messages when in raw REPL mode.Nick Moore
2018-04-27esp32/modsocket: Add support for registering socket event callbacks.Damien George
2018-02-21esp32/main: Allocate the uPy heap via malloc instead of on the bss.Damien George
2018-02-21esp32: Update to the latest ESP IDF.Damien George
2017-12-13esp32: Add new port to Espressif ESP32 SoC.Damien George