aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb
Commit message (Expand)AuthorAgeFilesLines
* Update defmt dependenciesYuri Astrakhan2025-05-181-2/+2
* Implement embedded-io-async traits for USB CDC ACMMatt Rodgers2025-05-072-0/+100
* Logging: Make some things less chattyDion Dokter2025-04-251-4/+4
* Add optional trace endpointDániel Buga2025-04-171-1/+28
* Add CMSIS-DAP driverDániel Buga2025-04-172-0/+102
* Merge pull request #3992 from elagil/usb_fixesDario Nieuwenhuis2025-03-251-1/+1
|\
| * fix: mute by default (UAC1)elagil2025-03-221-1/+1
* | Make CDC ACM state constructor `const`Bailey Quarters2025-03-241-4/+8
|/
* Add information about existing USB IP implementationsdecaday2025-03-191-0/+5
* doc: Fix "the the"Ronald Weber2025-02-192-3/+3
* embassy-usb: fix `core::intrinsics` deprecate warning in nightly.René van Dorst2025-02-031-2/+1
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
* Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.Dario Nieuwenhuis2025-01-152-1/+14
* Desugar some async fnsDániel Buga2024-12-302-6/+4
* embassy-usb: fix building with optional log feature9names2024-12-282-1/+7
* Update default docs for device class fieldsEekle2024-12-241-3/+6
* Default USB to use composite_with_iads, which "just works" in most casesEekle2024-12-241-5/+8
* add docs for usb version variantssawyer bristol2024-12-031-0/+2
* forgot to expose UsbVersionsawyer bristol2024-12-021-1/+1
* rename BcdUsbVersion -> UsbVersionsawyer bristol2024-12-021-3/+3
* add fmtsawyer bristol2024-12-021-0/+2
* fix device_qualifier_descriptor with custom bcd versionsawyer bristol2024-12-021-1/+1
* add named bcd versionssawyer bristol2024-12-022-14/+21
* fix bug and allow bcd to be .0sawyer bristol2024-12-021-1/+1
* bcd default to 2.1sawyer bristol2024-12-021-2/+2
* custom bcd usb versionsawyer bristol2024-11-292-12/+18
* feat(usb): add USB Audio Class 1elagil2024-11-245-0/+1114
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
* Merge pull request #3314 from elagil/add_iso_endpoint_supportDario Nieuwenhuis2024-09-162-25/+206
|\
| * feat(usb): make use of ISO endpoint supportelagil2024-09-052-25/+206
* | Allow bos_descriptor_buf to be a zero-length sliceMaxime Vincent2024-08-291-0/+6
|/
* feat(usb): add device qualifier descriptorHaobo Gu2024-08-152-0/+25
* update datesUlf Lilleengen2024-08-051-1/+1
* Prepare to release embassy-usbUlf Lilleengen2024-08-052-1/+7
* Prepare release embassy-net-driver-channelUlf Lilleengen2024-08-051-1/+1
* Update to Rust 1.80, make check-cfg unconditional.Dario Nieuwenhuis2024-07-251-0/+2
* Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
* bump usbd-hid from 0.7.0 to 0.8.1JuliDi2024-07-161-1/+1
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
* embassy-usb - update 0.2 changelogJames Munns2024-05-201-1/+2
* Merge pull request #2862 from AtoVproject/feature/web-usb-classDario Nieuwenhuis2024-04-283-0/+192
|\
| * feature: WebUSB capability implementationChris Maniewski2024-04-273-0/+192
* | Merge pull request #2858 from jamesmunns/james/embassy-usb-0_2Dario Nieuwenhuis2024-04-262-1/+17
|\ \
| * | Update version and add changelogJames Munns2024-04-232-1/+17
| |/
* | usb-hid: all the RequestHandler method accept &mut selfBoris Faure2024-04-151-3/+3
* | usb/hid: make RequestHandler::set_report(&mut self,…)Boris Faure2024-04-151-9/+9
|/
* Fix spelling and white space mistakesVega Deftwing2024-04-111-2/+2
* USB: fix comments about the config.max_packet_size_0 fieldAdam Simpkins2024-04-091-4/+5
* use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-16/+12