Skip to content

Commit 434e01e

Browse files
committed
change bootloader back to 0.2.9
1 parent 94b567a commit 434e01e

11 files changed

+3453
-3468
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.10 (s132 6.1.1)
46+
feather52832.menu.softdevice.s132v6=0.2.9 (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.10 (s140 6.1.1)
106+
feather52840.menu.softdevice.s140v6=0.2.9 (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.10 (s140 6.1.1)
148+
#metro52840.menu.softdevice.s140v6=0.2.9 (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.10 (s140 6.1.1)
190+
pca10056.menu.softdevice.s140v6=0.2.9 (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.10_s140_6.1.1.hex renamed to bootloader/feather_nrf52840_express/feather_nrf52840_express_bootloader-0.2.9_s140_6.1.1.hex

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

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

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

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

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

changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Adafruit nRF52 Arduino Core Changelog
22

3-
# 0.10.0
3+
# 0.10.1
44

55
This release added multiple concurrent peripheral connections support, allow Bluefruit device to multiple central (phones/PC) simultaneously. It introduces new BLE class: BLEPeriph, BLEConnection, remove BLEGap, refactor/rename/move functions and callbacks.
66

77
- Fixed Servo detach issue
88
- Fixed pulseIn() compile issue: implement countPulseASM() using C instead of ASM
9-
- Update bootloader to 0.2.10
9+
- Update bootloader to 0.2.9
1010
- Fixed OTA issue with latest BLE5 central such as iPhone X
11-
- Fixed pin map for nRF52840
11+
- Fixed incomplete writes on Windows. Updated tinyusb to handle write10 completion, and use it for finalizing the DFU process
1212
- Fixed various warnings, thanks @brijohn
1313
- Added ARDUINO_NRF52832_FEATHER for feather 832, ARDUINO_NRF52840_FEATHER for feather 840, ARDUINO_NRF52_FEATHER for both
1414
- 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)