stm32-rs/stm32wlxx-hal

SPI reworks

Closed this issue · 0 comments

newAM commented
  • Support bus-secondary mode (and therefore write-only, read-only modes)
  • Rework DMA generic to work more like UART, Spi<SckPin, (MosiPin, MosiDma), (MisoPin, MisoDma)>
  • Deduplicate existing code leveraging macros and traits.