summaryrefslogtreecommitdiff
path: root/ports/esp32/machine_timer.c
AgeCommit message (Expand)Author
2021-11-12esp32: Support building with latest IDF v5.Magnus von Wachenfeldt
2021-09-16esp32: Add support for ESP32-S3 SoCs.Damien George
2021-09-13esp32/machine_timer: Use tx_update member for IDF 4.4 and above.Seon Rozenblum
2021-07-18esp32: Fix use of mp_int_t, size_t and uintptr_t.Damien George
2021-04-15esp32: Add initial support for ESP32S2 SoCs.Damien George
2020-04-23esp32: Consolidate check_esp_err functions and add IDF error string.Thorsten von Eicken
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-05-31esp32/machine_timer: Reuse Timer handles, deallocate only on soft-reset.Martin Dybdal
2019-01-28esp32/machine_timer: Deinit all active timers on soft reset.Damien George
2018-07-17esp8266,esp32: Implement high-res timers using new tick_hz argument.Nicko van Someren
2018-07-04esp32: Reduce latency for handling of scheduled Python callbacks.Nicko van Someren
2018-05-02esp32: Use mp_rom_map_elem_t and MP_ROM_xxx macros for const dicts.Damien George
2017-12-13esp32: Add new port to Espressif ESP32 SoC.Damien George