<!-- PROJECT LOGO --> <br /> <p align="center"> <a href="https://github.com/rp-rs/rp2040-hal"> <img src="https://www.svgrepo.com/show/281119/microchip.svg" alt="Logo" width="140" height="140"> </a> <h3 align="center">rp-hal</h3> <p align="center"> A Rust HAL and board support packages for the RP family of microcontrollers from the Raspberry Pi Foundation <br /> <a href="https://github.com/rp-rs/rp-hal"><strong>Explore the docs »</strong></a> <br /> <br /> <a href="https://github.com/rp-rs/rp-hal">View Demo</a> · <a href="https://github.com/rp-rs/rp-hal/issues">Report Bug</a> · <a href="https://github.com/rp-rs/rp-hal/issues">Request Feature</a> </p> </p> <!-- TABLE OF CONTENTS --> <details open="open"> <summary><h2 style="display: inline-block">Table of Contents</h2></summary> <ol> <li><a href="#packages">Packages</a></li> <li><a href="#roadmap">Roadmap</a></li> <li><a href="#contributing">Contributing</a></li> <li><a href="#license">License</a></li> <li><a href="#contact">Contact</a></li> <li><a href="#acknowledgements">Acknowledgements</a></li> </ol> </details> <!-- GETTING STARTED --> ## Packages - [rp2040-hal](https://github.com/rp-rs/rp-hal/tree/main/rp2040-hal) - Board Support Packages: - [Adafruit Macropad](https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_macropad) - [Adafruit Feather RP2040](https://github.com/rp-rs/rp-hal/tree/main/boards/feather_rp2040) - [Raspberry Pi Pico](https://github.com/rp-rs/rp-hal/tree/main/boards/pico) - [Pimoroni Pico Explorer](https://github.com/rp-rs/rp-hal/tree/main/boards/pico_explorer) - [Pimoroni Pico Lipo 16mb](https://github.com/rp-rs/rp-hal/tree/main/boards/pico_lipo_16mb) <!-- ROADMAP --> ## Roadmap NOTE These packages are under active development. As such, it is likely to remain volatile until a 1.0.0 release. See the [open issues](https://github.com/rp-rs/rp-hal/issues) for a list of proposed features (and known issues). <!-- CONTRIBUTING --> ## Contributing Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. 1. Fork the Project 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request <!-- LICENSE --> ## License Distributed under the MIT OR Apache2.0 License. See `MIT` or `APACHE2.0` for more information. <!-- CONTACT --> ## Contact Project Link: [https://github.com/rp-rs/rp-hal/issues](https://github.com/rp-rs/rp-hal/issues) Matrix: [#rp-rs:matrix.org](https://matrix.to/#/#rp-rs:matrix.org) <!-- ACKNOWLEDGEMENTS --> ## Acknowledgements * [Othneil Drew's README template](https://github.com/othneildrew)