commit | 16f212d6f239e017f275e5f7e821b0ef7dbd8e62 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Thu Feb 06 15:34:07 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri Feb 07 07:38:36 2025 +0100 |
tree | 4a5570f2e2be69d54b61a5b0a45000d5d36e3f53 | |
parent | 0c4f1987c6cc5c69d9362a4ffaa08403ebb1be81 [diff] |
scripts: runners: nrf54H/92: Use RESET_HARD instead of RESET_SYSTEM The nRF54H and the nRF92 series do not support the RESET_SYSTEM reset kind. Instead one must use RESET_HARD, which this patch now implements. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>