Updated bluepill for new tmpl update
parent
16ba862b55
commit
5ff8b679df
|
@ -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"
|
|
||||||
|
|
|
@ -13,4 +13,8 @@ prompts:
|
||||||
default: joey@ahines.net
|
default: joey@ahines.net
|
||||||
- id: rust_edition
|
- id: rust_edition
|
||||||
label: 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"
|
||||||
|
|
Loading…
Reference in New Issue