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
private_include
src fix(esp_timer): avoid signed integer overflow in ESP_SYSTEM_INIT_FN 2023-11-27 10:20:51 +01:00
test_apps
CMakeLists.txt
Kconfig fix(esp_timer): avoid signed integer overflow in ESP_SYSTEM_INIT_FN 2023-11-27 10:20:51 +01:00
sdkconfig.rename