add stack overflow protection

This commit is contained in:
Jorge Aparicio
2020-09-07 19:09:36 +02:00
parent b2cfe52694
commit 25eb06c089
2 changed files with 26 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
# TODO(2) replace `$CHIP` with your chip's name (see `probe-run --list-chips` output)
runner = "probe-run --chip $CHIP --defmt"
rustflags = [
"-C", "linker=flip-link",
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=-Tdefmt.x",
]