4 comments:
File src/soc/sifive/fu540/include/soc/spi.h:
Patch Set #8, Line 20: #define _ASSERT_SIZEOF(type, size) _Static_assert(sizeof(type) == (size), #type " must be " #size " bytes wide")
line over 80 characters
Patch Set #8, Line 233: // This should not overflow as long as (f_in - 1 + 2*f_sck) does not exceed
line over 80 characters
File src/soc/sifive/fu540/spi.c:
Patch Set #8, Line 33: while ((int32_t) spictrl->txdata.raw_bits < 0);
trailing statements should be on next line
Patch Set #8, Line 45: while ((out = (int32_t) spictrl->rxdata.raw_bits) < 0);
trailing statements should be on next line
To view, visit change 30466. To unsubscribe, or for help writing mail filters, visit settings.