Skip to content

Commit 92a75f0

Browse files
AyturkDuzentheob-pro
authored andcommitted
zephyr: boards: fix nrf53 downstream
Pass '-DSNIPPET=bt-ll-sw-split' for building zll downstream. Signed-off-by: Aytürk Düzen <ayturk.duzen@nordicsemi.no>
1 parent ad014a0 commit 92a75f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

autopts/ptsprojects/boards/nrf53.py

+3-2
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;'
49-
f'../../../tests/bluetooth/tester/hci_ipc_cpunet.conf\'']
48+
f'-DEXTRA_CONF_FILE=\'nrf5340_cpunet_iso-bt_ll_sw_split.conf;',
49+
f'../../../tests/bluetooth/tester/hci_ipc_cpunet.conf\'',
50+
'-DSNIPPET=bt-ll-sw-split']
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)