diff --git a/template.yaml b/template.yaml index e6f7ef3..1865796 100644 --- a/template.yaml +++ b/template.yaml @@ -1,6 +1,6 @@ -name: algorithm-test +name: {{project-name}} variants: - - name: algorithm-test + - name: {{project-name}} cores: - name: main type: {{architecture}} @@ -25,9 +25,9 @@ variants: cores: - main flash_algorithms: - - algorithm-test + - {{project-name}} flash_algorithms: - - name: algorithm-test + - name: {{project-name}} description: A flash algorithm under test cores: - main