File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
226
226
idf.py -DIDF_TARGET=" $target " -DSDKCONFIG_DEFAULTS=" $idf_libs_configs " idf-libs
227
227
if [ $? -ne 0 ]; then exit 1; fi
228
228
229
- if [ " $target " == " esp32s3" ]; then
229
+ if [ " $target " == " esp32s3" ] || [ " $target " == " esp32p4 " ] ; then
230
230
idf.py -DIDF_TARGET=" $target " -DSDKCONFIG_DEFAULTS=" $idf_libs_configs " srmodels_bin
231
231
if [ $? -ne 0 ]; then exit 1; fi
232
232
AR_SDK=" $AR_TOOLS /esp32-arduino-libs/$target "
Original file line number Diff line number Diff line change 60
60
},
61
61
{
62
62
"target" : " esp32p4" ,
63
- "features" :[" qio_ram" ],
63
+ "features" :[" qio_ram" , " esp_sr " ],
64
64
"idf_libs" :[" qio" ," 80m_200m" ],
65
65
"bootloaders" :[
66
66
[" qio" ," 80m_200m" ],
You can’t perform that action at this time.
0 commit comments