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
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-04-09
esp32: Enable btree module.
Damien George
2021-04-09
extmod/extmod.cmake: Add support to build btree module with CMake.
Damien George
2021-04-09
py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes.
Damien George
2021-04-09
py/py.cmake: Move qstr helper code to micropy_gather_target_properties.
Damien George
2021-04-01
esp32: Fix multiple definition errors with mp_hal_stdout_tx functions.
Michael O'Cleirigh
2021-04-01
esp32: Restore USER_C_MODULE support with new CMake build system.
Michael O'Cleirigh
2021-03-14
extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list.
Damien George
2021-02-21
esp32: Define MICROPY_QSTRDEFS_PORT to include special qstrs.
Damien George
2021-02-19
esp32: Add basic support for Non-Volatile-Storage in esp32 module.
Thorsten von Eicken
2021-02-19
esp32: Add support to build with ESP-IDF v4.3 pre-release.
Damien George
2021-02-15
esp32: Add support to build with ESP-IDF v4.2.
Damien George
2021-02-15
esp32: Add support to build with ESP-IDF v4.1.1.
Damien George
2021-02-15
esp32/boards: Enable BLE on all boards.
Damien George
2021-02-15
esp32: Add support to build using IDF with cmake.
Damien George