Files
hci_uart_beacon/CMakePresets.json
pober 2bad8ad2cd fix-latencybuildup (#1)
Co-authored-by: Pbopbo <p.obernesser@freenet.de>
Reviewed-on: #1
2026-04-09 11:51:34 +00:00

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"
}
}
]
}