Dario Nieuwenhuis
|
5daa173ce4
|
Split embassy-time from embassy-executor.
|
2022-08-18 01:22:30 +02:00 |
|
Dario Nieuwenhuis
|
fc6e1e06b3
|
Remove HAL initialization from #[embassy::main] macro.
|
2022-08-17 22:16:46 +02:00 |
|
Dario Nieuwenhuis
|
a0f1b0ee01
|
Split embassy crate into embassy-executor, embassy-util.
|
2022-07-29 23:40:36 +02:00 |
|
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 |
|
Grant Miller
|
ed84d753c7
|
Update examples
|
2022-03-08 17:12:50 -06:00 |
|
Ulf Lilleengen
|
4032fc0655
|
Support unstable-trait feature for stm32
|
2022-01-26 22:39:06 +01:00 |
|
Dario Nieuwenhuis
|
58fc64722c
|
stm32/gpio: 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 |
|
Ben Gamari
|
f4950c4449
|
examples: Consistently use unwrap! in favor of .unwrap()
Unfortunately errors from `embedded_graphics` and `core` doesn't provide
the necessary instances currently.
|
2021-08-05 22:39:59 +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 |
|
Bob McWhirter
|
34dfe28d3a
|
FFS warnings about unused Result<>.
|
2021-07-23 13:22:39 -04:00 |
|
Bob McWhirter
|
053e330375
|
Fix warnings about un-used variables.
|
2021-07-23 13:22:39 -04:00 |
|
Bob McWhirter
|
e269971597
|
Fix extraneous mut warnings in L4 example.
|
2021-07-23 13:22:39 -04:00 |
|
Bob McWhirter
|
bee7f60f08
|
Improve the SPIv2 DMA example to verify it actually works.
|
2021-07-23 13:22:39 -04:00 |
|
Bob McWhirter
|
0d2051243e
|
SPIv2 + DMA.
|
2021-07-23 13:22:39 -04:00 |
|