Terminus-IMRC / libvc4regmap

A library for accessing peripherals on Raspberry Pi
Other
0 stars 0 forks source link

libvc4regmap

A library for accessing peripherals (V3D etc.) on Raspberry Pi.

The register definitions are derived from Brcm_Android_ICS_Graphics_Stack/brcm_usrlib/dag/vmcsx/vcinclude/bcm2708_chip/.

Installation

$ git clone https://github.com/Terminus-IMRC/libvc4regmap.git
$ cd libvc4regmap/
$ cmake .
$ make package
$ sudo dpkg -i libvc4regmap-x.y.z-system.deb

Running tests

$ make
$ sudo ctest -V