add test_fw
This commit is contained in:
122
test_fw/CMakePresets.json
Normal file
122
test_fw/CMakePresets.json
Normal file
@@ -0,0 +1,122 @@
|
||||
{
|
||||
"version": 3,
|
||||
"vendor": {
|
||||
"conan": {}
|
||||
},
|
||||
"cmakeMinimumRequired": {
|
||||
"major": 3,
|
||||
"minor": 24,
|
||||
"patch": 0
|
||||
},
|
||||
"configurePresets": [
|
||||
{
|
||||
"name": "32imc",
|
||||
"hidden": true,
|
||||
"cacheVariables": {
|
||||
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/../bare-metal-bsp/cmake/rv32imc.cmake"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "64imc",
|
||||
"hidden": true,
|
||||
"cacheVariables": {
|
||||
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/../bare-metal-bsp/cmake/rv64gc.cmake"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "iss",
|
||||
"hidden": true,
|
||||
"cacheVariables": {
|
||||
"BOARD": "iss"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "moonlight",
|
||||
"hidden": true,
|
||||
"cacheVariables": {
|
||||
"BOARD": "moonlight"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "riscv_vp",
|
||||
"hidden": true,
|
||||
"cacheVariables": {
|
||||
"BOARD": "riscv_vp",
|
||||
"LINKER_SCRIPT": "/scratch/hongyu/workarea/Firmwares/bare-metal-bsp/env/riscv_vp/flash.lds"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "rtl",
|
||||
"hidden": true,
|
||||
"cacheVariables": {
|
||||
"BOARD": "rtl"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "debug",
|
||||
"hidden": true,
|
||||
"cacheVariables": {
|
||||
"CMAKE_BUILD_TYPE": "Debug"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "release",
|
||||
"hidden": true,
|
||||
"cacheVariables": {
|
||||
"CMAKE_BUILD_TYPE": "Release"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ISS_Debug",
|
||||
"inherits": ["iss", "debug", "32imc"]
|
||||
},
|
||||
{
|
||||
"name": "Moonlight_Debug",
|
||||
"inherits": ["moonlight", "debug", "32imc"]
|
||||
},
|
||||
{
|
||||
"name": "riscv_vp_Debug",
|
||||
"inherits": ["riscv_vp", "debug", "32imc"]
|
||||
},
|
||||
{
|
||||
"name": "ISS_Debug_64",
|
||||
"inherits": ["iss", "debug", "64imc"]
|
||||
},
|
||||
{
|
||||
"name": "Moonlight_Debug_64",
|
||||
"hidden": true,
|
||||
"inherits": ["moonlight", "debug", "64imc"]
|
||||
},
|
||||
{
|
||||
"name": "riscv_vp_Debug_64",
|
||||
"inherits": ["riscv_vp", "debug", "64imc"]
|
||||
},
|
||||
{
|
||||
"name": "ISS_Release",
|
||||
"inherits": ["iss", "release", "32imc"]
|
||||
},
|
||||
{
|
||||
"name": "Moonlight_Release",
|
||||
"inherits": ["moonlight", "release", "32imc"]
|
||||
},
|
||||
{
|
||||
"name": "riscv_vp_Release",
|
||||
"inherits": ["riscv_vp", "release", "32imc"]
|
||||
},
|
||||
{
|
||||
"name": "ISS_Release_64",
|
||||
"inherits": ["iss", "release", "64imc"]
|
||||
},
|
||||
{
|
||||
"name": "Moonlight_Release_64",
|
||||
"hidden": true,
|
||||
"inherits": ["moonlight", "release", "64imc"]
|
||||
},
|
||||
{
|
||||
"name": "riscv_vp_Release_64",
|
||||
"hidden": true,
|
||||
"inherits": ["riscv_vp", "release", "64imc"]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user