mirror of https://github.com/wolfSSL/wolfBoot.git
25 lines
493 B
Plaintext
25 lines
493 B
Plaintext
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "my-stm32l4",
|
|
"displayName": "my STM32L4",
|
|
"inherits": [
|
|
"stm32l4"
|
|
],
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/build-my-stm32l4",
|
|
"cacheVariables": {
|
|
"ARM_GCC_BIN": "C:/SysGCC/arm-eabi/bin",
|
|
"HOST_CC": "C:/Program Files/LLVM/bin/clang.exe"
|
|
}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "my-stm32l4",
|
|
"configurePreset": "my-stm32l4"
|
|
}
|
|
]
|
|
}
|