diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2025-04-12 18:37:30 -0400 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-09-28 10:32:16 -0400 |
| commit | 495fbc58b6f4d2e751b16883a2c5cee3c598fd79 (patch) | |
| tree | 733294d810dbd02dba79c156d47cdee246a88aec /.cargo | |
| parent | 7bf03005703186667623bfc681e10c44f7f8923d (diff) | |
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.toml | 4 |
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", +] |
