Skip to content

Commit

Permalink
Merge pull request #10 from villagekit/rusty-revival
Browse files Browse the repository at this point in the history
rusty revival
  • Loading branch information
ahdinosaur authored Apr 11, 2022
2 parents 1405407 + 0ca89fc commit e954227
Show file tree
Hide file tree
Showing 38 changed files with 941 additions and 3,640 deletions.
17 changes: 17 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-run --chip STM32F767ZITx"
rustflags = [
"-C", "linker=flip-link",
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=-Tdefmt.x",
# This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x
# See https://github.com/rust-embedded/cortex-m-quickstart/pull/95
# "-C", "link-arg=--nmagic",
]

[build]
target = "thumbv7em-none-eabi"

[alias]
rb = "run --bin"
rrb = "run --release --bin"
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch

/src/ui

node_modules
/target
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

7 changes: 0 additions & 7 deletions .vscode/extensions.json

This file was deleted.

68 changes: 0 additions & 68 deletions .vscode/settings.json

This file was deleted.

1 change: 0 additions & 1 deletion 3rdparty/variant
Submodule variant deleted from 3c7fc8
Loading

0 comments on commit e954227

Please sign in to comment.