aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-12-13 11:47:27 +0000
committerGitHub <[email protected]>2022-12-13 11:47:27 +0000
commit36639e5262a79df6a3c5acf5b083d51943ca5f97 (patch)
treec30d20ea9c0617c7ab1e677da7306ff0de1fad85 /examples
parent4fbd03a9088d99bfa6dceb9c8ba2ddee27d20204 (diff)
parent488e3224783abe07b2be8046642fd9b81f5714b9 (diff)
parent236d1048444fbaeddf1210d237bf9ab319f60079 (diff)
Merge #1043 #1103
1043: Rpi Pico PIO driver r=Dirbaio a=fluffware This is a driver for the two PIOs in the Pico. I've tried using the type system to get as much compile time checks as possible. There is asynchronous support for FIFOs an Irqs. No DMA support yet. There's an example that shows how to use the driver asynchronously. 1103: embassy-stm32: add rs485 driver enable to uart r=Dirbaio a=FrozenDroid Co-authored-by: Simon Berg <[email protected]> Co-authored-by: Vincent Stakenburg <[email protected]>