[usbipdcpp] New port: A C++ library for creating usbip servers #50973
+72
−0
Annotations
2 errors
|
Generate Reply
After committing all other changes, the version database must be updated.
This can be done by running the following commands after committing your changes:
git add -u && git commit
git checkout ffffe619563988cbcfda2b8db2c142654d12eaf5 -- versions
./vcpkg x-add-version --all
|
|
Generate Reply
All vcpkg.json files and baselines must be formatted. To fix this problem, run:
./vcpkg format-manifest ports/*/vcpkg.json
./vcpkg format-feature-baseline scripts/ci.baseline.txt
./vcpkg format-feature-baseline scripts/ci.feature.baseline.txt
It should make the following changes:```diff
diff --git a/ports/usbipdcpp/vcpkg.json b/ports/usbipdcpp/vcpkg.json
index 32a431c8..5bf38a12 100644
--- a/ports/usbipdcpp/vcpkg.json
+++ b/ports/usbipdcpp/vcpkg.json
@@ -17,6 +17,9 @@
}
],
"features": {
+ "busywait": {
+ "description": "Enable busy-wait mode for lower latency (incompatible with coroutine)"
+ },
"coroutine": {
"description": "Use C++20 coroutine-based implementation"
},
@@ -25,9 +28,6 @@
"dependencies": [
"libusb"
]
- },
- "busywait": {
- "description": "Enable busy-wait mode for lower latency (incompatible with coroutine)"
}
}
}
```
|
Loading