diff --git a/.gitignore b/.gitignore index 3f16bed..839e20b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target Cargo.lock /fu740.svd.patched +**/.idea \ No newline at end of file diff --git a/fu740.yaml b/fu740.yaml index cea5e58..7c70908 100644 --- a/fu740.yaml +++ b/fu740.yaml @@ -64,7 +64,7 @@ _add: addressBlock: offset: 0x0 size: 0x1000 - usage: "PRCI registers" + usage: "registers" registers: hfxosccfg: description: Crystal Oscillator Configuration and Status register diff --git a/src/lib.rs b/src/lib.rs index 72db31d..744e87b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,5 @@ #![doc = "Peripheral access API for FREEDOM U740-C000 microcontrollers (generated using svd2rust v0.19.0 ( ))\n\nYou can find an overview of the generated API [here].\n\nAPI features to be included in the [next] svd2rust release can be generated by cloning the svd2rust [repository], checking out the above commit, and running `cargo doc --open`.\n\n[here]: https://docs.rs/svd2rust/0.19.0/svd2rust/#peripheral-api\n[next]: https://github.com/rust-embedded/svd2rust/blob/master/CHANGELOG.md#unreleased\n[repository]: https://github.com/rust-embedded/svd2rust"] -#![deny(const_err)] #![deny(dead_code)] #![deny(improper_ctypes)] #![deny(missing_docs)]