summaryrefslogtreecommitdiff
path: root/ports/esp32/esp32_ulp.c
AgeCommit message (Collapse)Author
2021-04-15esp32: Add initial support for ESP32S2 SoCs.Damien George
Builds against IDF v4.3-beta2. Signed-off-by: Damien George <damien@micropython.org>
2021-02-15esp32: Remove obsolete IDF v3 code wrapped in MICROPY_ESP_IDF_4.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
This is run with uncrustify 0.70.1, and black 19.10b0.
2019-09-17esp32: Support building with ESP IDF 4.0-beta1.Jim Mussared
This commit adds support for a second supported hash (currently set to the 4.0-beta1 tag). When this hash is detected, the relevant changes are applied. This allows to start using v4 features (e.g. BLE with Nimble), and also start doing testing, while still supporting the original, stable, v3.3 IDF. Note: this feature is experimental, not well tested, and network.LAN and network.PPP are currently unsupported.
2018-05-01esp32: Add support for the esp32's ULP.Andreas Valder
The ULP is available as esp32.ULP(). See README.ulp.md for basic usage.