Closed adavidzh closed 6 years ago
GPIO
SET
CLR
test_fifo.py
make testfifo
gpiohb.c
C++
ST
ACK
This PR is work in progress and should be tested carefully before merging.
Idea for further improvement: perform multiple reads in a loop, avoiding setting the address.
GPIO
lines in one call and demangling bits and writing all bits in pairedSET
/CLR
calls on the full 32 bits.test_fifo.py
, added asmake testfifo
.gpiohb.c
with fullC++
support in case we want to use complex data structures in the future.ST
) signal is not set multiple times or not followed with theACK
read.This PR is work in progress and should be tested carefully before merging.
Idea for further improvement: perform multiple reads in a loop, avoiding setting the address.