mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
change(esp_hw_support): h21 eco1 support and fix drom address error
This commit is contained in:
@@ -141,8 +141,6 @@ mainmenu "Espressif IoT Development Framework Configuration"
|
|||||||
default "y" if IDF_TARGET="esp32h21"
|
default "y" if IDF_TARGET="esp32h21"
|
||||||
select FREERTOS_UNICORE
|
select FREERTOS_UNICORE
|
||||||
select IDF_TARGET_ARCH_RISCV
|
select IDF_TARGET_ARCH_RISCV
|
||||||
select IDF_ENV_BRINGUP
|
|
||||||
select IDF_ENV_FPGA if ESP32H21_SELECTS_REV_MP
|
|
||||||
|
|
||||||
config IDF_TARGET_ESP32H4
|
config IDF_TARGET_ESP32H4
|
||||||
bool
|
bool
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ comment "Read the help text of the option below for explanation"
|
|||||||
|
|
||||||
config ESP32H21_SELECTS_REV_MP
|
config ESP32H21_SELECTS_REV_MP
|
||||||
bool "Select ESP32-H21 MP version"
|
bool "Select ESP32-H21 MP version"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
Enable this option to select ESP32-H21 MP revision.
|
Enable this option to select ESP32-H21 MP revision.
|
||||||
MP revisions have some hardware differences with Beta revision.
|
MP revisions have some hardware differences with Beta revision.
|
||||||
|
|||||||
@@ -88,6 +88,8 @@ typedef struct {
|
|||||||
void *dram_start_uart_rom;
|
void *dram_start_uart_rom;
|
||||||
void *dram_end_uart_rom;
|
void *dram_end_uart_rom;
|
||||||
|
|
||||||
|
void *eh_frame_vaddr_rom;
|
||||||
|
void *eh_frame_hdr_vaddr_rom;
|
||||||
#if CONFIG_ESP32H21_SELECTS_REV_MP
|
#if CONFIG_ESP32H21_SELECTS_REV_MP
|
||||||
void *drom_start;
|
void *drom_start;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user