https://github.com/connellr023/rpi3-drivers
Submodule that includes some peripheral drivers for bare-metal Raspberry Pi 3.
https://github.com/connellr023/rpi3-drivers
bare-metal drivers framebuffer gpio library raspberry-pi-3 uart
Last synced: 9 months ago
JSON representation
Submodule that includes some peripheral drivers for bare-metal Raspberry Pi 3.
- Host: GitHub
- URL: https://github.com/connellr023/rpi3-drivers
- Owner: connellr023
- License: mit
- Created: 2024-12-17T03:56:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T04:32:35.000Z (12 months ago)
- Last Synced: 2025-02-10T03:29:35.814Z (11 months ago)
- Topics: bare-metal, drivers, framebuffer, gpio, library, raspberry-pi-3, uart
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspberry Pi 3 Drivers
> Submodule that includes some peripheral drivers for bare-metal Raspberry Pi 3.



## Credit
The code in these drivers is adapted and expanded upon from this `raspi3-tutorial` repository here: https://github.com/bztsrc/raspi3-tutorial by bztsrc.