esp32p4: introduce the target
Add esp32p4 target to tools and Kconfig Create directories and files that are essential for `idf.py --preview set-target esp32p4`
This commit is contained in:
@@ -90,6 +90,11 @@ mainmenu "Espressif IoT Development Framework Configuration"
|
||||
select FREERTOS_UNICORE
|
||||
select IDF_TARGET_ARCH_RISCV
|
||||
|
||||
config IDF_TARGET_ESP32P4
|
||||
bool
|
||||
default "y" if IDF_TARGET="esp32p4"
|
||||
select IDF_TARGET_ARCH_RISCV
|
||||
|
||||
config IDF_TARGET_ESP32H2
|
||||
bool
|
||||
default "y" if IDF_TARGET="esp32h2"
|
||||
@@ -109,6 +114,7 @@ mainmenu "Espressif IoT Development Framework Configuration"
|
||||
default 0x000C if IDF_TARGET_ESP32C2
|
||||
default 0x000D if IDF_TARGET_ESP32C6
|
||||
default 0x0010 if IDF_TARGET_ESP32H2
|
||||
default 0x0012 if IDF_TARGET_ESP32P4
|
||||
default 0xFFFF
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user