summaryrefslogtreecommitdiff
path: root/firmware/rust/Embed.toml
diff options
context:
space:
mode:
authorMarc Poulhiès <dkm@kataplop.net>2022-07-07 21:51:38 +0200
committerMarc Poulhiès <dkm@kataplop.net>2022-07-22 21:06:23 +0200
commit3c71e3a2a3af39d579c2649fddf0c8ba835bfa01 (patch)
treef383b855123ae2fb66ebb3537d36153388418ca8 /firmware/rust/Embed.toml
parent972760b3e68156c72129b833d5624d4e6f60619b (diff)
Move rust firmware in subdir
... for the upcoming Ada one.
Diffstat (limited to 'firmware/rust/Embed.toml')
-rw-r--r--firmware/rust/Embed.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/firmware/rust/Embed.toml b/firmware/rust/Embed.toml
new file mode 100644
index 0000000..80179ac
--- /dev/null
+++ b/firmware/rust/Embed.toml
@@ -0,0 +1,21 @@
+[default.probe]
+protocol = "Swd"
+
+[default.flashing]
+enabled = true
+
+[default.reset]
+enabled = true
+# Whether or not the target should be halted after reset.
+halt_afterwards = false
+
+[default.general]
+chip = "STM32L072CBTX"
+log_level = "WARN"
+
+[default.rtt]
+enabled = false
+
+[default.gdb]
+enabled = true
+gdb_connection_string = "127.0.0.1:1337"