|
6 | 6 |
|
7 | 7 | - Added IDE programmer and DFU option to upgrade bootloader from IDE.
|
8 | 8 | - Added IDE option to choose either old & new bootloader (Softdevice 2.0.1 and 5.1.0)
|
9 |
| -- Added printBufferReverse() for Print class |
| 9 | +- Added printBufferReverse() for Print class. |
10 | 10 | - Fixed issue #108 with GPIO output when reset.
|
| 11 | +- Added Error String for easier debugging. |
11 | 12 |
|
12 | 13 | ## BLE
|
13 | 14 |
|
14 | 15 | - Upgrade Bluetooth 5 with Softdevice to S132 v5.0.0
|
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() |
24 |
| -- BLEAdvertising |
| 16 | +- Support max ATT MTU up to 247 (configurable) |
| 17 | +- Added SoftDevice configuration that affects SRAM used by SD. These function must be called before Bluefruit.begin() |
| 18 | + - configServiceChanged() add service changed characteristic |
| 19 | + - configUuid128Count() set the number of max uuid128 base |
| 20 | + - configAttrTableSize() set the size of buffer for GATT table |
| 21 | + - configPrphConn(), configPrphBandwidth() set the connection bandwidth setting for peripheral connections |
| 22 | + - configCentralConn(), configCentralBandwidth() set the connection bandwidth setting for central connections |
| 23 | +- BLEAdvertising |
25 | 24 | - Added multiple services aaddition API
|
26 | 25 | - Added addManufacturerData()
|
27 | 26 | - Added getInterval() to retrieve current active interval
|
|
0 commit comments