Skip to content

Commit

Permalink
Update Simple2.csolution.yml: %Name% -> ${Name}
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinhardKeil authored Jan 20, 2025
1 parent 9a8332a commit 1ddd42d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1ddd42d

Please sign in to comment.