embassy/examples/rp
Dario Nieuwenhuis 2fcdfc4876 rp: don't use SetConfig trait in PWM and PIO.
It was intended to allow changing baudrate on shared spi/i2c. There's no
advantage in using it for PWM or PIO, and makes it less usable because you have to
have `embassy-embedded-hal` as a dep to use it.
2023-05-13 02:13:26 +02:00
..
.cargo Update embedded-hal crates. 2023-04-06 22:41:50 +02:00
assets rp/examples: add spi_display example 2021-07-20 10:06:57 +02:00
src/bin rp: don't use SetConfig trait in PWM and PIO. 2023-05-13 02:13:26 +02:00
build.rs Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
Cargo.toml Remove patches, bump rp-pac version 2023-05-09 12:20:23 -04:00
memory.x Move examples to a subdirectory 2021-06-02 01:32:19 +02:00