Add SDU support for the MKR NB 1500
This commit is contained in:
parent
adc07537f0
commit
6e0a2b52fc
3 changed files with 1239 additions and 0 deletions
|
|
@ -28,4 +28,5 @@ buildSDUBootSketch "arduino:samd:mkrfox1200" "$OUTPUT_PATH/mkrfox1200.h"
|
|||
buildSDUBootSketch "arduino:samd:mkrgsm1400" "$OUTPUT_PATH/mkrgsm1400.h"
|
||||
buildSDUBootSketch "arduino:samd:mkrwan1300" "$OUTPUT_PATH/mkrwan1300.h"
|
||||
buildSDUBootSketch "arduino:samd:mkrwifi1010" "$OUTPUT_PATH/mkrwifi1010.h"
|
||||
buildSDUBootSketch "arduino:samd:mkrnb1500" "$OUTPUT_PATH/mkrnb1500.h"
|
||||
buildSDUBootSketch "arduino:samd:mzero_bl" "$OUTPUT_PATH/mzero.h"
|
||||
|
|
|
|||
|
|
@ -36,6 +36,8 @@ unsigned char sduBoot[0x4000] = {
|
|||
#include "boot/mkrwan1300.h"
|
||||
#elif defined(ARDUINO_SAMD_MKRWIFI1010)
|
||||
#include "boot/mkrwifi1010.h"
|
||||
#elif defined(ARDUINO_SAMD_MKRNB1500)
|
||||
#include "boot/mkrnb1500.h"
|
||||
#elif defined(ARDUINO_SAM_ZERO)
|
||||
#include "boot/mzero.h"
|
||||
#else
|
||||
|
|
|
|||
1236
libraries/SDU/src/boot/mkrnb1500.h
Normal file
1236
libraries/SDU/src/boot/mkrnb1500.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue