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

libraries/SDU/extras/SDUBoot/build.sh

Lines changed: 1 addition & 0 deletions
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"

libraries/SDU/src/SDU.cpp

Lines changed: 2 additions & 0 deletions
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

libraries/SDU/src/boot/mkr1000.h

Lines changed: 985 additions & 941 deletions
Large diffs are not rendered by default.

libraries/SDU/src/boot/mkrfox1200.h

Lines changed: 985 additions & 941 deletions
Large diffs are not rendered by default.

libraries/SDU/src/boot/mkrgsm1400.h

Lines changed: 1236 additions & 0 deletions
Large diffs are not rendered by default.

libraries/SDU/src/boot/mkrwan1300.h

Lines changed: 1242 additions & 0 deletions
Large diffs are not rendered by default.

libraries/SDU/src/boot/mkrzero.h

Lines changed: 985 additions & 941 deletions
Large diffs are not rendered by default.

libraries/SDU/src/boot/zero.h

Lines changed: 928 additions & 885 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)