Skip to content

Commit 4d29ecc

Browse files
rugeGerritsenjoerchan
authored andcommitted
bluetooth: controller: Add ble_controller_0.3.0-3.prealpha
Adds support for nRF52833 and fixes a bug in hci_data_get(). For more information see the updated CHANGELOG. Signed-off-by: Rubin Gerritsen <[email protected]>
1 parent 71a53bd commit 4d29ecc

21 files changed

+16
-1
lines changed

ble_controller/CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Changelog
55

66
All notable changes to this project are documented in this file.
77

8+
ble_controller 0.3.0-3.prealpha
9+
*******************************
10+
11+
Added
12+
=======
13+
* Added support for nRF52833.
14+
15+
Bugfixes
16+
========
17+
18+
* Fixed an issue where ``hci_data_get()`` could return "No data available" when there was data available.
19+
This issue would only occur when connected to multiple devices at the same time.
20+
821
ble_controller 0.3.0-2.prealpha
922
*******************************
1023

ble_controller/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else()
2525
message(WARNING "No BLE Controller variant selected")
2626
endif()
2727

28-
set(ver 0.3.0-2.prealpha)
28+
set(ver 0.3.0-3.prealpha)
2929

3030
set(BLE_CONTROLLER_LIB ${BLE_CONTROLLER_LIB_PATH}/libble_controller_${ble_controller_variant}_nrf52_${ver}.a)
3131

ble_controller/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ SoC support:
2929
+------------+--------+--------+--------+
3030
| nRF52832 | X | X | |
3131
+------------+--------+--------+--------+
32+
| nRF52833 | | | X |
33+
+------------+--------+--------+--------+
3234
| nRF52840 | | | X |
3335
+------------+--------+--------+--------+
3436

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)