set default runner to arm-none-eabi-gdb

with this `xargo run` will build the program *and* immediately start a GDB
session.
This commit is contained in:
Jorge Aparicio
2017-05-26 15:10:44 -05:00
parent 82e36ffe13
commit c6fafaedc2
3 changed files with 15 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ keywords = ["arm", "cortex-m", "template"]
license = "MIT OR Apache-2.0"
name = "cortex-m-quickstart"
repository = "https://github.com/japaric/cortex-m-quickstart"
version = "0.1.5"
version = "0.1.6"
[dependencies]
cortex-m = "0.2.6"