Skip to content

Commit

Permalink
Add uart_loopback example.
Browse files Browse the repository at this point in the history
Whilst testing it I fixed some UART driver bugs I found. I also re-synchronised RP235x and RP2040 UART drivers.
  • Loading branch information
thejpster committed Aug 25, 2024
1 parent 4a72df2 commit 1f6251a
Show file tree
Hide file tree
Showing 9 changed files with 931 additions and 14 deletions.
1 change: 1 addition & 0 deletions rp2040-hal-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dht-sensor = "0.2.1"
embedded-alloc = "0.5.1"
embedded-hal = "1.0.0"
embedded-hal-async = "1.0.0"
embedded-io = "0.6.1"
embedded_hal_0_2 = {package = "embedded-hal", version = "0.2.5", features = ["unproven"]}
fugit = "0.3.6"
futures = {version = "0.3.30", default-features = false, features = ["async-await"]}
Expand Down
Loading

0 comments on commit 1f6251a

Please sign in to comment.