diff options
| author | Vo Trung Chi <[email protected]> | 2024-03-07 00:45:01 +0700 |
|---|---|---|
| committer | Vo Trung Chi <[email protected]> | 2024-03-07 00:46:27 +0700 |
| commit | 315fb040ee15306158d1c7c24249ee08cd22e36a (patch) | |
| tree | 62e42516f7e1a4d6fbc13f8ae1f78f0fe6dfecd9 /examples/stm32f4/Cargo.toml | |
| parent | 3638df789e4f498b9058bbeb27bdddab4a80bd49 (diff) | |
stm32: add usb_hid_mouse example
Signed-off-by: Vo Trung Chi <[email protected]>
Diffstat (limited to 'examples/stm32f4/Cargo.toml')
| -rw-r--r-- | examples/stm32f4/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32f4/Cargo.toml b/examples/stm32f4/Cargo.toml index cd46fc85b..512158bef 100644 --- a/examples/stm32f4/Cargo.toml +++ b/examples/stm32f4/Cargo.toml | |||
| @@ -27,6 +27,7 @@ heapless = { version = "0.8", default-features = false } | |||
| 27 | nb = "1.0.0" | 27 | nb = "1.0.0" |
| 28 | embedded-storage = "0.3.1" | 28 | embedded-storage = "0.3.1" |
| 29 | micromath = "2.0.0" | 29 | micromath = "2.0.0" |
| 30 | usbd-hid = "0.7.0" | ||
| 30 | static_cell = "2" | 31 | static_cell = "2" |
| 31 | chrono = { version = "^0.4", default-features = false} | 32 | chrono = { version = "^0.4", default-features = false} |
| 32 | 33 | ||
