aboutsummaryrefslogtreecommitdiff
path: root/crates/cortex-m/src
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2026-08-03 07:46:10 -0400
committerIan McIntyre <me@mciantyre.dev>2026-08-03 07:46:10 -0400
commit7ffc62ab8613b097485b2c664093e649907dc2a1 (patch)
tree428e6e958af00e1022e663676fffe9c19f0174a6 /crates/cortex-m/src
First commit
Diffstat (limited to 'crates/cortex-m/src')
-rw-r--r--crates/cortex-m/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/cortex-m/src/lib.rs b/crates/cortex-m/src/lib.rs
new file mode 100644
index 0000000..0c9ac1a
--- /dev/null
+++ b/crates/cortex-m/src/lib.rs
@@ -0,0 +1 @@
+#![no_std]