mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
feat(esp32c5mp): support to run hello world on esp32c5 mp
This commit is contained in:
@@ -1115,8 +1115,10 @@ typedef struct {
|
||||
volatile gpio_pin31_reg_t pin31;
|
||||
volatile gpio_pin32_reg_t pin32;
|
||||
uint32_t reserved_148[95];
|
||||
volatile gpio_func_in_sel_cfg_reg_t func_in_sel_cfg[128]; // 1-5, 18-26, 36-40, 44-45, 67-69, 71-73, 93-96, 117-127 are reserved
|
||||
uint32_t reserved_48d[384];
|
||||
volatile gpio_func_in_sel_cfg_reg_t func_in_sel_cfg[256]; /* 1-5, 18-26, 36-40, 44-45, 67-69, 71-73, 93-96, 117-255 are reserved
|
||||
* The length ought to match the SIG_GPIO_OUT_IDX that defined in `gpio_sig_map.h`
|
||||
*/
|
||||
uint32_t reserved_48d[256];
|
||||
volatile gpio_func_out_sel_cfg_reg_t func_out_sel_cfg[29];
|
||||
volatile gpio_func29_out_sel_cfg_reg_t func29_out_sel_cfg;
|
||||
volatile gpio_func30_out_sel_cfg_reg_t func30_out_sel_cfg;
|
||||
|
@@ -71,6 +71,7 @@
|
||||
// #define SOC_ECDSA_SUPPORTED 1 // TODO: [ESP32C5] IDF-8618
|
||||
// #define SOC_KEY_MANAGER_SUPPORTED 1 // TODO: [ESP32C5] IDF-8621
|
||||
// #define SOC_HUK_SUPPORTED 1 // TODO: [ESP32C5] IDF-8617
|
||||
// #define SOC_MODEM_CLOCK_SUPPORTED 1 // TODO: [ESP32C5] IDF-8845
|
||||
|
||||
/*-------------------------- XTAL CAPS ---------------------------------------*/
|
||||
#define SOC_XTAL_SUPPORT_40M 1
|
||||
|
Reference in New Issue
Block a user