22 lines
688 B
JSON
22 lines
688 B
JSON
{
|
|
"version": 2,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 20
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "build_nrf54_radio0_radio1",
|
|
"displayName": "Build for nRF54l15 DK nRF54l15 Application",
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/build_nrf54_radio0_radio1",
|
|
"cacheVariables": {
|
|
"NCS_TOOLCHAIN_VERSION": "NONE",
|
|
"BOARD": "nrf54l15dk/nrf54l15/cpuapp",
|
|
"EXTRA_CONF_FILE": "iso.conf;clk.conf",
|
|
"CONF_FILE": "prj.conf",
|
|
"DTC_OVERLAY_FILE": "bl54l15_radio0_radio1.overlay"
|
|
}
|
|
}
|
|
]
|
|
} |