File tree Expand file tree Collapse file tree 9 files changed +1
-20
lines changed Expand file tree Collapse file tree 9 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,5 @@ buildSDUBootSketch() {
2121
2222mkdir -p " $OUTPUT_PATH "
2323
24- buildSDUBootSketch " arduino:samd:arduino_zero_edbg" " $OUTPUT_PATH /zero.h"
25- buildSDUBootSketch " arduino:samd:mkr1000" " $OUTPUT_PATH /mkr1000.h"
26- buildSDUBootSketch " arduino:samd:mkrzero" " $OUTPUT_PATH /mkrzero.h"
27- buildSDUBootSketch " arduino:samd:mkrfox1200" " $OUTPUT_PATH /mkrfox1200.h"
28- buildSDUBootSketch " arduino:samd:mkrgsm1400" " $OUTPUT_PATH /mkrgsm1400.h"
29- buildSDUBootSketch " arduino:samd:mkrwan1300" " $OUTPUT_PATH /mkrwan1300.h"
30- buildSDUBootSketch " arduino:samd:mkrnb1500" " $OUTPUT_PATH /mkrnb1500.h"
3124buildSDUBootSketch " arduino:samd:mkrwifi1010" " $OUTPUT_PATH /mkrwifi1010.h"
3225buildSDUBootSketch " arduino:samd:mkrvidor" " $OUTPUT_PATH /mkrvidor4000.h"
Original file line number Diff line number Diff line change 2222
2323__attribute__ ((section(" .sketch_boot" )))
2424unsigned char sduBoot[0x4000] = {
25- #if defined(ARDUINO_SAMD_ZERO)
26- #include " boot/zero.h"
27- #elif defined(ARDUINO_SAMD_MKR1000)
28- #include " boot/mkr1000.h"
29- #elif defined(ARDUINO_SAMD_MKRZERO)
30- #include " boot/mkrzero.h"
31- #elif defined(ARDUINO_SAMD_MKRFox1200)
32- #include " boot/mkrfox1200.h"
33- #elif defined(ARDUINO_SAMD_MKRGSM1400)
34- #include " boot/mkrgsm1400.h"
35- #elif defined(ARDUINO_SAMD_MKRWAN1300)
36- #include " boot/mkrwan1300.h"
37- #elif defined(ARDUINO_SAMD_MKRWIFI1010)
25+ #if defined(ARDUINO_SAMD_MKRWIFI1010)
3826 #include " boot/mkrwifi1010.h"
3927#else
4028 #error "Unsupported board!"
You can’t perform that action at this time.
0 commit comments