Skip to content

Commit a1adc72

Browse files
committed
Initial attempt at MPM firmware; untested
1 parent 2cccc62 commit a1adc72

8 files changed

Lines changed: 1411 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2+
runner = ["probe-rs", "run", "--chip", "stm32g474rbtx", "--log-format=oneline"]
3+
4+
rustflags = [
5+
"-C", "linker=flip-link",
6+
"-C", "link-arg=-Tlink.x",
7+
"-C", "link-arg=-Tdefmt.x",
8+
]
9+
10+
[build]
11+
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU), e.g. STM32G4

0 commit comments

Comments
 (0)