File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -255,9 +255,6 @@ for component in `ls "$AR_COMPS"`; do
255
255
echo $component_version >> " $AR_TOOLS /esp32-arduino-libs/versions.txt"
256
256
fi
257
257
done
258
- # TinyUSB version
259
- component_version=" tinyusb: " $( git -C " $AR_COMPS /arduino_tinyusb/tinyusb" symbolic-ref --short HEAD || git -C " $AR_COMPS /arduino_tinyusb/tinyusb" tag --points-at HEAD) " " $( git -C " $AR_COMPS /arduino_tinyusb/tinyusb" rev-parse --short HEAD)
260
- echo $component_version >> " $AR_TOOLS /esp32-arduino-libs/versions.txt"
261
258
# managed components version
262
259
for component in ` ls " $AR_MANAGED_COMPS " ` ; do
263
260
if [ -d " $AR_MANAGED_COMPS /$component /.git" ]; then
@@ -272,11 +269,11 @@ done
272
269
export IDF_COMMIT=$( git -C " $IDF_PATH " rev-parse --short HEAD)
273
270
274
271
# update package_esp32_index.template.json
275
- if [ " $BUILD_TYPE " = " all" ]; then
276
- python3 ./tools/gen_tools_json.py -i " $IDF_PATH " -j " $AR_COMPS /arduino/package/package_esp32_index.template.json" -o " $AR_OUT /"
277
- python3 ./tools/gen_tools_json.py -i " $IDF_PATH " -o " $TOOLS_JSON_OUT /"
278
- if [ $? -ne 0 ]; then exit 1; fi
279
- fi
272
+ # if [ "$BUILD_TYPE" = "all" ]; then
273
+ # python3 ./tools/gen_tools_json.py -i "$IDF_PATH" -j "$AR_COMPS/arduino/package/package_esp32_index.template.json" -o "$AR_OUT/"
274
+ # python3 ./tools/gen_tools_json.py -i "$IDF_PATH" -o "$TOOLS_JSON_OUT/"
275
+ # if [ $? -ne 0 ]; then exit 1; fi
276
+ # fi
280
277
281
278
# Generate PlatformIO library manifest file
282
279
if [ " $BUILD_TYPE " = " all" ]; then
You can’t perform that action at this time.
0 commit comments