esp-idf/components/esp_timer
Ivan Grokhotkov 6046b396ac
fix(esp_timer): avoid signed integer overflow in ESP_SYSTEM_INIT_FN
CONFIG_ESP_TIMER_ISR_AFFINITY can be equal to -1, whereas
ESP_SYSTEM_INIT_FN takes an uint16_t argument. To avoid overflow,
move the choice of init mask into source code and set the value
explicitly.
2023-11-27 10:20:51 +01:00
..
include esp_timer: Adds AFFINITY options for task and ISR 2023-03-02 20:08:02 +08:00
private_include refactor(esp_timer): Remove duplicate code and move it to a common file 2023-07-13 15:51:55 +08:00
src fix(esp_timer): avoid signed integer overflow in ESP_SYSTEM_INIT_FN 2023-11-27 10:20:51 +01:00
test_apps fix(ci): change build-test-rules files folder 2023-09-20 19:17:06 +08:00
CMakeLists.txt refactor(pcnt): make pcnt driver as component 2023-10-23 01:45:43 +00:00
Kconfig fix(esp_timer): avoid signed integer overflow in ESP_SYSTEM_INIT_FN 2023-11-27 10:20:51 +01:00
sdkconfig.rename esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00