Bob McWhirter
|
21e94972dc
|
Fix more warnings and examples.
|
2021-07-14 14:55:20 -04:00 |
|
Bob McWhirter
|
3fd9023fce
|
Fix the h7 example.
|
2021-07-14 14:45:54 -04:00 |
|
Bob McWhirter
|
43cb8de434
|
Remove gratuitous NoDmaMarker.
|
2021-07-14 14:37:42 -04:00 |
|
Bob McWhirter
|
38b1359c40
|
Remove pub and cfg's, since they will be implied by the existance of TxDma<T> in theory.
|
2021-07-14 14:35:03 -04:00 |
|
Bob McWhirter
|
a88f0028ef
|
First shot at async dma usart for stm32.
|
2021-07-14 14:14:14 -04:00 |
|
Thales
|
667b259d53
|
Merge pull request #289 from bobmcwhirter/data-fix
Update data.
|
2021-07-14 12:32:17 -03:00 |
|
Bob McWhirter
|
95b42f9523
|
Update data.
|
2021-07-14 11:25:46 -04:00 |
|
Bob McWhirter
|
b6eb5dcf2f
|
Merge pull request #282 from bobmcwhirter/dmamux_thales
BDMA + DMAMUX + H7 with major help from @thalesfragoso
|
2021-07-13 13:33:38 -04:00 |
|
Bob McWhirter
|
6e0e83cfd9
|
More conversions to associated consts.
|
2021-07-13 10:56:35 -04:00 |
|
Bob McWhirter
|
604a25ec5d
|
Reduce number of traits and impls.
|
2021-07-13 10:46:31 -04:00 |
|
Bob McWhirter
|
8fbea38a5b
|
Simplify some of the bdma macros.
Make more things associated consts.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
92247369e7
|
Remove some unused traits.
Move some fns to associated consts.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
c39ac201ff
|
Update for stm32-data.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
2e10ab2e5c
|
Let's count channels per DMA peripheral, shall we now?
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
b0b61d99e6
|
Macros do indeed require a ! to invoke.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
6534b63e01
|
Simplify some macros around dmamux peripheral channels.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
0befa10367
|
Trivial to force CI to do it's thing.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
06e899b14c
|
Adjust to DMA1EN in the rcc for l0.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
d31e30f382
|
Undo special-casing FOO1 -> FOO in RCC searching.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
c28bc5a8da
|
Adapt for DMAEN for DMA1 if DMA1EN is not found (for all peripherals FOO1) for EN/RST rcc table.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
a9b2ed52ee
|
Remove deadcode from dmamux.
Smoosh bdma down to a single version.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
45964c658c
|
Generalize RCC enabling for BDMA peris.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
ff1cb9ac74
|
Remove warnings.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
509c7f6835
|
Update stm32-data.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
97ad434d38
|
Twizzle our DMA vs BDMA channels.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
a24a7e9fec
|
Allow some unused lints given that H7 is still in flight with its multitude of DMA.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
13975a0818
|
Try to improve H7 clockstuff.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
696a3b8552
|
Try to figure out h7cm's problem.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
6552af8f0b
|
Fix warning for unused import.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
6e69992217
|
Add a no-op bdma for bdma v2 for CI.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
811ed18922
|
Add a missing 'use' for dma_v2.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
30a1d9bf93
|
Move to copying regs instead of &'static referencing.
Remove unneeded stuff from the DMAMUX end of the stick.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
f01ddd5f5c
|
Mix dmamux into bdma_v1.
|
2021-07-13 10:09:35 -04:00 |
|
Bob McWhirter
|
6ec7253095
|
Checkpoint my DMA for thales.
|
2021-07-13 10:08:43 -04:00 |
|
Bob McWhirter
|
acdf7f4f13
|
Another checkpoint.
|
2021-07-13 10:08:43 -04:00 |
|
Bob McWhirter
|
31325a2547
|
Another checkpoint.
|
2021-07-13 10:08:43 -04:00 |
|
Bob McWhirter
|
043f0ea508
|
Checkpoint DMAMUX channel setup.
|
2021-07-13 10:08:43 -04:00 |
|
Thales Fragoso
|
91521a86a0
|
F0: usart + DMA working
|
2021-07-13 10:08:43 -04:00 |
|
Thales Fragoso
|
a56ddfdc04
|
STM: Add usart v2
|
2021-07-13 10:08:43 -04:00 |
|
Thales Fragoso
|
f32caaeaaf
|
STM: Start working on bdma-v1
|
2021-07-13 10:08:43 -04:00 |
|
Dario Nieuwenhuis
|
8f28d6b4b1
|
Merge pull request #288 from embassy-rs/rafix
Fix wonky workspace issues
|
2021-07-13 05:55:09 +02:00 |
|
Dario Nieuwenhuis
|
5450ec3d4c
|
Update vscode settings for latest rust-analyzer
|
2021-07-13 05:47:26 +02:00 |
|
Dario Nieuwenhuis
|
1d64421fb4
|
Fix "can't find crate for std" for stm32-metapac-gen deps.
|
2021-07-13 05:47:10 +02:00 |
|
Dario Nieuwenhuis
|
549ddf7fc8
|
Merge pull request #285 from embassy-rs/rp-spi-clock
RP improvements
|
2021-07-13 03:42:35 +02:00 |
|
Dario Nieuwenhuis
|
b8e23bc74e
|
Merge pull request #286 from embassy-rs/time-feature
Make embassy::time optional
|
2021-07-13 03:41:17 +02:00 |
|
Dario Nieuwenhuis
|
1a4c13cf26
|
rp/spi: add set_frequency
|
2021-07-12 03:45:57 +02:00 |
|
Dario Nieuwenhuis
|
7547c8d8d6
|
rp/timer: add
|
2021-07-12 03:45:57 +02:00 |
|
Dario Nieuwenhuis
|
c210a6efd1
|
embassy/time: remove useless impl
|
2021-07-12 03:45:48 +02:00 |
|
Dario Nieuwenhuis
|
16bb678368
|
Merge BlockingTimer and Delay
|
2021-07-12 03:45:48 +02:00 |
|
Dario Nieuwenhuis
|
35a76c364a
|
embassy/time: make optional via Cargo feature
|
2021-07-12 03:45:48 +02:00 |
|