index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
esp32
/
machine_timer.c
Age
Commit message (
Expand
)
Author
2021-11-12
esp32: Support building with latest IDF v5.
Magnus von Wachenfeldt
2021-09-16
esp32: Add support for ESP32-S3 SoCs.
Damien George
2021-09-13
esp32/machine_timer: Use tx_update member for IDF 4.4 and above.
Seon Rozenblum
2021-07-18
esp32: Fix use of mp_int_t, size_t and uintptr_t.
Damien George
2021-04-15
esp32: Add initial support for ESP32S2 SoCs.
Damien George
2020-04-23
esp32: Consolidate check_esp_err functions and add IDF error string.
Thorsten von Eicken
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-05-31
esp32/machine_timer: Reuse Timer handles, deallocate only on soft-reset.
Martin Dybdal
2019-01-28
esp32/machine_timer: Deinit all active timers on soft reset.
Damien George
2018-07-17
esp8266,esp32: Implement high-res timers using new tick_hz argument.
Nicko van Someren
2018-07-04
esp32: Reduce latency for handling of scheduled Python callbacks.
Nicko van Someren
2018-05-02
esp32: Use mp_rom_map_elem_t and MP_ROM_xxx macros for const dicts.
Damien George
2017-12-13
esp32: Add new port to Espressif ESP32 SoC.
Damien George