]> begriffs open source - cmsis/blob - .devcontainer/ubuntu-22.04/vcpkg-configuration.json
Added ARMCM52 support to CoreValidation
[cmsis] / .devcontainer / ubuntu-22.04 / vcpkg-configuration.json
1 {
2     "registries": [
3       {
4         "kind": "artifact",
5         "location": "https://artifacts.keil.arm.com/vcpkg-ce-registry/registry.zip",
6         "name": "arm"
7       }
8     ],
9     "requires": {
10       "arm:tools/kitware/cmake": "^3.25.2",
11       "arm:ninja": "^1.10.2",
12       "arm:compilers/arm/armclang":"^6.22.0",
13       "arm:compilers/arm/arm-none-eabi-gcc": "^13.2.1",
14       "arm:compilers/arm/llvm-embedded": "^17.0.1-0",
15       "arm:tools/open-cmsis-pack/cmsis-toolbox": "^2.1.0-0",
16       "arm:models/arm/avh-fvp": "11.22.39",
17       "arm:debuggers/arm/armdbg": "^6.0.0"
18     }
19   }
20