Updated bluepill for new tmpl update

bluepill
Joey Hines 2022-06-14 21:43:53 -06:00
parent 16ba862b55
commit 5ff8b679df
No known key found for this signature in database
GPG Key ID: 80F567B5C968F91B
2 changed files with 5 additions and 10 deletions

View File

@ -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"

View File

@ -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"