https://github.com/rustsbi/allwinner-hal
Rust embedded hardware abstract layer (HAL) library for Allwinner chips
https://github.com/rustsbi/allwinner-hal
Last synced: about 1 year ago
JSON representation
Rust embedded hardware abstract layer (HAL) library for Allwinner chips
- Host: GitHub
- URL: https://github.com/rustsbi/allwinner-hal
- Owner: rustsbi
- License: mit
- Created: 2024-06-03T05:49:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T08:19:10.000Z (over 1 year ago)
- Last Synced: 2025-02-11T09:35:30.978Z (over 1 year ago)
- Language: Rust
- Size: 254 KB
- Stars: 5
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# allwinner-hal
Allwinner-HAL仓库包含以下的项目.
| 项目 | crates.io | 文档 | 许可协议 |
|:----|:-----------|:------|:--------|
| [`allwinner-hal`](./allwinner-hal/) | [](https://crates.io/crates/allwinner-hal) | [](https://docs.rs/allwinner-hal) |  |
| [`allwinner-rt`](./allwinner-rt/) | [](https://crates.io/crates/allwinner-rt) | [](https://docs.rs/allwinner-rt) |  |
## 许可协议
本仓库的所有项目使用MIT和Mulan-PSL v2.0双许可协议。
## 参考资料
以下资料提供了全志芯片驱动的参考设计或社区设计,供贡献者参考。
- RT-Thread驱动:https://gitee.com/rtthread/rt-thread/tree/master/bsp/allwinner/libraries/sunxi-hal/hal/source
- TinyKasKit项目:https://github.com/YuzukiHD/TinyKasKit