Dario Nieuwenhuis
|
b316d2620c
|
stm32/dma: improve trait docs, seal Word.
|
2021-12-08 03:18:15 +01:00 |
|
Dario Nieuwenhuis
|
4e349d0f5d
|
stm32/dma: use the right waker slot number for DMA2 (must add 8)
|
2021-12-08 01:54:31 +01:00 |
|
Dario Nieuwenhuis
|
fd2fe62b5f
|
stm32/dma: rename is_stopped to is_running.
Note that this does NOT invert the result of `en()` because it was
wrong before.
|
2021-12-08 01:51:39 +01:00 |
|
Matous Hybl
|
b2910558d3
|
Refactor DMA traits.
|
2021-12-07 21:43:47 +01:00 |
|
Joshua Salzedo
|
e2719aba10
|
Further extend the dma channel trait
|
2021-12-07 21:43:47 +01:00 |
|
Joshua Salzedo
|
93e047ede2
|
cargo fmt
|
2021-12-07 21:43:47 +01:00 |
|
Joshua Salzedo
|
3411039cb9
|
Implement extended Channel trait to bdma.rs
|
2021-12-07 21:43:47 +01:00 |
|
Dario Nieuwenhuis
|
ead987245d
|
embassy: Refactor module structure to remove kitchen-sink util .
|
2021-09-11 02:35:35 +02:00 |
|
Thales Fragoso
|
c7ae2d2a3a
|
stm32: Add fences to DMA code
|
2021-08-10 20:45:41 -03:00 |
|
Dario Nieuwenhuis
|
9bd34429f3
|
stm32: add missing + 'a bounds on trait GATs
|
2021-08-04 19:39:54 +02:00 |
|
Bob McWhirter
|
8759213fcc
|
Use new interrupt! table format to /enable/ the IRQs also.
|
2021-07-27 13:23:33 -04:00 |
|
Bob McWhirter
|
b910551c9a
|
Generate more rows in the interrupts! table.
Adjust DMA/BDMA to use the new style.
|
2021-07-27 12:52:01 -04:00 |
|
Dario Nieuwenhuis
|
3c7375c6cd
|
stm32/bdma: do not clear IF on IRQ handler
|
2021-07-24 10:01:11 +02:00 |
|
Timo Kröger
|
43c4f24207
|
STM32 BDMA: Use interrupt flags instead of atomics
|
2021-07-24 09:26:07 +02:00 |
|
Bob McWhirter
|
0d2051243e
|
SPIv2 + DMA.
|
2021-07-23 13:22:39 -04:00 |
|
Bob McWhirter
|
4c5a234a3a
|
Add a non-minc write() to DMA which takes a count.
Use it from "read-only" SPI.
|
2021-07-23 13:22:39 -04:00 |
|
Bob McWhirter
|
2d3137afc7
|
The async move portion of @thalesfragoso's i2c PR.
|
2021-07-20 11:38:16 -04:00 |
|
Thales Fragoso
|
aae0431d31
|
stm32: Clear possible set flags after disabling DMA
|
2021-07-17 16:59:35 -03:00 |
|
Dario Nieuwenhuis
|
3655048e0f
|
stm32/dma: add MuxChannel trait to distinguish DMAMUX1 and DMAMUX2 channels.
|
2021-07-17 07:54:16 +02:00 |
|
Dario Nieuwenhuis
|
54b5012c56
|
stm32/dma: update codegen+macrotables for new stm32-data
|
2021-07-17 07:35:59 +02:00 |
|
Bob McWhirter
|
0119ea809d
|
Get DMA on H7 working, add usart_dma example for H7.
|
2021-07-16 14:41:20 -04:00 |
|
Dario Nieuwenhuis
|
ae948415a7
|
stm32/dma: disable after finishing
|
2021-07-16 14:41:20 -04:00 |
|
Dario Nieuwenhuis
|
63a0e188ea
|
stm32/dma: fix h7 impls
|
2021-07-16 14:41:20 -04:00 |
|
Dario Nieuwenhuis
|
3d1391ef2d
|
stm32/dma: impl all variants
|
2021-07-16 14:41:20 -04:00 |
|