-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[nrf-ble-driver] Fix version errors #28036
Conversation
@h1562075881 Please upgrade the |
vcpkg_from_github( | ||
OUT_SOURCE_PATH SOURCE_PATH | ||
REPO NordicSemiconductor/pc-ble-driver | ||
REF v4.1.4 | ||
REF "v${NRF_BLE_VERSION}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can use ${VERSION}
instead
Convert this PR to draft since there is no progress. Please ping us if this PR is ready for review again. |
Closing this PR since it seems that no progress is being made. Please ping us to reopen if work is still being done. |
- Fixed version inconsistency (microsoft#28036) - Used correct tag with precompiled hex files
- Fixed version inconsistency (microsoft#28036) - Used correct tag with precompiled hex files
… gcc-11.2.0 (#31873) * [nrf-ble-driver] fix compilation with gcc 11.2.0 PR: NordicSemiconductor/pc-ble-driver#272 * [nrf-ble-driver] fix version & use correct tag - Fixed version inconsistency (#28036) - Used correct tag with precompiled hex files
[nrf ble driver] Fix the inconsistency between the source code version and the output version