feat(gptimer): basic driver support on esp32c5

This commit is contained in:
morris
2024-02-18 18:12:03 +08:00
parent f68c131e56
commit 49e7228be9
15 changed files with 380 additions and 52 deletions

View File

@@ -22,14 +22,6 @@ menu "ESP-Driver:GPTimer Configurations"
Ensure the GPTimer interrupt is IRAM-Safe by allowing the interrupt handler to be
executable when the cache is disabled (e.g. SPI Flash write).
config GPTIMER_SUPPRESS_DEPRECATE_WARN
bool "Suppress legacy driver deprecated warning"
default n
help
Wether to suppress the deprecation warnings when using legacy timer group driver (driver/timer.h).
If you want to continue using the legacy driver, and don't want to see related deprecation warnings,
you can enable this option.
config GPTIMER_ENABLE_DEBUG_LOG
bool "Enable debug log"
default n