You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Adafruit nRF52 Arduino Core Changelog
2
2
3
-
# 0.10.0
3
+
# 0.10.1
4
4
5
5
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.
6
6
7
7
- Fixed Servo detach issue
8
8
- 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
10
10
- 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
12
12
- Fixed various warnings, thanks @brijohn
13
13
- Added ARDUINO_NRF52832_FEATHER for feather 832, ARDUINO_NRF52840_FEATHER for feather 840, ARDUINO_NRF52_FEATHER for both
14
14
- 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