feat(esp32c61): final introduce helloworld support

This commit is contained in:
wanlei
2024-03-13 14:24:43 +08:00
parent 2545edc255
commit 20c18ac52b
57 changed files with 3414 additions and 319 deletions

View File

@@ -247,6 +247,10 @@ config SOC_DEEP_SLEEP_SUPPORTED
bool
default y
config SOC_LP_PERIPH_SHARE_INTERRUPT
bool
default y
config SOC_XTAL_SUPPORT_40M
bool
default y

View File

@@ -78,6 +78,7 @@
#define SOC_RNG_SUPPORTED 1
#define SOC_LIGHT_SLEEP_SUPPORTED 1
#define SOC_DEEP_SLEEP_SUPPORTED 1
#define SOC_LP_PERIPH_SHARE_INTERRUPT 1 // LP peripherals sharing the same interrupt source
/*-------------------------- XTAL CAPS ---------------------------------------*/
#define SOC_XTAL_SUPPORT_40M 1