Embedded Rust's Peripheral Access Crate for BL602 microcontrollers
Find a file
2020-11-04 20:01:03 +08:00
src Generate PAC using svd2rust 0.17 2020-10-31 02:43:34 +08:00
.gitignore Basical PAC framework; todo: write SVD & generate 2020-10-28 20:48:28 +08:00
bl602.svd Add all peripherals 2020-10-31 02:31:52 +08:00
build.rs Small fix 2020-11-04 20:01:03 +08:00
Cargo.toml Specify dependency version in Cargo.toml 2020-10-31 02:53:49 +08:00
device.x Generate PAC using svd2rust 0.17 2020-10-31 02:43:34 +08:00
LICENSE-MIT Use MIT license 2020-10-31 02:53:32 +08:00
LICENSE-MULAN Basical PAC framework; todo: write SVD & generate 2020-10-28 20:48:28 +08:00
memory-bl602.x Small fix 2020-11-01 14:35:39 +08:00
README.md Small fix 2020-11-01 14:35:39 +08:00
soc602_reg.svd Generate PAC using svd2rust 0.17 2020-10-31 02:43:34 +08:00

crates.io Build Status

bl602-pac

Embedded Rust's Peripheral Access Crate for BL602 microcontrollers.

This project is automatic generated from SVD file using svd2rust.

Contributing

We welcome the community to contribute to this project. Please fire an issue or pull request if you have any idea or contributions. Thank you!

License

This project is licensed under either of Mulan PSL v2 or MIT.

Copyright (c) 2020 Sipeed Co.,Ltd.
bl602-pac is licensed under Mulan PSL v2.
You can use this software according to the terms and conditions of the Mulan PSL v2.
You may obtain a copy of Mulan PSL v2 at:

    http://license.coscl.org.cn/MulanPSL2

THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
See the Mulan PSL v2 for more details.

Other trademarks the document mentioned belongs to their owners.