feat(glitch_filter): remove glitch filter on c61

This commit is contained in:
Chen Jichang
2024-08-08 18:29:55 +08:00
committed by Chen Ji Chang
parent b947ff99da
commit a1fc225aaa
2 changed files with 5 additions and 0 deletions

View File

@@ -227,6 +227,10 @@ config SOC_GPIO_PIN_COUNT
int
default 22
config SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER
bool
default y
config SOC_GPIO_SUPPORT_RTC_INDEPENDENT
bool
default y

View File

@@ -161,6 +161,7 @@
// ESP32-C61 has 1 GPIO peripheral
#define SOC_GPIO_PORT 1U
#define SOC_GPIO_PIN_COUNT 22
#define SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER 1
// GPIO peripheral has the ETM extension
// \#define SOC_GPIO_SUPPORT_ETM 1 //TODO: [ESP32C61] IDF-9318