diff --git a/boards/dongle/.cargo/config.toml b/boards/dongle/.cargo/config.toml index 1a5f988..9111fbe 100644 --- a/boards/dongle/.cargo/config.toml +++ b/boards/dongle/.cargo/config.toml @@ -1,8 +1,2 @@ -[target.thumbv7em-none-eabihf] -runner = "dongle-flash" -rustflags = [ - "-C", "link-arg=-Tlink.x", -] - -[build] -target = "thumbv7em-none-eabihf" \ No newline at end of file +[alias] +xtask = "run --manifest-path ../../xtask/Cargo.toml --" \ No newline at end of file