From ee47f8e76b46ade030140c6d566893404be27bd5 Mon Sep 17 00:00:00 2001 From: Julia Ott <48992446+OttJulia@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:58:32 +0200 Subject: [PATCH 1/2] Added Infineon_Device_Configurator and InfineonMcuConfigWizard (MOTIX and LITIX devices) ( --- tools/projmgr/templates/global.generator.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tools/projmgr/templates/global.generator.yml b/tools/projmgr/templates/global.generator.yml index aab9752df..527966f42 100644 --- a/tools/projmgr/templates/global.generator.yml +++ b/tools/projmgr/templates/global.generator.yml @@ -14,4 +14,13 @@ generator: download-url: https://softwaretools.infineon.com/tools/com.ifx.tb.tool.deviceconfigurator run: ../bin/launch-Infineon_Dev_Config path: $ProjectDir()$/RTE/Device_Configurator/$TargetType$ - + - id: Infineon_Device_Configurator + description: Global Registered Generator for Infineon Device Configurator (MOTIX and LITIX devices) + download-url: https://softwaretools.infineon.com/tools/com.ifx.tb.tool.deviceconfigurator + run: ../bin/launch-Infineon_Dev_Config_motixlitix.bat + path: $SolutionDir()$/config + - id: InfineonMcuConfigWizard + description: Global Registered Generator for Infineon MCU Config Wizard (MOTIX and LITIX devices) + download-url: https://softwaretools.infineon.com/assets/com.ifx.tb.tool.ifxconfigwizardforembeddedpowerics + run: ../bin/launch-Infineon_MCU_Config_Wizard.bat + path: $SolutionDir()$/InfineonMcuConfigWizard/$TargetType$ From 8ece5271befef7924896c3de110a15fb7e2f6342 Mon Sep 17 00:00:00 2001 From: "INFINEON\\OttJulia" Date: Tue, 21 Jul 2026 10:29:49 +0200 Subject: [PATCH 2/2] Renamed generator after alignment with ARM removed bat file ending from generator scripts reference --- tools/projmgr/templates/global.generator.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/projmgr/templates/global.generator.yml b/tools/projmgr/templates/global.generator.yml index 527966f42..72fa908eb 100644 --- a/tools/projmgr/templates/global.generator.yml +++ b/tools/projmgr/templates/global.generator.yml @@ -14,13 +14,13 @@ generator: download-url: https://softwaretools.infineon.com/tools/com.ifx.tb.tool.deviceconfigurator run: ../bin/launch-Infineon_Dev_Config path: $ProjectDir()$/RTE/Device_Configurator/$TargetType$ - - id: Infineon_Device_Configurator + - id: InfineonDevConf_MotixLitix description: Global Registered Generator for Infineon Device Configurator (MOTIX and LITIX devices) download-url: https://softwaretools.infineon.com/tools/com.ifx.tb.tool.deviceconfigurator - run: ../bin/launch-Infineon_Dev_Config_motixlitix.bat + run: ../bin/launch-Infineon_Dev_Config_motixlitix path: $SolutionDir()$/config - id: InfineonMcuConfigWizard description: Global Registered Generator for Infineon MCU Config Wizard (MOTIX and LITIX devices) download-url: https://softwaretools.infineon.com/assets/com.ifx.tb.tool.ifxconfigwizardforembeddedpowerics - run: ../bin/launch-Infineon_MCU_Config_Wizard.bat + run: ../bin/launch-Infineon_MCU_Config_Wizard path: $SolutionDir()$/InfineonMcuConfigWizard/$TargetType$