File tree 3 files changed +1239
-0
lines changed
3 files changed +1239
-0
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ 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
30
buildSDUBootSketch " arduino:samd:mkrwifi1010" " $OUTPUT_PATH /mkrwifi1010.h"
31
+ buildSDUBootSketch " arduino:samd:mkrnb1500" " $OUTPUT_PATH /mkrnb1500.h"
31
32
buildSDUBootSketch " arduino:samd:mzero_bl" " $OUTPUT_PATH /mzero.h"
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ unsigned char sduBoot[0x4000] = {
36
36
#include " boot/mkrwan1300.h"
37
37
#elif defined(ARDUINO_SAMD_MKRWIFI1010)
38
38
#include " boot/mkrwifi1010.h"
39
+ #elif defined(ARDUINO_SAMD_MKRNB1500)
40
+ #include " boot/mkrnb1500.h"
39
41
#elif defined(ARDUINO_SAM_ZERO)
40
42
#include " boot/mzero.h"
41
43
#else
You can’t perform that action at this time.
0 commit comments