scripts: west_commands: runners: nrfjprog: drop nRF54H support
nRF54Hx series is no longer supported in nrfjprog. nrfutil is now required. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
c531e4c2ac
commit
7bea89ac44
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class NrfJprogBinaryRunner(NrfBinaryRunner):
|
|||
|
||||
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'}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue