aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wl/src/bin/uart_async.rs
Commit message (Collapse)AuthorAgeFilesLines
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* stm32/rcc: rename HSE32 to HSEDario Nieuwenhuis2023-10-111-1/+1
|
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-261-2/+2
|
* stm32: move lora to bind_interruptsxoviat2023-05-241-6/+9
|
* Fix some typosDirk Stolle2023-05-081-1/+1
|
* Add uart async examplemiathedev2022-11-011-0/+60