Skip to content

Commit 5b9690c

Browse files
committed
update changelog
1 parent 75f8a05 commit 5b9690c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

changelog.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Adafruit nRF52 Arduino Core Changelog
22

3-
## Next Release
3+
## 0.14.0 - 2019.09.xx
4+
5+
- Core
6+
- Ada Callback task dynamically resize its queue size on demand. Also invoke function immediately if callback failed to allocate memory for deferring.
7+
- Changde stack size for following task
8+
- Task loop : from 256*6 to 256*4
9+
- Task Callback : from 256*4 to 256*3
10+
- Task USBD : from 150 to 200
11+
- Task BLE : from 256*6 to 256*5
12+
- Added _sbkr() to handle heap overflowed
13+
- BLEUart
14+
- Added setRxOverflowCallback()
15+
- Added deferred option for setRxCallback()
16+
- Update `image_upload` example to work with both nRF52832 & nRF52840 with maximum throughput, also support 16 or 24-bit color
417

518
## 0.13.0 - 2019.08.22
619

0 commit comments

Comments
 (0)