Skip to content

Commit

Permalink
boards: update nrf board names to hw model 2
Browse files Browse the repository at this point in the history
zephyrproject-rtos/zephyr#51831

Signed-off-by: Aytürk Düzen <[email protected]>
  • Loading branch information
AyturkDuzen committed May 21, 2024
1 parent 6420fd6 commit 9c381e5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion autopts/ptsprojects/boards/nrf52.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

from .nrf5x import *

board_type = 'nrf52840dk_nrf52840'
board_type = 'nrf52840dk/nrf52840'
2 changes: 1 addition & 1 deletion autopts/ptsprojects/boards/nrf52_wsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
supported_projects = ['zephyr']


board_type = 'nrf52840dk_nrf52840'
board_type = 'nrf52840dk/nrf52840'


def reset_cmd(iutctl):
Expand Down
4 changes: 2 additions & 2 deletions autopts/ptsprojects/boards/nrf53.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .nrf5x import *
from autopts.bot.common import check_call

board_type = 'nrf5340dk_nrf5340_cpuapp'
board_type = 'nrf5340dk/nrf5340/cpuapp'


def build_and_flash(zephyr_wd, board, debugger_snr, conf_file=None, *args):
Expand Down Expand Up @@ -44,7 +44,7 @@ def build_and_flash(zephyr_wd, board, debugger_snr, conf_file=None, *args):
check_call(cmd, cwd=tester_dir)
check_call(['west', 'flash', '--skip-rebuild', '--recover', '-i', debugger_snr], cwd=tester_dir)

cmd = ['west', 'build', '-b', 'nrf5340dk_nrf5340_cpunet', '--',
cmd = ['west', 'build', '-b', 'nrf5340dk/nrf5340/cpunet', '--',
f'-DOVERLAY_CONFIG=\'nrf5340_cpunet_iso-bt_ll_sw_split.conf;'
f'../../../tests/bluetooth/tester/nrf5340_hci_ipc_cpunet.conf\'']
check_call(cmd, cwd=controller_dir)
Expand Down
2 changes: 1 addition & 1 deletion autopts/ptsprojects/boards/nrf54l.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

from .nrf5x import *

board_type = 'nrf54l15pdk_nrf54l15_cpuapp'
board_type = 'nrf54l15pdk/nrf54l15/cpuapp'

0 comments on commit 9c381e5

Please sign in to comment.