From 1ddd42dd9608fc59f561fbe6261175fddf9b1358 Mon Sep 17 00:00:00 2001 From: Reinhard Keil Date: Mon, 20 Jan 2025 16:59:52 +0100 Subject: [PATCH] Update Simple2.csolution.yml: %Name% -> ${Name} --- .../cmsis/templates/Device/Simple2/Simple2.csolution.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/frdmmcxn947/cmsis/templates/Device/Simple2/Simple2.csolution.yml b/boards/frdmmcxn947/cmsis/templates/Device/Simple2/Simple2.csolution.yml index e6c5c56..b6ba90e 100644 --- a/boards/frdmmcxn947/cmsis/templates/Device/Simple2/Simple2.csolution.yml +++ b/boards/frdmmcxn947/cmsis/templates/Device/Simple2/Simple2.csolution.yml @@ -17,7 +17,7 @@ solution: # List different hardware targets that are used to deploy the solution. target-types: - - type: %Name%_ROM + - type: ${Name}_ROM device: NXP::MCXN947VDF variables: # TODO: Replace LinkerScript specification with regions specification and use @@ -29,7 +29,7 @@ solution: # IAR #- LinkerScript: RTE/Device/MCXN947VDF_cm33_core0/MCXN947_cm33_core0_flash.icf - - type: %Name%_RAM + - type: ${Name}_RAM device: NXP::MCXN947VDF variables: # TODO: Replace LinkerScript specification with regions specification and use