From d7f363564275683cbd898d9cd14b54f49eb4bad7 Mon Sep 17 00:00:00 2001 From: Skjerve Date: Fri, 2 May 2014 16:24:29 +0200 Subject: [PATCH] Updated Release notes --- Release notes.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Release notes.md b/Release notes.md index 3e45136..3f68bab 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,3 +1,32 @@ +#Release notes 0.9.1: + +##Changes: +* Added DFU example. Note that a new bootloader is needed for this project + +* Added porting document + +##Fixes: +* Fixed an issue with lib_aci_close_remote_pipe + +##Known issues: +1. Assert functionality has been removed and should be put back to the SDK. +Currently the asserts have been replaced with while(1) + +4. The FIFO/Queue uses the "one slot" free method to detect empty and full conditions. +This wastes one extra element in the queue. +The algorithm can be optimized to reduce RAM usage. + +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. +This issue is applicable for all projects that use pairing. + +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. + +7. Documentation for the Bluetooth low energy SDK for Arduino is still in progress. + +9. Sending zero byte value from the hello world example causes nRF UART on iOS to crash. + +10. Bootloader for DFU is not yet released, but it will be shortly. + #Release notes 0.9.0: ##Changes: