embassy-rs / embassy

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

nrf: fix wrong order configuring gpios. #3088

Closed Dirbaio closed 3 months ago

Dirbaio commented 3 months ago

Docs say "PSEL.RXD, PSEL.RTS, PSEL.RTS, and PSEL.TXD must only be configured when the UARTE is disabled." For some reason nrf52 doesn't care but nrf91 does.

Dirbaio commented 3 months ago

of course this breaks nrf52 :sob:

Dirbaio commented 3 months ago

fixed in #3121