Skip to content

Commit

Permalink
update usb_serial example
Browse files Browse the repository at this point in the history
  • Loading branch information
kiffie committed Dec 29, 2024
1 parent f16429e commit 65c3ff3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 6 additions & 4 deletions examples/usb_serial/Cargo.lock

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

5 changes: 1 addition & 4 deletions examples/usb_serial/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mips-mcu = { version = "0.3.0", features = ["critical-section-single-core"] }
mips-rt = "0.3.6"
mips-mcu-alloc = "0.6.2"
embedded-hal = "1.0.0"
pic32-hal = { version = "0.12.1", features = ["usb-device"] }
pic32-hal = { version = "0.13.0", features = ["usb-device"] }
panic-halt = "1.0.0"
usb-device = { version = "0.3.2", features = ["control-buffer-256"] }
usbd-serial = "0.2.2"
Expand All @@ -25,6 +25,3 @@ pic32-config-sector = "0.3.0"
opt-level = 3
lto = true
debug = true

[patch.crates-io]
pic32-hal = { git = "https://github.com/kiffie/pic32-rs.git", branch = "usb03"}

0 comments on commit 65c3ff3

Please sign in to comment.