Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremygrosser/rp2040_hal
Ada drivers for the Raspberry Pi RP2040 SoC
https://github.com/jeremygrosser/rp2040_hal
ada cortex-m0plus driver hal raspberry-pi rp2040
Last synced: 2 months ago
JSON representation
Ada drivers for the Raspberry Pi RP2040 SoC
- Host: GitHub
- URL: https://github.com/jeremygrosser/rp2040_hal
- Owner: JeremyGrosser
- License: bsd-3-clause
- Created: 2021-02-03T19:09:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T23:19:23.000Z (2 months ago)
- Last Synced: 2024-11-14T23:29:51.801Z (2 months ago)
- Topics: ada, cortex-m0plus, driver, hal, raspberry-pi, rp2040
- Language: Ada
- Homepage: https://pico-doc.synack.me/
- Size: 970 KB
- Stars: 39
- Watchers: 6
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspberry Pi RP2040 HAL (Ada)
This repository contains drivers for the [RP2040 SoC](https://datasheets.raspberrypi.org/rp2040/rp2040-datasheet.pdf). This library is meant to be used with [pico_bsp](https://github.com/JeremyGrosser/pico_bsp), which supplies a a board definition for the Raspberry Pi Pico. Example code is available in [pico_examples](https://github.com/JeremyGrosser/pico_examples)
[Documentation](https://pico-doc.synack.me/)
Development discussion is happening on Gitter: [https://gitter.im/ada-lang/raspberrypi-pico](https://gitter.im/ada-lang/raspberrypi-pico)