File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44## [ Unreleased]
55
6- ## [ 1.1.0] - 2024-06-27
6+ ## [ 1.1.0] - 2024-06-28
7+ ### Changed
8+ - Updated n-able-Arduino to version 0.2.0
9+
710### Fixed
811 - Broken nrfutil tool replaced with provided wheel using n-able-nrfutil.
912 - FPU is no longer enabled for devices that do not have one.
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
1212
1313``` ini
1414[env]
15- platform = https://github.com/h2zero/platform-n-able.git# 1.1 .0
15+ platform = https://github.com/h2zero/platform-n-able.git@^1.0 .0
1616framework = arduino
1717lib_deps = h2zero/NimBLE-Arduino@^1.4.0
1818board = ...
Original file line number Diff line number Diff line change 2020 "type" : " git" ,
2121 "url" : " https://github.com/h2zero/platform-n-able.git"
2222 },
23- "version" : " 1.0 .0" ,
23+ "version" : " 1.1 .0" ,
2424 "frameworks" : {
2525 "arduino" : {
2626 "package" : " framework-n-able-arduino" ,
3131 "framework-n-able-arduino" : {
3232 "type" : " framework" ,
3333 "optional" : false ,
34- "version" : " https://github.com/h2zero/n-able-Arduino.git"
34+ "version" : " https://github.com/h2zero/n-able-Arduino.git@0.2.0 "
3535 },
3636 "toolchain-gccarmnoneeabi" : {
3737 "type" : " toolchain" ,
You can’t perform that action at this time.
0 commit comments