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