aboutsummaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2025-04-12 18:37:30 -0400
committerIan McIntyre <me@mciantyre.dev>2025-09-28 10:32:16 -0400
commit495fbc58b6f4d2e751b16883a2c5cee3c598fd79 (patch)
tree733294d810dbd02dba79c156d47cdee246a88aec /.cargo
parent7bf03005703186667623bfc681e10c44f7f8923d (diff)
Prototype a v0.2HEADv0.2
Needs to be documented. The gist: remove references to MMIO, and add support for nested structures. Drop the reset_reg! macro.
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
new file mode 100644
index 0000000..56da414
--- /dev/null
+++ b/.cargo/config.toml
@@ -0,0 +1,4 @@
+[target.'cfg(all(target_arch = "arm", target_os = "none"))']
+rustflags = [
+ "-Clink-arg=-Tlink.x",
+]