Simon Beaudoin
Simon Beaudoin
I have a laptop with 4K display, 2 1080p monitors plugged via display port on a docking station, and 1 extra 1080p monitor plugged with a USB3->HDMI adapter. When I...
I was able to build a bitstream. When I try to program it under windows 10 with the gui app, it keeps saying : Unable to communicate with TinyFPGA. Reconnect...
Fixes #1644 The save_and_disable_interrupts function was buggy for two reasons. The first one, it is declared as a static inline function; once the function's content is inlined, the compiler is...
The save_and_disable_interrupts function is buggy for two reasons. Either one is not a bug in itself, but combined they produce the following problem. The first problem : The function `save_and_disable_interrupts`...
I discovered a very snicky and tricky race condition scenario when integrating tracealyzer code into our project. I suspect it might be a problem with other ports as well that...