Skip to content

Commit 65c3ff3

Browse files
committed
update usb_serial example
1 parent f16429e commit 65c3ff3

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

‎examples/usb_serial/Cargo.lock‎

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎examples/usb_serial/Cargo.toml‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mips-mcu = { version = "0.3.0", features = ["critical-section-single-core"] }
1515
mips-rt = "0.3.6"
1616
mips-mcu-alloc = "0.6.2"
1717
embedded-hal = "1.0.0"
18-
pic32-hal = { version = "0.12.1", features = ["usb-device"] }
18+
pic32-hal = { version = "0.13.0", features = ["usb-device"] }
1919
panic-halt = "1.0.0"
2020
usb-device = { version = "0.3.2", features = ["control-buffer-256"] }
2121
usbd-serial = "0.2.2"
@@ -25,6 +25,3 @@ pic32-config-sector = "0.3.0"
2525
opt-level = 3
2626
lto = true
2727
debug = true
28-
29-
[patch.crates-io]
30-
pic32-hal = { git = "https://github.com/kiffie/pic32-rs.git", branch = "usb03"}

0 commit comments

Comments
 (0)