Skip to content

Commit

Permalink
Add an example applet for a bridge between UART and USB serial (#400)
Browse files Browse the repository at this point in the history
This is also useful to debug UART using a USB interface.
  • Loading branch information
ia0 committed Feb 23, 2024
1 parent 5dd1f76 commit 1a1d17e
Show file tree
Hide file tree
Showing 3 changed files with 408 additions and 0 deletions.
342 changes: 342 additions & 0 deletions examples/rust/uart-usb/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions examples/rust/uart-usb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[package]
name = "uart-usb"
version = "0.1.0"
authors = ["Julien Cretin <cretin@google.com>"]
license = "Apache-2.0"
edition = "2021"

[dependencies]
wasefire = { path = "../../../crates/prelude" }
Loading

0 comments on commit 1a1d17e

Please sign in to comment.