Skip to content

Commit e4cd256

Browse files
committed
update changelog
1 parent 794cc86 commit e4cd256

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

changelog.md

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

3-
## 0.9.0
3+
## 0.8.0
44

55
## Core
66

7-
- Add IDE programmer option to upgrade bootloader from IDE
7+
- Added IDE programmer and DFU option to upgrade bootloader from IDE.
8+
- Added IDE option to choose either old & new bootloader (Softdevice 2.0.1 and 5.1.0)
9+
- Added printBufferReverse() for Print class
10+
- Fixed issue #108 with GPIO output when reset.
811

912
## BLE
1013

1114
- Upgrade Bluetooth 5 with Softdevice to S132 v5.0.0
1215
- Support max ATT MTU up to 247 (negotiable with peer)
16+
- Added SoftDevice configuration that affect SRAM used by SD
17+
- configServiceChanged()
18+
- configUuid128Count()
19+
- configAttrTableSize()
20+
- configMaxMtu() / getMaxMtu()
21+
- configGapEventLen()
22+
- configHvnTxQueue() / getHvnTxQueue()
23+
- configWriteCmdQueue() / getWriteCmdQueue()
1324
- BLEAdvertising
1425
- Added multiple services aaddition API
1526
- Added addManufacturerData()
1627
- Added getInterval() to retrieve current active interval
1728
- Added Slow interval callback support via setSlowCallback()
1829
- Fixed an discovery bug introduced in 0.7.5
19-
- Add setPresentationFormatDescriptor() support
30+
- Added setPresentationFormatDescriptor() support
31+
- Added addDescriptor() for BLECharacteritsic
32+
- Added set/get apperance
33+
- Added experimental (work in progress) BLE Homekit
34+
- Fixed #99 setStopCallback() for BLEScanner is not implemented
35+
- Enhanced bleuart to work with larger MTU
36+
- Partially support data length extension
2037

2138
## 0.7.5
2239

0 commit comments

Comments
 (0)