Dario Nieuwenhuis
|
a8703b7598
|
Run rustfmt.
|
2022-06-12 22:22:31 +02:00 |
|
Dario Nieuwenhuis
|
82803bffda
|
Use embassy/defmt-timestamp-uptime in all examples.
|
2022-04-02 04:35:06 +02:00 |
|
Dario Nieuwenhuis
|
c949519714
|
stm32/usart: expose all functionality as inherent methods.
|
2022-01-19 17:59:55 +01:00 |
|
Dario Nieuwenhuis
|
de016e8456
|
Remove trait_alias, allow(incomplete_features).
trait_alias seems unused. no idea why it's there.
|
2021-09-03 17:00:58 +02:00 |
|
Dario Nieuwenhuis
|
2c992f7010
|
stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.
|
2021-08-19 23:50:19 +02:00 |
|
Dario Nieuwenhuis
|
0ea6a2d890
|
time: replace dyn clock/alarm with a global Driver trait
|
2021-08-05 19:14:09 +02:00 |
|
Dario Nieuwenhuis
|
07d4b196f7
|
Update nightly, remove removed features.
|
2021-08-04 19:48:14 +02:00 |
|
Timo Kröger
|
4ccac69929
|
stm32l4: Cleanup examples
* Use `cortex_m_rt::entry` for sync examples
* Use `Dbgmcu::enable_all()` everywhere
|
2021-07-29 15:54:11 +02:00 |
|
Dario Nieuwenhuis
|
5b0ae5c25b
|
stm32/examples: cleanup L4
|
2021-07-24 13:57:11 +02:00 |
|
Timo Kröger
|
06fb2a7a80
|
Enable SYSCFG clock in exti::init()
|
2021-07-24 11:13:49 +02:00 |
|
Timo Kröger
|
5ac91933ff
|
stm32: No need to enable GPIO clocks manually
|
2021-07-23 17:54:13 +02:00 |
|
Dario Nieuwenhuis
|
d7176da37c
|
stm32/examples: update DMA channel names
|
2021-07-17 08:04:33 +02:00 |
|
Dario Nieuwenhuis
|
3d1391ef2d
|
stm32/dma: impl all variants
|
2021-07-16 14:41:20 -04:00 |
|
Dario Nieuwenhuis
|
71c8d7aa7d
|
stm32l4/examples: remove old-pac uses.
|
2021-07-15 00:37:00 +02:00 |
|
Bob McWhirter
|
21e94972dc
|
Fix more warnings and examples.
|
2021-07-14 14:55:20 -04:00 |
|
Bob McWhirter
|
a88f0028ef
|
First shot at async dma usart for stm32.
|
2021-07-14 14:14:14 -04:00 |
|
Bob McWhirter
|
f01ddd5f5c
|
Mix dmamux into bdma_v1.
|
2021-07-13 10:09:35 -04:00 |
|