From b42f59a940f88cd6a40c2d3003a2c38d01338f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Fri, 14 Aug 2026 08:34:57 +0000 Subject: [PATCH] fix(t-impulse-plus): enable 1200bps touch for nrfutil upload (#11499) Board lacked use_1200bps_touch, so uploads targeted the running application CDC instead of the bootloader. Adds wait_for_upload_port and the 0x239A:0x00DA bootloader hwid. --- boards/t-impulse-plus.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/boards/t-impulse-plus.json b/boards/t-impulse-plus.json index 83b289b42..511e308d2 100644 --- a/boards/t-impulse-plus.json +++ b/boards/t-impulse-plus.json @@ -7,7 +7,10 @@ "cpu": "cortex-m4", "extra_flags": "-DARDUINO_NRF52840_T_IMPULSE_PLUS -DNRF52840_XXAA", "f_cpu": "64000000L", - "hwids": [["0x239A", "0x8029"]], + "hwids": [ + ["0x239A", "0x8029"], + ["0x239A", "0x00DA"] + ], "usb_product": "T-Impulse-Plus-nRF52840", "mcu": "nrf52840", "variant": "t-impulse-plus", @@ -37,6 +40,8 @@ "maximum_ram_size": 248832, "maximum_size": 815104, "require_upload_port": true, + "wait_for_upload_port": true, + "use_1200bps_touch": true, "speed": 115200, "protocol": "nrfutil", "protocols": [