https://github.com/rcore-os/bcm2837
Low level access to BCM2837 SoC on Raspberry Pi 3 Model B/B+
https://github.com/rcore-os/bcm2837
aarch64 osdev raspberry-pi rust
Last synced: 10 months ago
JSON representation
Low level access to BCM2837 SoC on Raspberry Pi 3 Model B/B+
- Host: GitHub
- URL: https://github.com/rcore-os/bcm2837
- Owner: rcore-os
- License: mit
- Created: 2019-03-09T14:33:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T13:18:37.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T05:51:15.492Z (10 months ago)
- Topics: aarch64, osdev, raspberry-pi, rust
- Language: Rust
- Homepage:
- Size: 69.3 KB
- Stars: 13
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bcm2837
Low level access to BCM2837 SoC on Raspberry Pi 3 Model B/B+.
Used by [rCore](https://github.com/rcore-os/rCore).
## References
* [BCM2837 ARM Peripherals](https://cs140e.sergio.bz/docs/BCM2837-ARM-Peripherals.pdf)
* [BCM2836 ARM-local peripherals (Quad-A7 control)](https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2836/QA7_rev3.4.pdf)
* [Raspberry Pi firmware wiki](https://github.com/raspberrypi/firmware/wiki)