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.toml | |
| 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.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1,16 +1,10 @@ [package] name = "ral-registers" -version = "0.1.3" +version = "0.2.0" authors = ["Adam Greig <adam@adamgreig.com>"] -edition = "2018" +edition = "2024" description = "MMIO registers abstraction with a macro API" repository = "https://github.com/adamgreig/ral-registers" license = "MIT OR Apache-2.0" keywords = ["mmio", "embedded"] categories = ["embedded", "no-std"] -autoexamples = false - -[dependencies] - -[dev-dependencies] -stm32ral = { version = "0.5.0", features = ["stm32f0x0"] } |
