issues
search
rust-embedded-community
/
usb-device
Experimental device-side USB framework for microcontrollers in Rust.
MIT License
451
stars
76
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support for USB 1.0 and 1.0 in UsbRev enum
#155
sourcebox
closed
1 month ago
7
Update README
#154
armandas
closed
1 month ago
0
Add new read_setup() for control endpoints
#153
ianrrees
opened
3 months ago
3
Add a dummy usb bus implementation
#152
sourcebox
closed
4 months ago
8
Add usbd-midi to class crates list in readme
#151
sourcebox
closed
6 months ago
0
Support for multiple device configurations
#150
ia0
opened
7 months ago
8
Don't require UsbBus to be Sync
#149
dlaw
closed
4 months ago
4
Feature gate portable atomics
#148
MarcusGrass
opened
7 months ago
3
Updating poll functions to return results
#147
ryan-summers
opened
8 months ago
1
Preparing for 0.3.2 release
#146
ryan-summers
closed
8 months ago
0
Restore deriving defmt::Format for LangID when defmt feature is enabled
#145
vitalyvb
closed
9 months ago
0
Constructing the control pipe from a user-provided buffer
#144
ryan-summers
closed
8 months ago
3
Handling `Result`s throughout the crate
#143
ryan-summers
closed
9 months ago
3
Adding USB tracing, fixing further enumeration issues
#142
ryan-summers
closed
9 months ago
3
Convert LangID from u16 enum to tuple struct containing u16
#141
vitalyvb
closed
9 months ago
1
Make LangID optional on get_string()
#140
jose-acevedoflores
closed
9 months ago
2
Improvement: Minimize LANGID enum under feature flag
#139
maor1993
closed
9 months ago
5
Update README.md
#138
misterinterrupt
closed
11 months ago
0
Add `free` function to UsbAllocator
#137
jnthbdn
opened
11 months ago
2
Update dependecies
#136
Sh3Rm4n
closed
1 year ago
0
Feature request: TinyUSB integration
#135
GamePad64
closed
9 months ago
2
Documentation updates
#134
ianrrees
closed
1 year ago
6
Provide `LangID` via preludes
#133
ianrrees
closed
1 year ago
0
Release `usb-device` 0.3.0
#132
ryan-summers
closed
1 year ago
0
Improve clippy coverage & fix missleading `.ok()` usage.
#131
ithinuel
closed
1 year ago
0
Refactoring language management for simplicity
#130
ryan-summers
closed
1 year ago
1
Fixing an issue with windows device enumeration
#129
ryan-summers
closed
1 year ago
6
Devices may fail to enumerate on Windows (Part II)
#128
ryan-summers
closed
1 year ago
0
Add copy and eq to UsbError
#127
Finomnis
closed
1 year ago
1
Update CHANGELOG.md
#126
eZioPan
closed
1 year ago
0
Changelog: add another `EndpointType` changelog to "Breaking" part
#125
eZioPan
closed
1 year ago
2
Update actions dependencies
#124
ithinuel
closed
1 year ago
0
Add Clippy checks
#123
ithinuel
closed
1 year ago
0
multi-language STRING Desc support
#122
eZioPan
closed
1 year ago
10
let `.iad()` accept a `Option<StringIndex>`
#121
eZioPan
closed
1 year ago
3
Fix 404s in README
#120
piotrfila
closed
1 year ago
0
add reference to rp2040-hal and a few more class implementation crates.
#119
ithinuel
closed
1 year ago
0
Replace atomic-polyfill with portable-atomic
#118
ia0
closed
1 year ago
1
Update changelog
#117
Disasm
closed
1 year ago
0
Add the ability to select USB revision
#116
ithinuel
closed
1 year ago
3
Support architectures without atomics with polyfill
#115
ia0
closed
1 year ago
6
Feature/alternate settings
#114
ryan-summers
closed
1 year ago
1
Replace usage of `expect()` with returning `Result<>` types
#113
ryan-summers
closed
9 months ago
3
UsbBus constructor implementations can cause MCU faults in --debug run mode
#112
ianrmhill
opened
1 year ago
1
Can't allocate multiple serial devices
#111
kpishere
closed
9 months ago
2
Usage with global allocator
#110
hacknus
closed
1 year ago
9
unresolved import `core::sync::atomic::AtomicPtr`
#109
alexmadeathing
closed
1 year ago
10
Fix link to embassy-usb
#108
jannic
closed
2 years ago
0
Device tests: Send bulk packet ZLP based on max packet size
#107
mciantyre
closed
2 years ago
2
Feature request: OS detection with handshake
#106
LinuxHeki
closed
9 months ago
5
Next