Skip to content

Commit 1143df4

Browse files
authored
Update archive-build.sh
1 parent 05ac1c0 commit 1143df4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tools/archive-build.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ cp -f ../components/arduino/idf* arduino-esp32
2222
cp -f ../components/arduino/Kco* arduino-esp32
2323
cp -f ../components/arduino/pac* arduino-esp32
2424
rm -rf arduino-esp32/idf_component_examples
25+
rm -rf arduino-esp32/cores/esp32/chip-debug-report.cpp
26+
rm -rf arduino-esp32/cores/esp32/chip-debug-report.h
27+
rm -rf arduino-esp32/cores/esp32/esp32-hal-tinyusb.c
28+
rm -rf arduino-esp32/cores/esp32/esp32-hal-tinyusb.h
29+
rm -rf arduino-esp32/cores/esp32/USB.cpp
30+
rm -rf arduino-esp32/cores/esp32/USB.h
31+
rm -rf arduino-esp32/cores/esp32/USBCDC.cpp
32+
rm -rf arduino-esp32/cores/esp32/USBCDC.h
33+
rm -rf arduino-esp32/cores/esp32/USBMSC.cpp
34+
rm -rf arduino-esp32/cores/esp32/USBMSC.h
2535
rm -rf arduino-esp32/docs
2636
rm -rf arduino-esp32/tests
2737
rm -rf arduino-esp32/idf_component_examples

0 commit comments

Comments
 (0)