Skip to content

Commit 1c43b63

Browse files
committed
SDU: Add MKR GSM 1400 and WAN 1300 support and rebuild
1 parent 3f581ab commit 1c43b63

File tree

8 files changed

+6364
-3708
lines changed

8 files changed

+6364
-3708
lines changed

Diff for: libraries/SDU/extras/SDUBoot/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ buildSDUBootSketch "arduino:samd:mkr1000" "$OUTPUT_PATH/mkr1000.h"
2626
buildSDUBootSketch "arduino:samd:mkrzero" "$OUTPUT_PATH/mkrzero.h"
2727
buildSDUBootSketch "arduino:samd:mkrfox1200" "$OUTPUT_PATH/mkrfox1200.h"
2828
buildSDUBootSketch "arduino:samd:mkrgsm1400" "$OUTPUT_PATH/mkrgsm1400.h"
29+
buildSDUBootSketch "arduino:samd:mkrwan1300" "$OUTPUT_PATH/mkrwan1300.h"

Diff for: libraries/SDU/src/SDU.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ unsigned char sduBoot[0x4000] = {
3232
#include "boot/mkrfox1200.h"
3333
#elif defined(ARDUINO_SAMD_MKRGSM1400)
3434
#include "boot/mkrgsm1400.h"
35+
#elif defined(ARDUINO_SAMD_MKRWAN1300)
36+
#include "boot/mkrwan1300.h"
3537
#else
3638
#error "Unsupported board!"
3739
#endif

Diff for: libraries/SDU/src/boot/mkr1000.h

+985-941
Large diffs are not rendered by default.

Diff for: libraries/SDU/src/boot/mkrfox1200.h

+985-941
Large diffs are not rendered by default.

Diff for: libraries/SDU/src/boot/mkrgsm1400.h

+1,236
Large diffs are not rendered by default.

Diff for: libraries/SDU/src/boot/mkrwan1300.h

+1,242
Large diffs are not rendered by default.

Diff for: libraries/SDU/src/boot/mkrzero.h

+985-941
Large diffs are not rendered by default.

Diff for: libraries/SDU/src/boot/zero.h

+928-885
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)