File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ $(BUILD)/esp-idf:
212
212
213
213
# create the config headers
214
214
$(BUILD ) /esp-idf/config/sdkconfig.h : boards/$(BOARD ) /sdkconfig | $(BUILD ) /esp-idf
215
- IDF_PATH=$(IDF_PATH ) cmake -S . -B $(BUILD ) /esp-idf -DSDKCONFIG=$(BUILD ) /esp-idf/sdkconfig -DSDKCONFIG_DEFAULTS=" sdkconfig.defaults;boards/$( BOARD) /sdkconfig" -DCMAKE_TOOLCHAIN_FILE=$IDF_PATH /tools/cmake/toolchain-esp32s2.cmake -DIDF_TARGET=esp32s2 -GNinja
215
+ IDF_PATH=$(IDF_PATH ) cmake -S . -B $(BUILD ) /esp-idf -DSDKCONFIG=$(BUILD ) /esp-idf/sdkconfig -DSDKCONFIG_DEFAULTS=" sdkconfig.defaults;boards/$( BOARD) /sdkconfig" -DCMAKE_TOOLCHAIN_FILE=$( IDF_PATH ) /tools/cmake/toolchain-esp32s2.cmake -DIDF_TARGET=esp32s2 -GNinja
216
216
217
217
# build a lib
218
218
# Adding -d explain -j 1 -v to the ninja line will output debug info
You can’t perform that action at this time.
0 commit comments