Skip to content

Commit

Permalink
Re-release 1.1.0
Browse files Browse the repository at this point in the history
* Updates n-able-Arduino to version 0.2.0
  • Loading branch information
h2zero committed Jun 28, 2024
1 parent a4bab1d commit 420d13a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
All notable changes to this project will be documented in this file.
## [Unreleased]

## [1.1.0] - 2024-06-27
## [1.1.0] - 2024-06-28
### Changed
- Updated n-able-Arduino to version 0.2.0

### Fixed
- Broken nrfutil tool replaced with provided wheel using n-able-nrfutil.
- FPU is no longer enabled for devices that do not have one.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Apache NimBLE is an open-source Bluetooth 5.1 stack (both Host & Controller) tha

```ini
[env]
platform = https://github.com/h2zero/platform-n-able.git#1.1.0
platform = https://github.com/h2zero/platform-n-able.git@^1.0.0
framework = arduino
lib_deps = h2zero/NimBLE-Arduino@^1.4.0
board = ...
Expand Down
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "git",
"url": "https://github.com/h2zero/platform-n-able.git"
},
"version": "1.0.0",
"version": "1.1.0",
"frameworks": {
"arduino": {
"package": "framework-n-able-arduino",
Expand All @@ -31,7 +31,7 @@
"framework-n-able-arduino": {
"type": "framework",
"optional": false,
"version": "https://github.com/h2zero/n-able-Arduino.git"
"version": "https://github.com/h2zero/n-able-Arduino.git@0.2.0"
},
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
Expand Down

0 comments on commit 420d13a

Please sign in to comment.