Skip to content

Commit 1372eeb

Browse files
committed
update bootloader to 0.2.10
1 parent 68400a7 commit 1372eeb

11 files changed

+3468
-3452
lines changed

boards.txt

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

46-
feather52832.menu.softdevice.s132v6=0.2.9 (s132 6.1.1)
46+
feather52832.menu.softdevice.s132v6=0.2.10 (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
@@ -103,7 +103,7 @@ feather52840.build.extra_flags=-DNRF52840_XXAA -DARDUINO_NRF52_FEATHER
103103
# SofDevice Menu
104104
# Ram & ROM size varies depending on SoftDevice (check linker script)
105105

106-
feather52840.menu.softdevice.s140v6=0.2.9 (s140 6.1.1)
106+
feather52840.menu.softdevice.s140v6=0.2.10 (s140 6.1.1)
107107
feather52840.menu.softdevice.s140v6.build.sd_flags=-DS140
108108
feather52840.menu.softdevice.s140v6.build.sd_name=s140
109109
feather52840.menu.softdevice.s140v6.build.sd_version=6.1.1
@@ -145,7 +145,7 @@ feather52840.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3 -Os
145145
# SofDevice Menu
146146
# Ram & ROM size varies depending on SoftDevice (check linker script)
147147

148-
#metro52840.menu.softdevice.s140v6=0.2.9 (s140 6.1.1)
148+
#metro52840.menu.softdevice.s140v6=0.2.10 (s140 6.1.1)
149149
#metro52840.menu.softdevice.s140v6.build.sd_flags=-DS140
150150
#metro52840.menu.softdevice.s140v6.build.sd_name=s140
151151
#metro52840.menu.softdevice.s140v6.build.sd_version=6.1.1
@@ -187,7 +187,7 @@ pca10056.build.extra_flags=-DNRF52840_XXAA
187187
# SofDevice Menu
188188
# Ram & ROM size varies depending on SoftDevice (check linker script)
189189

190-
pca10056.menu.softdevice.s140v6=0.2.9 (s140 6.1.1)
190+
pca10056.menu.softdevice.s140v6=0.2.10 (s140 6.1.1)
191191
pca10056.menu.softdevice.s140v6.build.sd_flags=-DS140
192192
pca10056.menu.softdevice.s140v6.build.sd_name=s140
193193
pca10056.menu.softdevice.s140v6.build.sd_version=6.1.1

bootloader/feather_nrf52840_express/feather_nrf52840_express_bootloader-0.2.9_s140_6.1.1.hex renamed to bootloader/feather_nrf52840_express/feather_nrf52840_express_bootloader-0.2.10_s140_6.1.1.hex

Lines changed: 1792 additions & 1786 deletions
Large diffs are not rendered by default.

bootloader/metro_nrf52840_express/metro_nrf52840_express_bootloader-0.2.9_s140_6.1.1.hex renamed to bootloader/metro_nrf52840_express/metro_nrf52840_express_bootloader-0.2.10_s140_6.1.1.hex

Lines changed: 833 additions & 829 deletions
Large diffs are not rendered by default.

bootloader/pca10056/pca10056_bootloader-0.2.9_s140_6.1.1.hex renamed to bootloader/pca10056/pca10056_bootloader-0.2.10_s140_6.1.1.hex

Lines changed: 835 additions & 830 deletions
Large diffs are not rendered by default.

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ This release added multiple concurrent peripheral connections support, allow Blu
66

77
- Fixed Servo detach issue
88
- Fixed pulseIn() compile issue: implement countPulseASM() using C instead of ASM
9-
- Update bootloader to 0.2.9 which fixed OTA issue with latest BLE5 central such as iPhone X
10-
- Added Metro nRF52840 Board support
9+
- Update bootloader to 0.2.10
10+
- Fixed OTA issue with latest BLE5 central such as iPhone X
11+
- Fixed pin map for nRF52840
1112
- Fixed various warnings, thanks @brijohn
1213
- Added ARDUINO_NRF52832_FEATHER for feather 832, ARDUINO_NRF52840_FEATHER for feather 840, ARDUINO_NRF52_FEATHER for both
1314
- Fixed an memory leak with LFS, also extend to allow it to be used with SPI flash on other boards. Thanks @jeremypoulter

0 commit comments

Comments
 (0)