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