Skip to content

Commit aae490f

Browse files
committed
update bootloader to 0.2.7, added metro nrf52840 rev A
1 parent 93c7057 commit aae490f

10 files changed

+16247
-4802
lines changed

boards.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ feather52832.build.extra_flags=-DNRF52832_XXAA -DNRF52
4343
# SofDevice Menu
4444
# Ram & ROM size varies depending on SoftDevice (check linker script)
4545

46-
feather52832.menu.softdevice.s132v6=0.2.6 (s132 6.1.1)
46+
feather52832.menu.softdevice.s132v6=0.2.7 (s132 6.1.1)
4747
feather52832.menu.softdevice.s132v6.build.sd_flags=-DS132
4848
feather52832.menu.softdevice.s132v6.build.sd_name=s132
4949
feather52832.menu.softdevice.s132v6.build.sd_version=6.1.1
@@ -104,7 +104,7 @@ feather52840.build.extra_flags=-DNRF52840_XXAA
104104
# SofDevice Menu
105105
# Ram & ROM size varies depending on SoftDevice (check linker script)
106106

107-
feather52840.menu.softdevice.s140v6=0.2.6 (s140 6.1.1)
107+
feather52840.menu.softdevice.s140v6=0.2.7 (s140 6.1.1)
108108
feather52840.menu.softdevice.s140v6.build.sd_flags=-DS140
109109
feather52840.menu.softdevice.s140v6.build.sd_name=s140
110110
feather52840.menu.softdevice.s140v6.build.sd_version=6.1.1
@@ -149,7 +149,7 @@ pca10056.build.extra_flags=-DNRF52840_XXAA
149149
# SofDevice Menu
150150
# Ram & ROM size varies depending on SoftDevice (check linker script)
151151

152-
pca10056.menu.softdevice.s140v6=0.2.6 (s140 6.1.1)
152+
pca10056.menu.softdevice.s140v6=0.2.7 (s140 6.1.1)
153153
pca10056.menu.softdevice.s140v6.build.sd_flags=-DS140
154154
pca10056.menu.softdevice.s140v6.build.sd_name=s140
155155
pca10056.menu.softdevice.s140v6.build.sd_version=6.1.1

bootloader/feather_nrf52832/feather_nrf52832_bootloader-0.2.6_s132_6.1.1.hex renamed to bootloader/feather_nrf52832/feather_nrf52832_bootloader-0.2.7_s132_6.1.1.hex

Lines changed: 1338 additions & 1335 deletions
Large diffs are not rendered by default.

bootloader/feather_nrf52840_express/feather_nrf52840_express_bootloader-0.2.6_s140_6.1.1.hex renamed to bootloader/feather_nrf52840_express/feather_nrf52840_express_bootloader-0.2.7_s140_6.1.1.hex

Lines changed: 1749 additions & 1745 deletions
Large diffs are not rendered by default.

bootloader/metro_nrf52840_express/metro_nrf52840_express_bootloader-0.2.7_s140_6.1.1.hex

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

bootloader/pca10056/pca10056_bootloader-0.2.6_s140_6.1.1.hex renamed to bootloader/pca10056/pca10056_bootloader-0.2.7_s140_6.1.1.hex

Lines changed: 1720 additions & 1717 deletions
Large diffs are not rendered by default.

programmers.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nrfjprog.program.cmd=nrfjprog
77
nrfjprog.program.cmd.windows=nrfjprog.exe
88

99
# Burn bootloader pattern
10-
nrfjprog.program.bootfile={runtime.platform.path}/bootloader/{build.variant}/{build.variant}_bootloader-0.2.6_{build.sd_name}_{build.sd_version}.hex
10+
nrfjprog.program.bootfile={runtime.platform.path}/bootloader/{build.variant}/{build.variant}_bootloader-0.2.7_{build.sd_name}_{build.sd_version}.hex
1111
nrfjprog.program.burn_pattern="{program.cmd}" --program "{program.bootfile}" -f nrf52 --chiperase --reset
1212

1313
# Jlink to upload sketch
@@ -28,7 +28,7 @@ nrfutil_boot.program.cmd.windows={runtime.platform.path}/tools/adafruit-nrfutil/
2828
nrfutil_boot.program.cmd.macosx={runtime.platform.path}/tools/adafruit-nrfutil/macos/adafruit-nrfutil
2929

3030
# Burn bootloader pattern
31-
nrfutil_boot.program.bootfile={runtime.platform.path}/bootloader/{build.variant}/{build.variant}_bootloader-0.2.6_{build.sd_name}_{build.sd_version}.zip
31+
nrfutil_boot.program.bootfile={runtime.platform.path}/bootloader/{build.variant}/{build.variant}_bootloader-0.2.7_{build.sd_name}_{build.sd_version}.zip
3232
nrfutil_boot.program.burn_pattern={program.cmd} --verbose dfu serial -pkg "{program.bootfile}" -p {serial.port} -b 115200 --touch 1200
3333

3434
# Remind user to select Jlink when used to upload sketch

0 commit comments

Comments
 (0)