You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Release notes.md
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,32 @@
1
+
#Release notes 0.9.1:
2
+
3
+
##Changes:
4
+
* Added DFU example. Note that a new bootloader is needed for this project
5
+
6
+
* Added porting document
7
+
8
+
##Fixes:
9
+
* Fixed an issue with lib_aci_close_remote_pipe
10
+
11
+
##Known issues:
12
+
1. Assert functionality has been removed and should be put back to the SDK.
13
+
Currently the asserts have been replaced with while(1)
14
+
15
+
4. The FIFO/Queue uses the "one slot" free method to detect empty and full conditions.
16
+
This wastes one extra element in the queue.
17
+
The algorithm can be optimized to reduce RAM usage.
18
+
19
+
5. Bonding info is stored in non-volatile memory on the Arduino after an ACI Timing Event and the Timing Event may not always arrive.
20
+
This issue is applicable for all projects that use pairing.
21
+
22
+
6. Documentation for using the Nordic adapter shield for nRF8001 with the nRF8001 Development kit and the Bluetooth low energy SDK for Arduino is incomplete.
23
+
24
+
7. Documentation for the Bluetooth low energy SDK for Arduino is still in progress.
25
+
26
+
9. Sending zero byte value from the hello world example causes nRF UART on iOS to crash.
27
+
28
+
10. Bootloader for DFU is not yet released, but it will be shortly.
0 commit comments