change(esp_hw_support): h21 eco1 support and fix drom address error

This commit is contained in:
gaoxu
2026-03-11 10:13:48 +08:00
committed by hebinglin
parent 609a867a91
commit 8ce11e1608
3 changed files with 3 additions and 3 deletions
-2
View File
@@ -141,8 +141,6 @@ mainmenu "Espressif IoT Development Framework Configuration"
default "y" if IDF_TARGET="esp32h21"
select FREERTOS_UNICORE
select IDF_TARGET_ARCH_RISCV
select IDF_ENV_BRINGUP
select IDF_ENV_FPGA if ESP32H21_SELECTS_REV_MP
config IDF_TARGET_ESP32H4
bool
@@ -3,7 +3,7 @@ comment "Read the help text of the option below for explanation"
config ESP32H21_SELECTS_REV_MP
bool "Select ESP32-H21 MP version"
default n
default y
help
Enable this option to select ESP32-H21 MP revision.
MP revisions have some hardware differences with Beta revision.
@@ -88,6 +88,8 @@ typedef struct {
void *dram_start_uart_rom;
void *dram_end_uart_rom;
void *eh_frame_vaddr_rom;
void *eh_frame_hdr_vaddr_rom;
#if CONFIG_ESP32H21_SELECTS_REV_MP
void *drom_start;
#endif