Skip to content

Rust Hardware Abstraction Layer for Bouffalo chips

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE-MIT
Unknown
LICENSE-MULAN
Notifications You must be signed in to change notification settings

rustsbi/bouffalo-hal

Repository files navigation

Bouffalo HAL

Rust Hardware Abstraction Layer for Bouffalo chips

License: MIT License: Mulan PSL v2 GitHub Actions Workflow Status

Overview

This repository contains three main components that provide comprehensive support for Bouffalo chips development in Rust:

  • bouffalo-hal: Hardware Abstraction Layer for Bouffalo IoT chips, providing safe and efficient interfaces to various peripherals. This component abstracts hardware-specific details and offers a consistent API for interacting with the chip's features.

  • bouffalo-rt: Runtime support for Bouffalo chips, including the #[entry] macro and other essential runtime functionalities. This component handles the low-level initialization required before the main application code runs.

  • blri: A utility for firmware image verification, patching, and flashing assistance. It helps with the firmware burning process for Bouffalo chips.

Together, these components form a complete ecosystem for embedded development on Bouffalo hardware.

Features

  • Rust-native implementation with memory safety guarantees
  • Safe and efficient hardware abstractions
  • Support for various peripherals: GPIO, UART, SPI, I2C, PWM, and more
  • Rich examples demonstrating peripheral usage
  • Seamless integration with the embedded Rust ecosystem

Examples

UART CLI Demo
UART CLI Demo
PWM Demo
PWM Demo
SPI Demo
SPI Demo

You can find all example code in the examples/ directory.

Contributing

Contributions are welcome!

For bugs or suggestions, please submit an issue.

To contribute code, please follow our contribution guidelines.

License

This project is licensed under either of

About

Rust Hardware Abstraction Layer for Bouffalo chips

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE-MIT
Unknown
LICENSE-MULAN

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages