File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Adafruit nRF52 Arduino Core Changelog
2
2
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
4
17
5
18
## 0.13.0 - 2019.08.22
6
19
You can’t perform that action at this time.
0 commit comments