From 2e755eb66a160dbde0d425650beb202189e73817 Mon Sep 17 00:00:00 2001 From: Umberto Baldi Date: Wed, 15 Nov 2023 11:52:24 +0100 Subject: [PATCH] [nano 33 iot] specify a default programmer The CLI is able to give this back using `board details` The IDE2 can auto-select the programmer based on the board used --- boards.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards.txt b/boards.txt index d768492ee..271e59105 100644 --- a/boards.txt +++ b/boards.txt @@ -269,6 +269,8 @@ nano_33_iot.debug.cortex-debug.custom.overrideRestartCommands.1=monitor gdb_sync nano_33_iot.debug.cortex-debug.custom.overrideRestartCommands.2=thb setup nano_33_iot.debug.cortex-debug.custom.overrideRestartCommands.3=c +nano_33_iot.programmer.default=atmel_ice + # Arduino MKR FOX 1200 # -------------------- mkrfox1200.name=Arduino MKR FOX 1200