Skip to content

Move memory access into interface

Simon Spannagel requested to merge memmap into master

This fixes #3 (closed)

Now allows development on PCs without access to /dev/mem, simply switch off:

$ cmake -DINTERFACE_MEM=OFF ..

This still needs to be tested with ATLASPix, @tvanat.

Edited by Simon Spannagel

Merge request reports