From 495fbc58b6f4d2e751b16883a2c5cee3c598fd79 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sat, 12 Apr 2025 18:37:30 -0400 Subject: Prototype a v0.2 Needs to be documented. The gist: remove references to MMIO, and add support for nested structures. Drop the reset_reg! macro. --- .cargo/config.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo/config.toml') 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", +] -- cgit v1.2.3