forked from espressif/esp-idf
feat(glitch_filter): remove glitch filter on c61
This commit is contained in:
committed by
Chen Ji Chang
parent
b947ff99da
commit
a1fc225aaa
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user