2021-01-23 01:18:12 +11:00
<!-- 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" >
2021-08-25 08:33:03 +10:00
A Rust HAL and board support packages for the RP family of microcontrollers from the Raspberry Pi Foundation
2021-01-23 01:18:12 +11:00
< 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 >
2021-08-25 08:33:03 +10:00
< li > < a href = "#packages" > Packages< / a > < / li >
2021-01-23 01:18:12 +11:00
< 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 -->
2021-08-25 08:33:03 +10:00
## Packages
2021-01-23 01:18:12 +11:00
2021-08-25 08:33:03 +10:00
- [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 )
2021-01-23 01:18:12 +11:00
<!-- ROADMAP -->
## Roadmap
2021-08-25 08:33:03 +10:00
NOTE These packages are under active development. As such, it is likely to remain volatile until a 1.0.0 release.
2021-01-26 07:42:43 +11:00
2021-01-23 01:18:12 +11:00
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 )
2021-08-25 08:33:03 +10:00
Matrix: [#rp-rs:matrix.org ](https://matrix.to/#/#rp-rs:matrix.org )
2021-01-23 01:18:12 +11:00
<!-- ACKNOWLEDGEMENTS -->
## Acknowledgements
* [Othneil Drew's README template ](https://github.com/othneildrew )