You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the UART backend has no way to auto-discover the FIFO width on the hardware side, hence the user of the library must call glip_set_fifo_width() to set it. That's a bit strange, since it's only required for the UART backend. Another solution would be to make the FIFO width an option passed to GLIP like speed, device, etc.
The text was updated successfully, but these errors were encountered:
Currently the UART backend has no way to auto-discover the FIFO width on the hardware side, hence the user of the library must call glip_set_fifo_width() to set it. That's a bit strange, since it's only required for the UART backend. Another solution would be to make the FIFO width an option passed to GLIP like speed, device, etc.
The text was updated successfully, but these errors were encountered: