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
|
int
|
||||||
default 22
|
default 22
|
||||||
|
|
||||||
|
config SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
|
||||||
config SOC_GPIO_SUPPORT_RTC_INDEPENDENT
|
config SOC_GPIO_SUPPORT_RTC_INDEPENDENT
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
@@ -161,6 +161,7 @@
|
|||||||
// ESP32-C61 has 1 GPIO peripheral
|
// ESP32-C61 has 1 GPIO peripheral
|
||||||
#define SOC_GPIO_PORT 1U
|
#define SOC_GPIO_PORT 1U
|
||||||
#define SOC_GPIO_PIN_COUNT 22
|
#define SOC_GPIO_PIN_COUNT 22
|
||||||
|
#define SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER 1
|
||||||
|
|
||||||
// GPIO peripheral has the ETM extension
|
// GPIO peripheral has the ETM extension
|
||||||
// \#define SOC_GPIO_SUPPORT_ETM 1 //TODO: [ESP32C61] IDF-9318
|
// \#define SOC_GPIO_SUPPORT_ETM 1 //TODO: [ESP32C61] IDF-9318
|
||||||
|
Reference in New Issue
Block a user