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
spi: fix clock divider selection
* make the clock divider an up counter
* use the correct targer divider to compare with
spi: fix clock divider bias
introduced in ed1bc46
spi: extend reading flag duration
spi: use read divider when not writing
spi: fix first chained read clock cycle
closem-labs#76
liteeth: just check for SFD and ignore preamble corruption
IEEE 802.3-2008 clause 35 allows all seven preamble bytes to
be lost or corrupted. The only reliable byte to start a frame
is the SFD.
closesm-labs#64