summaryrefslogtreecommitdiff
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
parent972760b3e68156c72129b833d5624d4e6f60619b (diff)
Move rust firmware in subdir
... for the upcoming Ada one.
-rw-r--r--firmware/rust/.cargo/config (renamed from firmware/.cargo/config)0
-rw-r--r--firmware/rust/Cargo.lock (renamed from firmware/Cargo.lock)0
-rw-r--r--firmware/rust/Cargo.toml (renamed from firmware/Cargo.toml)0
-rw-r--r--firmware/rust/Embed.toml (renamed from firmware/Embed.toml)0
-rw-r--r--firmware/rust/memory.x (renamed from firmware/memory.x)0
-rw-r--r--firmware/rust/src/main.rs (renamed from firmware/src/main.rs)0
6 files changed, 0 insertions, 0 deletions
diff --git a/firmware/.cargo/config b/firmware/rust/.cargo/config
index 96e1aaa..96e1aaa 100644
--- a/firmware/.cargo/config
+++ b/firmware/rust/.cargo/config
diff --git a/firmware/Cargo.lock b/firmware/rust/Cargo.lock
index 0cda0e0..0cda0e0 100644
--- a/firmware/Cargo.lock
+++ b/firmware/rust/Cargo.lock
diff --git a/firmware/Cargo.toml b/firmware/rust/Cargo.toml
index 54f44cc..54f44cc 100644
--- a/firmware/Cargo.toml
+++ b/firmware/rust/Cargo.toml
diff --git a/firmware/Embed.toml b/firmware/rust/Embed.toml
index 80179ac..80179ac 100644
--- a/firmware/Embed.toml
+++ b/firmware/rust/Embed.toml
diff --git a/firmware/memory.x b/firmware/rust/memory.x
index 5153cb7..5153cb7 100644
--- a/firmware/memory.x
+++ b/firmware/rust/memory.x
diff --git a/firmware/src/main.rs b/firmware/rust/src/main.rs
index e9b544c..e9b544c 100644
--- a/firmware/src/main.rs
+++ b/firmware/rust/src/main.rs