1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-01 03:25:07 +03:00
ben-blinkenlights/ubb-la
Werner Almesberger bac21bf8cb ubb-la/Makefile (CFLAGS): even -O1 isn't safe; use -O0 instead
While -O1 gets rid of the unexpected read in the simple code of a synthetic
test, it's still there in the more complex environment we have in ubb-la.c
Turning off optimization completely seems to do the trick.
2013-01-24 17:35:52 -03:00
..
hw ubb-la/hw/: proof-of-concept passive LA adapter board 2013-01-23 11:52:11 -03:00
Makefile ubb-la/Makefile (CFLAGS): even -O1 isn't safe; use -O0 instead 2013-01-24 17:35:52 -03:00
ubb-la.c ubb-la/: data capture via UBB and MSC+DMA (WIP) 2013-01-23 11:54:23 -03:00