fixes BSP location path

This commit is contained in:
2025-09-12 08:30:03 +02:00
parent c068d6dbd3
commit 00ecea2bd6
2 changed files with 3 additions and 3 deletions

View File

@@ -13,14 +13,14 @@
"name": "32imc", "name": "32imc",
"hidden": true, "hidden": true,
"cacheVariables": { "cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "../../bare-metal-bsp/cmake/rv32imc.cmake" "CMAKE_TOOLCHAIN_FILE": "${sourceDir}/../bare-metal-bsp/cmake/rv32imc.cmake"
} }
}, },
{ {
"name": "64imc", "name": "64imc",
"hidden": true, "hidden": true,
"cacheVariables": { "cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "../../bare-metal-bsp/cmake/rv64gc.cmake" "CMAKE_TOOLCHAIN_FILE": "${sourceDir}/../bare-metal-bsp/cmake/rv64gc.cmake"
} }
}, },
{ {