diff options
| author | hathach <[email protected]> | 2026-03-05 12:04:15 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-05 12:04:15 +0700 |
| commit | 75a5bedf357342762688a3fecc90739f58bbff0e (patch) | |
| tree | 94e43441df40b82438f74e830d27c7b72610d2fb /hw | |
| parent | 1efe4cd0e84e965db7c5056f4339c83102e997ab (diff) | |
| parent | ce8a073a31307d65e3337a2f69a5ea1b9b507ea5 (diff) | |
Merge branch 'master' into dwc2_deinit
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 |
