Skip to content

Commit

Permalink
Patch usbd-hid-macros development dependency
Browse files Browse the repository at this point in the history
Our usbd-hid 0.6 development dependency no longer builds. See the
upstream issue tracker for details. This makes it difficult to build the
USB HID examples we maintain in this repository.

This commit patches the development dependency so our examples still
build. Note that this only affects examples that demonstrate imxrt-hal
0.5; another breaking change fixes the issue by updating the development
dependency.
  • Loading branch information
mciantyre committed Jul 16, 2024
1 parent 1d35a13 commit 2be9ba2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,6 @@ name = "rtic_defmt_rtt"
[[example]]
name = "hal_i2c_lcd1602"
required-features = ["board/lcd1602"]

[patch.crates-io.usbd-hid-macros]
git = "https://github.com/imxrt-rs/usbd-hid.git"

0 comments on commit 2be9ba2

Please sign in to comment.