From a561ea11f1c40b54d91d23076eb363c211e8a81e Mon Sep 17 00:00:00 2001 From: MDin Date: Thu, 23 Oct 2025 11:02:19 +0530 Subject: [PATCH 1/2] extras: Updated submodules. Signed-off-by: MDin --- extras/arduino-core-api | 2 +- extras/arduino-devops | 2 +- extras/arduino-examples | 2 +- extras/makers-devops | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extras/arduino-core-api b/extras/arduino-core-api index 4a02bfc0..0f4e57ea 160000 --- a/extras/arduino-core-api +++ b/extras/arduino-core-api @@ -1 +1 @@ -Subproject commit 4a02bfc0a924e1fec34c3bb82ffd5dfba7643a0c +Subproject commit 0f4e57ea193a00163ae59f0f0ff478feae7eb5db diff --git a/extras/arduino-devops b/extras/arduino-devops index 267471c7..b086dd5a 160000 --- a/extras/arduino-devops +++ b/extras/arduino-devops @@ -1 +1 @@ -Subproject commit 267471c79da2e7da81759d27b519da3507b5a563 +Subproject commit b086dd5a1d1ef117677cb292b6b0821628eed7de diff --git a/extras/arduino-examples b/extras/arduino-examples index 4901be04..f2bf63b4 160000 --- a/extras/arduino-examples +++ b/extras/arduino-examples @@ -1 +1 @@ -Subproject commit 4901be04d38d690efefedbed271d2eb534512436 +Subproject commit f2bf63b4499fdd984891b6dff074732f3e9effaf diff --git a/extras/makers-devops b/extras/makers-devops index 663d0491..e1bf7a3d 160000 --- a/extras/makers-devops +++ b/extras/makers-devops @@ -1 +1 @@ -Subproject commit 663d04911cd3d2b1191be6fc7a08f83c38ed49f7 +Subproject commit e1bf7a3d928d88948bc18be8e5d961d650ad6943 From 05d351d7bf9f2d52d7f3c5e3acd6ce05ebb170b0 Mon Sep 17 00:00:00 2001 From: MDin Date: Thu, 23 Oct 2025 11:02:56 +0530 Subject: [PATCH 2/2] variants: Added macro for reset. Signed-off-by: MDin --- variants/XMC1400/config/KIT_XMC14_2GO/pins_arduino.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/variants/XMC1400/config/KIT_XMC14_2GO/pins_arduino.h b/variants/XMC1400/config/KIT_XMC14_2GO/pins_arduino.h index 4632281d..03410783 100644 --- a/variants/XMC1400/config/KIT_XMC14_2GO/pins_arduino.h +++ b/variants/XMC1400/config/KIT_XMC14_2GO/pins_arduino.h @@ -58,6 +58,8 @@ extern const uint8_t NUM_ANALOG_INPUTS; // Indicate unit has RTC/Alarm #define HAS_RTC 1 +// Indicate variant has a GPIO pin used for Reset pin +#define HAS_GPIO_RESET 1 // Defines will be either set by ArduinoIDE in the menu or manually #ifdef SERIAL_HOSTPC