An open API service indexing awesome lists of open source software.

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+

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)