feat(gptimer): support gptimer on esp32h4

This commit is contained in:
Chen Jichang
2025-04-01 15:32:16 +08:00
parent 1e30aa74b5
commit faacaaaf8f
21 changed files with 307 additions and 177 deletions
@@ -1,6 +1,6 @@
choice ESP_DEFAULT_CPU_FREQ_MHZ
prompt "CPU frequency"
default ESP_DEFAULT_CPU_FREQ_MHZ_64 if IDF_ENV_FPGA
default ESP_DEFAULT_CPU_FREQ_MHZ_32 if IDF_ENV_FPGA
help
CPU frequency to be set on application startup.