Skip to content

Commit

Permalink
scripts: west_commands: runners: nrfjprog: drop nRF54H support
Browse files Browse the repository at this point in the history
nRF54Hx series is no longer supported in nrfjprog. nrfutil is now
required.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
  • Loading branch information
gmarull authored and carlescufi committed Mar 20, 2024
1 parent c531e4c commit 7bea89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/west_commands/runners/nrfjprog.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def do_exec_op(self, op, force=False):

families = {'NRF51_FAMILY': 'NRF51', 'NRF52_FAMILY': 'NRF52',
'NRF53_FAMILY': 'NRF53', 'NRF54L_FAMILY': 'NRF54L',
'NRF54H_FAMILY': 'NRF54H', 'NRF91_FAMILY': 'NRF91'}
'NRF91_FAMILY': 'NRF91'}
cores = {'NRFDL_DEVICE_CORE_APPLICATION': 'CP_APPLICATION',
'NRFDL_DEVICE_CORE_NETWORK': 'CP_NETWORK'}

Expand Down

0 comments on commit 7bea89a

Please sign in to comment.