Skip to content

Commit 32f4684

Browse files
committed
Remove build.rs and memory.x
1 parent 48d4f35 commit 32f4684

File tree

3 files changed

+2
-157
lines changed

3 files changed

+2
-157
lines changed

boards/qt-py-ch32v203/.cargo/config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ target = "riscv32imc-unknown-none-elf"
33

44
[target."riscv32imc-unknown-none-elf"]
55
rustflags = [
6-
# "-C", "link-arg=-Tlink.x",
6+
"-C",
7+
"link-arg=-Tlink.x",
78
# "-C", "no-vectorize-loops",
89
]
910
# runner = "riscv64-unknown-elf-gdb -q -x openocd.gdb"

boards/qt-py-ch32v203/build.rs

Lines changed: 0 additions & 11 deletions
This file was deleted.

boards/qt-py-ch32v203/memory.x

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)