tests: add proper checks for clock polarity before and after csn
tests: fix _t meaning (tri state)
fix: csn was rising too soon for divisors > 2
tests: properly account for soonly rising csn
tests: fix peripheral interrupt test - wrong check for rx buffer full
fix: short last sck pulse on slower clock
tests: add spi_peripheral 'application' testcase
tests: add test for interrupts spi_peripheral
feat(stm): implement proper slave initialization
feat: add test for max divisor (256)
feat: implement spi model narrow sck check
fix: divisors list had excess element
fix: selected_divisor range
fix: assumptions about synthesizable code
feat: add initial test for spi peripheral
fix: master didn't go to invalid data when data are read on first cycle of ready
fix: masterslave component inputs tx_valid, rx_ready were outs
feat: implement spi memory mapped peripheral
feat: add test for lsbfirst
feat: add lsbfirst support