Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: algorithm-test
name: {{project-name}}
variants:
- name: algorithm-test
- name: {{project-name}}
cores:
- name: main
type: {{architecture}}
Expand All @@ -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
Expand Down
Loading