|
1 | 1 | # Adafruit nRF52 Arduino Core Changelog
|
2 | 2 |
|
3 |
| -## 0.9.0 |
| 3 | +## 0.8.0 |
4 | 4 |
|
5 | 5 | ## Core
|
6 | 6 |
|
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. |
8 | 11 |
|
9 | 12 | ## BLE
|
10 | 13 |
|
11 | 14 | - Upgrade Bluetooth 5 with Softdevice to S132 v5.0.0
|
12 | 15 | - 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() |
13 | 24 | - BLEAdvertising
|
14 | 25 | - Added multiple services aaddition API
|
15 | 26 | - Added addManufacturerData()
|
16 | 27 | - Added getInterval() to retrieve current active interval
|
17 | 28 | - Added Slow interval callback support via setSlowCallback()
|
18 | 29 | - 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 |
20 | 37 |
|
21 | 38 | ## 0.7.5
|
22 | 39 |
|
|
0 commit comments