stm32-rs / stm32g4xx-hal

Peripheral access API for STM32G4 series microcontrollers
Apache License 2.0
58 stars 45 forks source link

spi: add DMA support for TX #107

Closed jbtheou closed 9 months ago

jbtheou commented 9 months ago

Allow to use the SPI TX with the DMA stream

usbalbin commented 9 months ago

Just saw, #108 and it seems the CI did not run for this PR. Just out of curiousity, why did the CI not run for this PR? :)

jbtheou commented 8 months ago

Indeed, weird. Fixed in https://github.com/stm32-rs/stm32g4xx-hal/pull/114 - Sorry about that