mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 00:21:44 +01:00
esp32h4: removed esp32h4 related codes
This commit is contained in:
committed by
Kevin (Lao Kaiyao)
parent
b16ed57b2e
commit
bf2a7b2df6
@@ -366,7 +366,7 @@ menu "FreeRTOS"
|
||||
config FREERTOS_TICK_SUPPORT_SYSTIMER
|
||||
bool
|
||||
default y if !FREERTOS_TICK_SUPPORT_CORETIMER
|
||||
# ESP32-S3, ESP32-C3 and ESP32-H4 can use Systimer for FreeRTOS SysTick
|
||||
# ESP32-S3 and ESP32-C3 can use Systimer for FreeRTOS SysTick
|
||||
# ESP32S2 also has SYSTIMER but it can not be used for the FreeRTOS SysTick because:
|
||||
# - It has only one counter, which already in use esp_timer.
|
||||
# A counter for SysTick should be stall in debug mode but work esp_timer.
|
||||
|
||||
Reference in New Issue
Block a user