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"
27
27
buildSDUBootSketch " arduino:samd:mkrfox1200" " $OUTPUT_PATH /mkrfox1200.h"
28
28
buildSDUBootSketch " arduino:samd:mkrgsm1400" " $OUTPUT_PATH /mkrgsm1400.h"
29
29
buildSDUBootSketch " 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] = {
34
34
#include " boot/mkrgsm1400.h"
35
35
#elif defined(ARDUINO_SAMD_MKRWAN1300)
36
36
#include " boot/mkrwan1300.h"
37
+ #elif defined(ARDUINO_SAMD_MKRWIFI1010)
38
+ #include " boot/mkrwifi1010.h"
37
39
#else
38
40
#error "Unsupported board!"
39
41
#endif
You can’t perform that action at this time.
0 commit comments