-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf-ble-driver] Remove possible conflicting files (#25900)
* Fix possible conflicting license file * version * update license * format * version * UWP can't handle drivers * version
- Loading branch information
1 parent
a84a843
commit f93ba15
Showing
5 changed files
with
44 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
{ | ||
"name": "nrf-ble-driver", | ||
"version-string": "4.1.2", | ||
"port-version": 1, | ||
"version": "4.1.2", | ||
"port-version": 2, | ||
"description": "BLE driver is a library for Bluetooth Low Energy communication using Nordic Semiconductor development kits.", | ||
"homepage": "https://github.com/NordicSemiconductor/pc-ble-driver", | ||
"license": "BSD-3-Clause", | ||
"supports": "!uwp", | ||
"dependencies": [ | ||
"asio", | ||
"catch2", | ||
"cli11", | ||
"spdlog" | ||
"spdlog", | ||
{ | ||
"name": "vcpkg-cmake", | ||
"host": true | ||
}, | ||
{ | ||
"name": "vcpkg-cmake-config", | ||
"host": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters