|
16 | 16 | import re |
17 | 17 | import yaml |
18 | 18 |
|
19 | | -VERSION = "0.1.1" |
| 19 | +VERSION = "0.2.0" |
20 | 20 | SVD2RUST_VERSION = "0.28.0" |
21 | 21 |
|
22 | 22 | CRATE_DOC_FEATURES = { |
|
34 | 34 | version = "{version}" |
35 | 35 | authors = ["creatoy <creatoy@yeah.net>", "py32-rs Contributors"] |
36 | 36 | description = "Device support crates for {family} devices" |
37 | | -repository = "https://github.com/creatoy/py32-rs" |
| 37 | +repository = "https://github.com/py32-rust/py32-rs" |
38 | 38 | readme = "README.md" |
39 | 39 | keywords = ["py32", "svd2rust", "no_std", "embedded"] |
40 | 40 | categories = ["embedded", "no-std"] |
|
66 | 66 | //! [svd2rust/#peripheral-api](https://docs.rs/svd2rust/{svd2rust_version}/svd2rust/#peripheral-api) |
67 | 67 | //! |
68 | 68 | //! For more details see the README here: |
69 | | -//! [py32-rs](https://github.com/creatoy/py32-rs) |
| 69 | +//! [py32-rs](https://github.com/py32-rust/py32-rs) |
70 | 70 | //! |
71 | 71 | //! This crate supports all {family} devices; for the complete list please |
72 | 72 | //! see: |
73 | 73 | //! [{crate}](https://crates.io/crates/{crate}) |
74 | 74 | //! |
75 | 75 | //! Due to doc build limitations, not all devices may be shown on docs.rs; |
76 | 76 | //! a representative few have been selected instead. For a complete list of |
77 | | -//! available registers and fields see: [py32-rs Device Coverage](https://creatoy.github.io/py32-rs/) |
| 77 | +//! available registers and fields see: [py32-rs Device Coverage](https://py32-rust.github.io/py32-rs/) |
78 | 78 |
|
79 | 79 | #![allow(non_camel_case_types)] |
80 | 80 | #![allow(non_snake_case)] |
|
95 | 95 | Refer to the [documentation] for full details. |
96 | 96 |
|
97 | 97 | [svd2rust]: https://github.com/rust-embedded/svd2rust |
98 | | -[main repo]: https://github.com/creatoy/py32-rs |
| 98 | +[main repo]: https://github.com/py32-rust/py32-rs |
99 | 99 | [documentation]: https://docs.rs/{crate}/latest/{crate}/ |
100 | 100 |
|
101 | 101 | ## Usage |
|
0 commit comments