Skip to content

Commit 18d8a9d

Browse files
committed
zephyr: boards: fix nrf53 downstream
Pass '-DSNIPPET=bt-ll-sw-split' for building zll downstream. Signed-off-by: Aytürk Düzen <[email protected]>
1 parent 8b9bff0 commit 18d8a9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autopts/ptsprojects/boards/nrf53.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ def build_and_flash(zephyr_wd, board, debugger_snr, conf_file=None, *args):
4545
check_call(['west', 'flash', '--skip-rebuild', '--recover', '-i', debugger_snr], cwd=tester_dir)
4646

4747
cmd = ['west', 'build', '--no-sysbuild', '-b', 'nrf5340dk/nrf5340/cpunet', '--',
48-
f'-DEXTRA_CONF_FILE=\'nrf5340_cpunet_iso-bt_ll_sw_split.conf;'
48+
f'-DEXTRA_CONF_FILE=\'nrf5340_cpunet_iso-bt_ll_sw_split.conf;',
49+
f'-DSNIPPET=bt-ll-sw-split',
4950
f'../../../tests/bluetooth/tester/hci_ipc_cpunet.conf\'']
5051
check_call(cmd, cwd=controller_dir)
5152
check_call(['west', 'flash', '--skip-rebuild', '-i', debugger_snr], cwd=controller_dir)

0 commit comments

Comments
 (0)