File tree Expand file tree Collapse file tree 3 files changed +1239
-0
lines changed Expand file tree Collapse file tree 3 files changed +1239
-0
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,4 @@ buildSDUBootSketch "arduino:samd:mkrzero" "$OUTPUT_PATH/mkrzero.h"
2727buildSDUBootSketch " arduino:samd:mkrfox1200" " $OUTPUT_PATH /mkrfox1200.h"
2828buildSDUBootSketch " arduino:samd:mkrgsm1400" " $OUTPUT_PATH /mkrgsm1400.h"
2929buildSDUBootSketch " arduino:samd:mkrwan1300" " $OUTPUT_PATH /mkrwan1300.h"
30+ buildSDUBootSketch " arduino:samd:mkrwifi1010" " $OUTPUT_PATH /mkrwifi1010.h"
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ unsigned char sduBoot[0x4000] = {
3434 #include " boot/mkrgsm1400.h"
3535#elif defined(ARDUINO_SAMD_MKRWAN1300)
3636 #include " boot/mkrwan1300.h"
37+ #elif defined(ARDUINO_SAMD_MKRWIFI1010)
38+ #include " boot/mkrwifi1010.h"
3739#else
3840 #error "Unsupported board!"
3941#endif
You can’t perform that action at this time.
0 commit comments