Skip to content

Commit

Permalink
Add missing vcpkg configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jun 18, 2024
1 parent ce41604 commit 79a69ec
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"registries": [
{
"name": "arm",
"kind": "artifact",
"location": "https://artifacts.tools.arm.com/vcpkg-registry"
}
],
"requires": {
"arm:tools/open-cmsis-pack/cmsis-toolbox": "2.4.0",
"arm:tools/kitware/cmake": "3.28.4",
"arm:tools/ninja-build/ninja": "1.12.0",
"arm:compilers/arm/armclang": "6.22.0",
"arm:compilers/arm/arm-none-eabi-gcc": "^13.2.1",
"arm:models/arm/avh-fvp": "^11.22.39",
"arm:debuggers/arm/armdbg": "6.1.2"
}
}

0 comments on commit 79a69ec

Please sign in to comment.