Skip to content

Commit 42ba4ba

Browse files
committed
Update Release notes.md
1 parent 0bec1a2 commit 42ba4ba

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Release notes.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ Release notes 0.8.0:
55
1. Assert functionality has been removed and should be put back to the SDK.
66
Currently the asserts have been replaced with while(1)
77

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

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

1717
4. The FIFO/Queue uses the "one slot" free method to detect empty and full conditions.
1818
This wastes one extra element in the queue.
19-
The algorithm can be optimized to reduce the RAM usage.
19+
The algorithm can be optimized to reduce RAM usage.
2020

21-
5. Bonding info is stored on non-volatile store on Arduino on Timing Event and Timing Event may not always arrive.
21+
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.
2222
This issue is applicable for all projects that use pairing.
2323

2424
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.
2525

26-
7. Documentation for the Bluetooth low energy SDK for Arduino is still in progress.
26+
7. Documentation for the Bluetooth low energy SDK for Arduino is still in progress.

0 commit comments

Comments
 (0)