embassy-rs / embassy

Modern embedded framework, using Rust and async.
https://embassy.dev
Apache License 2.0
5.31k stars 732 forks source link

Add examples for stm32g0 #3090

Closed Adancurusul closed 3 months ago

Adancurusul commented 3 months ago

Add usart usart_dma usart_buffered irq adc examples for stm32g0

Tested correctly with STM32G031G8Ux

Dirbaio commented 3 months ago

FYI if you want to make fixes to a PR you've sent, you can push (or force-push) to change it, no need to close and reopen the PR.