diff options
author | Brian Cully <bjc@kublai.com> | 2022-12-06 22:40:25 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-12-06 22:40:25 -0500 |
commit | f0e31c0bad3cadea950571937b1723f18ca887e1 (patch) | |
tree | 589824c57f0f607383adf1de2075575465a42d5c | |
parent | 0e06bd3eb921b984f3e258659a68259772265967 (diff) | |
download | luchie-f0e31c0bad3cadea950571937b1723f18ca887e1.tar.gz luchie-f0e31c0bad3cadea950571937b1723f18ca887e1.zip |
-rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 68eea01..fda2fe6 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -5,7 +5,7 @@ t = "test --target x86_64-unknown-linux-gnu" target = "thumbv7em-none-eabihf" [target.thumbv7em-none-eabihf] -runner = "arm-none-eabi-gdb -i=mi" +runner = "arm-none-eabi-gdb" rustflags = [ "-C", "link-arg=-Tlink.x", ] |