Skip to content

Commit

Permalink
Update Release notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Skjerve committed Feb 17, 2014
1 parent 0bec1a2 commit 42ba4ba
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Release notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ Release notes 0.8.0:
1. Assert functionality has been removed and should be put back to the SDK.
Currently the asserts have been replaced with while(1)

2. Platforms specific code to be placed in a #define to improve portability
EIMSK. pgmspace etc.
2. Platform specific code to be placed in a #define to improve portability.
E.g. EIMSK. pgmspace etc.

3. The BLE module when using interrupts may have issues that may stop the libray from working when the FIFO/Queue becomes full.
When using interrupts ensure that the queue size is at least 4.
Specified in hal_aci_tl.h
#define ACI_QUEUE_SIZE 4
3. The BLE module, when using interrupts, may have issues that could stop the libray from working when the FIFO/Queue becomes full.
Ensure that the queue size is at least 4 when using interrupts.
This is specified in hal_aci_tl.h
'#define ACI_QUEUE_SIZE 4'.
The BLE module does not have any known issues when polling.

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 the RAM usage.
The algorithm can be optimized to reduce RAM usage.

5. Bonding info is stored on non-volatile store on Arduino on Timing Event and Timing Event may not always arrive.
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.
7. Documentation for the Bluetooth low energy SDK for Arduino is still in progress.

0 comments on commit 42ba4ba

Please sign in to comment.