summaryrefslogtreecommitdiff
path: root/ports/esp32/esp32_ulp.c
AgeCommit message (Expand)Author
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2023-06-23esp32: Update port to support IDF v5.0.2.Damien George
2023-06-14esp32/esp32_ulp: Fix ULP (FSM) support for S2 and S3.Wilko Nienhaus
2023-05-19esp32/esp32_ulp: Enable FSM ULP for S2 and S3 chips.patrick
2022-09-19py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared
2022-09-19all: Remove unnecessary locals_dict cast.Jim Mussared
2022-09-19all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared
2021-04-15esp32: Add initial support for ESP32S2 SoCs.Damien George
2021-02-15esp32: Remove obsolete IDF v3 code wrapped in MICROPY_ESP_IDF_4.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-09-17esp32: Support building with ESP IDF 4.0-beta1.Jim Mussared
2018-05-01esp32: Add support for the esp32's ULP.Andreas Valder