Skip to content

Commit 1d62b37

Browse files
committed
Release 1.1.0
1 parent 59b61ab commit 1d62b37

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Apache NimBLE is an open-source Bluetooth 5.1 stack (both Host & Controller) tha
1212

1313
```ini
1414
[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
1616
framework = arduino
1717
lib_deps = h2zero/NimBLE-Arduino@^1.4.0
1818
board = ...
@@ -48,6 +48,9 @@ board = ...
4848
* [Adafruit Feather nRF52832](https://www.adafruit.com/product/3406)
4949
* [Ebyte E104-BT5032A-TB](https://www.ebyte.com/en/product-view-news.html?id=956)
5050

51+
### nRF52810
52+
* [Generic nRF52810 MCU](https://www.nordicsemi.com/Products/nRF52810)
53+
5154
### nRF51
5255
* [Generic nRF51 MCU](https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF51822)
5356
* [BBC micro:bit](https://microbit.org)

0 commit comments

Comments
 (0)