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:
Gerard Marull-Paretas 2024-03-18 10:32:19 +01:00 committed by Carles Cufí
commit 7bea89ac44

View file

@ -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'}