Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Jun 28, 2024
1 parent 1d62b37 commit ead6154
Show file tree
Hide file tree
Showing 7 changed files with 36,208 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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
### 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
2 changes: 1 addition & 1 deletion boards/generic_nrf52810.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"debug": {
"jlink_device": "nRF52810_xxAA",
"svd_path": "nrf52.svd"
"svd_path": "nrf52810.svd"
},
"frameworks": [
"arduino"
Expand Down
5 changes: 5 additions & 0 deletions examples/BLE-client-test/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ board = generic_nrf51822_xxac
lib_deps = ${common.lib_deps}
build_flags = ${common.build_flags}

[env:generic_nrf52810]
board = generic_nrf52810
lib_deps = ${common.lib_deps}
build_flags = ${common.build_flags}

[env:generic_nrf52832]
board = generic_nrf52832
lib_deps = ${common.lib_deps}
Expand Down
5 changes: 5 additions & 0 deletions examples/BLE-server-test/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ board = generic_nrf51822_xxac
lib_deps = ${common.lib_deps}
build_flags = ${common.build_flags}

[env:generic_nrf52810]
board = generic_nrf52810
lib_deps = ${common.lib_deps}
build_flags = ${common.build_flags}

[env:generic_nrf52832]
board = generic_nrf52832
lib_deps = ${common.lib_deps}
Expand Down
Loading

0 comments on commit ead6154

Please sign in to comment.