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 @@ -28,4 +28,5 @@ buildSDUBootSketch "arduino:samd:mkrfox1200" "$OUTPUT_PATH/mkrfox1200.h"
2828buildSDUBootSketch " arduino:samd:mkrgsm1400" " $OUTPUT_PATH /mkrgsm1400.h"
2929buildSDUBootSketch " arduino:samd:mkrwan1300" " $OUTPUT_PATH /mkrwan1300.h"
3030buildSDUBootSketch " arduino:samd:mkrwifi1010" " $OUTPUT_PATH /mkrwifi1010.h"
31+ buildSDUBootSketch " arduino:samd:mkrnb1500" " $OUTPUT_PATH /mkrnb1500.h"
3132buildSDUBootSketch " 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] = {
3636 #include " boot/mkrwan1300.h"
3737#elif defined(ARDUINO_SAMD_MKRWIFI1010)
3838 #include " boot/mkrwifi1010.h"
39+ #elif defined(ARDUINO_SAMD_MKRNB1500)
40+ #include " boot/mkrnb1500.h"
3941#elif defined(ARDUINO_SAM_ZERO)
4042 #include " boot/mzero.h"
4143#else
You can’t perform that action at this time.
0 commit comments