|
2 | 2 |
|
3 | 3 | ## 0.6.5 |
4 | 4 |
|
5 | | -- Fix setName() issue |
6 | | -- Add Low Level format sketch for filesystem: `libraries/nffs/examples/EraseNffs` |
7 | | -- Add SRAM usage when compiling |
8 | | -- Reduce Stack size from 3KB to 2KB, and functions dbgStackUsed(), dbgStackTotal() for dynamic stack usage |
9 | | -- Updated for latest Bluefruit LE Connect version with RGBW support |
10 | | -- Fix #48 SPI & I2C warnings |
11 | | -- Change board define from ARDUINO_FEATHER52 to ARDUINO_NRF52_FEATHER (ARDUINO_FEATHER52 still exists for backward comaptiable) |
12 | | -- Change pin in hwpwm and hid_camerashutter sketches |
13 | | -- Update nffs code to mynewt v1.0.0 |
14 | | -- Add Realtrace support using Segger Sysview |
15 | | -- Implement Gatt readCharByUuid() |
16 | | -- Implement Gap getPeerName() |
| 5 | +### Core |
| 6 | + |
| 7 | +- Fixed `setName()` issue |
| 8 | +- Added SRAM usage to output when compiling |
| 9 | +- Reduced stack size from 3KB to 2KB, and added functions `dbgStackUsed()` and `dbgStackTotal()` for dynamic stack usage |
| 10 | +- Fixed #48 SPI & I2C warnings |
| 11 | +- Changed board defines from `ARDUINO_FEATHER52` to `ARDUINO_NRF52_FEATHER` (`ARDUINO_FEATHER52` still exists for backward comaptiability) |
| 12 | +- Changed pin in hwpwm and hid_camerashutter sketches |
| 13 | +- Updated NFFS code to mynewt v1.0.0 |
| 14 | +- Added event recording support using Segger's Sysview |
| 15 | + |
| 16 | +### BLE |
| 17 | + |
| 18 | +- Updated for the latest Bluefruit LE Connect version with RGBW support |
| 19 | +- Implemented Gatt `readCharByUuid()` |
| 20 | +- Implemented Gap `getPeerName()` |
| 21 | + |
| 22 | +### New Examples |
| 23 | + |
| 24 | +- Added Low Level format sketch for filesystem: `libraries/nffs/examples/EraseNffs` |
17 | 25 |
|
18 | 26 | ## 0.6.0 |
19 | 27 |
|
|
0 commit comments