diff options
| author | Ha Thach <[email protected]> | 2026-03-05 12:02:45 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-05 12:02:45 +0700 |
| commit | ce8a073a31307d65e3337a2f69a5ea1b9b507ea5 (patch) | |
| tree | 41c022172b382cf62c3e023f68d9f2e5af81925a /hw | |
| parent | 6aeb3dfb51e81a6f206733a36f1785d3cf141405 (diff) | |
| parent | 07620c125ba2090b7f1983ba39a9655cde194c6d (diff) | |
Merge pull request #3522 from hathach/fix-ci-hil
set esp32p4 min revision to 0.1
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/espressif/boards/espressif_p4_function_ev/board.cmake | 1 | ||||
| -rw-r--r-- | hw/bsp/espressif/boards/espressif_p4_function_ev/sdkconfig.defaults | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/hw/bsp/espressif/boards/espressif_p4_function_ev/board.cmake b/hw/bsp/espressif/boards/espressif_p4_function_ev/board.cmake index fe4db4fc1..455ca90a1 100644 --- a/hw/bsp/espressif/boards/espressif_p4_function_ev/board.cmake +++ b/hw/bsp/espressif/boards/espressif_p4_function_ev/board.cmake @@ -1,2 +1,3 @@ # Apply board specific content here set(IDF_TARGET "esp32p4") +list(APPEND SDKCONFIG_DEFAULTS "${CMAKE_CURRENT_LIST_DIR}/sdkconfig.defaults") diff --git a/hw/bsp/espressif/boards/espressif_p4_function_ev/sdkconfig.defaults b/hw/bsp/espressif/boards/espressif_p4_function_ev/sdkconfig.defaults new file mode 100644 index 000000000..6b0a548f6 --- /dev/null +++ b/hw/bsp/espressif/boards/espressif_p4_function_ev/sdkconfig.defaults @@ -0,0 +1,2 @@ +CONFIG_ESP32P4_SELECTS_REV_LESS_V3=y +CONFIG_ESP32P4_REV_MIN_1=y |
