Skip to content

Commit

Permalink
Adjust to new boardfile names for nRF5340 audio dk
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodevan authored and sjanc committed Feb 13, 2025
1 parent cbc3177 commit ad014a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autopts/ptsprojects/boards/nrf53_audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .nrf5x import *
from autopts.bot.common import check_call

board_type = 'nrf5340_audio_dk_nrf5340_cpuapp'
board_type = 'nrf5340_audio_dk/nrf5340/cpuapp'


def build_and_flash_core(zephyr_wd, build_dir, board, debugger_snr, configs, recover = False):
Expand Down Expand Up @@ -76,6 +76,6 @@ def build_and_flash(zephyr_wd, board, debugger_snr, conf_file=None, *args):

build_and_flash_core(zephyr_wd,
os.path.join('samples', 'bluetooth', 'hci_ipc'),
'nrf5340_audio_dk_nrf5340_cpunet',
'nrf5340_audio_dk/nrf5340/cpunet',
debugger_snr,
net_core_configs)

0 comments on commit ad014a0

Please sign in to comment.