Dario Nieuwenhuis
d7c3a38efc
Reexport macros at root, use eveywhere as #[embassy::task]
2021-03-29 03:00:48 +02:00
Dario Nieuwenhuis
3a0ddb8104
stm32/serial: update to new traits.
2021-03-29 01:14:18 +02:00
Thales Fragoso
88a25b042a
F4: Fix compilation for other MCUs
2021-03-18 22:37:08 -03:00
Dario Nieuwenhuis
6ed1a87138
Update features for latest nightly.
2021-03-17 02:48:16 +01:00
xoviat
9bcb0c36dc
implement generics on serial
2021-03-04 17:20:35 -06:00
xoviat
9626aee7db
Move traits to separate crate.
2021-03-02 00:32:23 +01:00
Dario Nieuwenhuis
82846d164c
stm32f4-examples: add workaround for WFI breaking RTT
2021-02-20 01:29:26 +01:00
Thales Fragoso
b69f72e055
Get rid of some warnings
2021-02-13 21:41:36 -03:00
Dario Nieuwenhuis
aeaa34d7a1
Executor API V2.
...
- It's no longer possible to call run() reentrantly from within a task (soundness issue)
- it's now possible to spawn Send tasks across threads (SendSpawner, #37 )
2021-02-02 05:20:41 +01:00
Dario Nieuwenhuis
d098952077
stm32f4/examples: add config and linker script so they're runnable.
2021-01-21 19:00:43 +01:00
xoviat
2b15a2674f
minor cleanup to interface
2021-01-14 11:42:23 -06:00
Dario Nieuwenhuis
24d6b9ed6c
Build stm32 and stm32-examples in test script.
...
Panic handler was missing, I had to add exaple_common.rs like in the nrf examples.
2021-01-14 00:53:05 +01:00