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