[nrf-ble-driver] Initial version of nrf-ble-driver#5938
[nrf-ble-driver] Initial version of nrf-ble-driver#5938grdowns merged 14 commits intomicrosoft:masterfrom kenr:nrf-ble-driver
Conversation
|
I'm not sure what Vcpkg-PR-Eager does. |
|
Vcpkg-PR-Eager tried to install the port on multiple triplets and fails if there are any new build failures on any triplet. Because this is a new port some of those failures may be by design if the port does not support it. for |
|
I've had the port build on Windows (x64,x86) and Linux (x64). I tried it now again and it worked (see output below). |
|
Any progress on this one, anything I can assist with? |
|
Hey @kenr, sorry for the slow going PR. I've been able to build |
…into dev/grdowns/5938
…thub.com/kenr/vcpkg into dev/grdowns/5938-revert-changelist
|
Hi @grdowns, thank you for look into this . Do you know when it can be merged with master? Takk for hjelpen så langt :-) |
|
@grdowns How is going with the git on Windows and libudev-dev issue on Linux? |
|
Hei @kenr, jeg beklager den lange ventetid! I just wanted to give you an update as this PR hasn't slipped by me. The Git not found problem is by design, as our CI machines do not have Git added to their environment Additionally, I've been working on enabling Edit: As far as the |
|
One more update, I was looking into enabling |
|
Takk selv :-) Just some comments, the 001-arm64-support.patch, should it be there at all? The macOS part of the file is the only code that does anything and the linking described is taken care of in nrf-ble-driver code. Regarding the check for darwin in portfile.cmake. Darwin does not require libudev, I'm not even sure if it exists for Darwin. We have released a new version of nrf-ble-driver now (v4.1.1). Shall I just do a new PR to get it in? I guess it will be a bit faster now that we have made things compile on the vcpkg build servers? |
|
Hi @kenr! I've created PR #6699 to both update the port to 4.1.1 and fix the system dependencies message. For future updates, you can simply change the release tag, SHA, and As for the patch, applying it adds Let me know if you have any more questions, and thanks again for the port contribution! |
This pull-request adds nrf-ble-driver.
nrf-ble-driver consists of a set of static and shared libraries that provide Bluetooth Low Energy connectivity
through the use of a PC and a Nordic Semiconductor System on Chip. The API on the PC side is almost identical to the SoftDevice API . SoftDevice is a Bluetooth Low Energy wireless protocol stack library.