An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# allwinner-hal

Allwinner-HAL仓库包含以下的项目.

| 项目 | crates.io | 文档 | 许可协议 |
|:----|:-----------|:------|:--------|
| [`allwinner-hal`](./allwinner-hal/) | [![crates.io](https://img.shields.io/crates/v/allwinner-hal.svg)](https://crates.io/crates/allwinner-hal) | [![Documentation](https://docs.rs/allwinner-hal/badge.svg)](https://docs.rs/allwinner-hal) | ![License](https://img.shields.io/crates/l/allwinner-hal.svg) |
| [`allwinner-rt`](./allwinner-rt/) | [![crates.io](https://img.shields.io/crates/v/allwinner-rt.svg)](https://crates.io/crates/allwinner-rt) | [![Documentation](https://docs.rs/allwinner-rt/badge.svg)](https://docs.rs/allwinner-rt) | ![License](https://img.shields.io/crates/l/allwinner-rt.svg) |

## 许可协议

本仓库的所有项目使用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