summaryrefslogtreecommitdiff
path: root/firmware/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/Embed.toml
parent972760b3e68156c72129b833d5624d4e6f60619b (diff)
Move rust firmware in subdir
... for the upcoming Ada one.
Diffstat (limited to 'firmware/Embed.toml')
-rw-r--r--firmware/Embed.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/firmware/Embed.toml b/firmware/Embed.toml
deleted file mode 100644
index 80179ac..0000000
--- a/firmware/Embed.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-[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"