commit | 480b6fb7c030f30ca0d835e47910d4d8ff181c42 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Wed Mar 29 18:36:54 2023 +0200 |
committer | Marti Bolivar <marti.bolivar@nordicsemi.no> | Mon Apr 17 09:29:04 2023 -0700 |
tree | ad1dd0fb0ebfb9226bea4d9d9997a074c482266e | |
parent | ff9c38316e622a81c9459381ceed6206d2ec6f68 [diff] |
scripts: runners: nrf: Do not force-flush until the end In order to better support the ability of the upcoming nrfutil runner to defer all operations and execute them all at once, defer flushing right until the end, when everything has been queued up (recover, program and reset) instead of forcing execution at the program stage. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>