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

https://github.com/rustsbi/artinchip-hal

Rust embedded hardware abstract layer (HAL) library for ArtInChip chips
https://github.com/rustsbi/artinchip-hal

Last synced: 10 months ago
JSON representation

Rust embedded hardware abstract layer (HAL) library for ArtInChip chips

Awesome Lists containing this project

README

          

# ArtInChip HAL

## Rust Hardware Abstraction Layer for ArtInChip chips

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![License: Mulan PSL v2](https://img.shields.io/badge/License-Mulan%20PSL%20v2-blue.svg)](https://opensource.org/license/mulanpsl-2-0)

## Chip support

| Part No | Support Status |
|:--------|:---------------|
| D12x | Pending |
| D13x | Pending |
| D21x | Pending |
| G73x | Pending |
| M6800 | Pending |

## Contributing

Contributions are welcome!

For bugs or suggestions, please [submit an issue](https://github.com/rustsbi/artinchip-hal/issues/new).

To contribute code, please follow our [contribution guidelines](https://github.com/rustsbi/slides/blob/main/2025/reports/Contributing%20to%20RustSBI.md).

## License

This project is licensed under either of

- MIT license ([LICENSE-MIT](LICENSE-MIT) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT))
- Mulan PSL v2 ([LICENSE-MULAN](LICENSE-MULAN) or [https://opensource.org/licenses/MulanPSL-2.0](https://opensource.org/licenses/MulanPSL-2.0))