]> begriffs open source - cmsis/blob - CMSIS/CoreValidation/Project/vcpkg-configuration.json
Update workflows and build scripts
[cmsis] / CMSIS / CoreValidation / Project / vcpkg-configuration.json
1 {
2     "registries": [
3       {
4         "kind": "artifact",
5         "location": "https://aka.ms/vcpkg-ce-default",
6         "name": "microsoft"
7       },
8       {
9         "kind": "artifact",
10         "location": "https://artifacts.keil.arm.com/vcpkg-ce-registry/registry.zip",
11         "name": "arm"
12       }
13     ],
14     "requires": {
15       "microsoft:tools/kitware/cmake": "^3.25.2",
16       "microsoft:ninja": "^1.10.2",
17       "arm:compilers/arm/armclang":"^6.20.0",
18       "arm:compilers/arm/arm-none-eabi-gcc": "^13.2.1",
19       "arm:compilers/arm/llvm-embedded": "^17.0.1-0",
20       "arm:tools/open-cmsis-pack/cmsis-toolbox": "^2.1.0-0",
21       "arm:models/arm/avh-fvp": "^11.22.39",
22       "arm:debuggers/arm/armdbg": "^6.0.0"
23     }
24   }
25