From 22df56971cbb264164918b134c131b00fd8981bd Mon Sep 17 00:00:00 2001 From: "p.koevesdi" Date: Sat, 30 Nov 2024 11:47:14 +0100 Subject: [PATCH] removed hard-coded algo name, fixes #25 --- template.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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