From 5ff8b679dfd1484de3c5573db862457752ab982b Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Tue, 14 Jun 2022 21:43:53 -0600 Subject: [PATCH] Updated bluepill for new tmpl update --- template.toml | 9 --------- tmpl.yaml | 6 +++++- 2 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 template.toml diff --git a/template.toml b/template.toml deleted file mode 100644 index 4d71893..0000000 --- a/template.toml +++ /dev/null @@ -1,9 +0,0 @@ -# template.toml -# Write any template args here to prompt the user for, giving any defaults/options as applicable - -project_name = "project" -version = "0.1.0" -author = "Joey Hines" -author_email = "joey@ahines.net" -runner = "gdb-multiarch -q -x openocd.gdb" - diff --git a/tmpl.yaml b/tmpl.yaml index 478a8a5..1966ee2 100644 --- a/tmpl.yaml +++ b/tmpl.yaml @@ -13,4 +13,8 @@ prompts: default: joey@ahines.net - id: rust_edition label: Rust Edition - default: 2021 + default: "2021" + - id: runner + label: Run Command + default: "gdb-multiarch -q -x openocd.gdb" + help: "Command used by cargo run to start code on the target hw"