File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ ## [ Unreleased]
5
+
6
+ ## [ 1.1.0] - 2024-06-27
7
+ ### Fixed
8
+ - Broken nrfutil tool replaced with provided wheel using n-able-nrfutil.
9
+ - FPU is no longer enabled for devices that do not have one.
10
+
11
+ ### Added
12
+ - Added support for nRF52810
13
+
14
+ ## [ 1.0.0] - 2022-08-06
15
+
16
+ ### INITIAL RELEASE
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Apache NimBLE is an open-source Bluetooth 5.1 stack (both Host & Controller) tha
12
12
13
13
``` ini
14
14
[env]
15
- platform = https://github.com/h2zero/platform-n-able.git# 1.0 .0
15
+ platform = https://github.com/h2zero/platform-n-able.git# 1.1 .0
16
16
framework = arduino
17
17
lib_deps = h2zero/NimBLE-Arduino@^1.4.0
18
18
board = ...
@@ -48,6 +48,9 @@ board = ...
48
48
* [ Adafruit Feather nRF52832] ( https://www.adafruit.com/product/3406 )
49
49
* [ Ebyte E104-BT5032A-TB] ( https://www.ebyte.com/en/product-view-news.html?id=956 )
50
50
51
+ ### nRF52810
52
+ * [ Generic nRF52810 MCU] ( https://www.nordicsemi.com/Products/nRF52810 )
53
+
51
54
### nRF51
52
55
* [ Generic nRF51 MCU] ( https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF51822 )
53
56
* [ BBC micro: bit ] ( https://microbit.org )
You can’t perform that action at this time.
0 commit comments