Skip to content

Commit 2b37409

Browse files
authored
Update changelog.md
1 parent f649712 commit 2b37409

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

changelog.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,26 @@
22

33
## 0.6.5
44

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`
1725

1826
## 0.6.0
1927

0 commit comments

Comments
 (0)