Dario Nieuwenhuis
|
5d8817d109
|
stm32/usart: return error instead of panicking on bad baudrate.
|
2023-09-26 00:19:27 +02:00 |
|
xoviat
|
316be179af
|
stm32: move to bind_interrupts
disable lora functionality for now
|
2023-05-24 17:29:56 -05:00 |
|
Guillaume MICHEL
|
9cac649fcf
|
stm32: Add support for read_until_idle on UART
|
2022-10-26 19:06:18 +02:00 |
|
Dario Nieuwenhuis
|
478f472784
|
Remove Forever, switch to static_cell.
|
2022-08-22 16:11:40 +02:00 |
|
Dario Nieuwenhuis
|
5daa173ce4
|
Split embassy-time from embassy-executor.
|
2022-08-18 01:22:30 +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 |
|
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 |
|
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 |
|
Dario Nieuwenhuis
|
5d31dd328f
|
Merge pull request #341 from lulf/usart-dma-read
Add uart::Read DMA-based implementation
|
2021-08-04 11:02:15 +02:00 |
|
Ulf Lilleengen
|
0d02342b2d
|
Rename bread -> read_blocking
|
2021-08-04 08:34:30 +02:00 |
|
Bob McWhirter
|
d7409d63e8
|
Enhance Rcc configuration to be more fluentish.
Clean up H7 examples to remove all vegan HALs and PACs.
|
2021-08-03 13:57:18 -04:00 |
|
Ulf Lilleengen
|
6ff0614cb6
|
Add uart::Read DMA-based implementation
* Rename existing read() to bread() (blocking)
|
2021-08-03 15:31:24 +02:00 |
|
Timo Kröger
|
5ac91933ff
|
stm32: No need to enable GPIO clocks manually
|
2021-07-23 17:54:13 +02:00 |
|
Dario Nieuwenhuis
|
63a0e188ea
|
stm32/dma: fix h7 impls
|
2021-07-16 14:41:20 -04:00 |
|
Bob McWhirter
|
3fd9023fce
|
Fix the h7 example.
|
2021-07-14 14:45:54 -04:00 |
|
Rukai
|
25d4b2ea26
|
fix stm32 warnings
|
2021-07-05 01:54:29 +02:00 |
|
Bob McWhirter
|
0920c0cb1d
|
Make UART pins Rx/Tx/etc in addition to USART.
|
2021-07-01 11:30:54 -04:00 |
|