index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support multiple flash instances in embassy-boot
Ulf Lilleengen
2022-04-19
3
-6
/
+4
*
Add embedded-storage trait impls for QSPI
Ulf Lilleengen
2022-04-19
2
-6
/
+4
*
usb: rename UsbDeviceBuilder -> Builder.
Dario Nieuwenhuis
2022-04-16
4
-8
/
+8
*
usb-hid: add Config struct, to avoid too many params.
Dario Nieuwenhuis
2022-04-16
2
-17
/
+16
*
usb-hid: Simplify API.
Dario Nieuwenhuis
2022-04-16
2
-11
/
+11
*
Merge #711
bors[bot]
2022-04-14
4
-20
/
+162
|
\
|
*
Split UsbDevice::run into run and run_until_suspend
alexmoon
2022-04-13
1
-28
/
+32
|
*
Remove channel and make run future cancelable
alexmoon
2022-04-13
1
-14
/
+49
|
*
Remote wakeup bug fixes
alexmoon
2022-04-13
1
-12
/
+12
|
*
Add DeviceStateHandler, DeviceCommand channel, and remote wakeup support
alexmoon
2022-04-13
4
-10
/
+113
*
|
net: auto-enable defmt in smoltcp using namespaced features.
Dario Nieuwenhuis
2022-04-13
3
-3
/
+3
|
/
*
Merge #714
bors[bot]
2022-04-12
1
-3
/
+4
|
\
|
*
fix clock in l4 rng example
Philip A Reimer
2022-04-11
1
-3
/
+4
*
|
Add ADC support for H7
Matous Hybl
2022-04-12
2
-1
/
+43
|
/
*
add stm32l4 hsi48 and usb example
Philip A Reimer
2022-04-09
2
-1
/
+118
*
Unify ReadError and WriteError into EndpointError
alexmoon
2022-04-09
2
-28
/
+10
*
Update to latest rust-lorawan version
Ulf Lilleengen
2022-04-08
4
-20
/
+8
*
Add missing stm32wl/stm32wb chips except stm32wle
Dario Nieuwenhuis
2022-04-08
14
-2
/
+2
*
Merge #657
bors[bot]
2022-04-07
7
-161
/
+520
|
\
|
*
Async-ify Driver::enable and UsbDeviceBuilder::build
alexmoon
2022-04-07
4
-4
/
+4
|
*
embassy-usb-hid bug fixes
alexmoon
2022-04-06
1
-2
/
+2
|
*
usb/serial: add multitask example.
Dario Nieuwenhuis
2022-04-06
1
-0
/
+122
|
*
usb/hid: add keyboard example.
Dario Nieuwenhuis
2022-04-06
2
-0
/
+148
|
*
usb/hid: update for endpoint state changes.
Dario Nieuwenhuis
2022-04-06
1
-24
/
+16
|
*
Add basic device state handling for endpoints.
alexmoon
2022-04-06
1
-7
/
+39
|
*
Simplify hid output report handling
alexmoon
2022-04-06
1
-2
/
+2
|
*
Remove output() and split() methods from HidClass when there is no out endpoi...
alexmoon
2022-04-06
1
-1
/
+2
|
*
Remove the feature report reader
alexmoon
2022-04-06
1
-3
/
+8
|
*
Async USB HID class
alexmoon
2022-04-06
2
-2
/
+135
|
*
usb-serial: make inner guts private.
Dario Nieuwenhuis
2022-04-06
1
-17
/
+7
|
*
examples/nrf: don't build usb stuff in stable.
Dario Nieuwenhuis
2022-04-06
1
-3
/
+3
|
*
usb: add -usb-serial crate, fix warnings and stable build.
Dario Nieuwenhuis
2022-04-06
3
-393
/
+4
|
*
Add a control_buf to UsbDevice
alexmoon
2022-04-06
2
-9
/
+12
|
*
Switch to ControlHandler owned bufs for control_in()
alexmoon
2022-04-06
1
-6
/
+8
|
*
Remove UnsafeCell from cdc_acm::Control
alexmoon
2022-04-06
1
-22
/
+31
|
*
usb: simplify buffer handling for Control IN transfers.
Dario Nieuwenhuis
2022-04-06
1
-9
/
+8
|
*
usb: nicer names for control structs.
Dario Nieuwenhuis
2022-04-06
1
-13
/
+7
|
*
usb: move all control-related stuff to `mod control`.
Dario Nieuwenhuis
2022-04-06
1
-3
/
+4
|
*
usb: associate ControlHandlers with interfaces, automatically route requests.
Dario Nieuwenhuis
2022-04-06
1
-35
/
+18
|
*
usb: add `add_class` to builder, so that `FooBarClass::new(&mut builder)` can...
Dario Nieuwenhuis
2022-04-06
2
-127
/
+91
|
*
Use trait objects instead of generics for UsbDevice::classes
alexmoon
2022-04-06
2
-69
/
+52
|
*
Add support for USB classes handling control requests.
alexmoon
2022-04-06
2
-16
/
+114
|
*
Add some comments on the example.
Dario Nieuwenhuis
2022-04-06
1
-1
/
+13
|
*
Working CDC-ACM device->host
Dario Nieuwenhuis
2022-04-06
2
-5
/
+15
|
*
Working CDC-ACM host->device
Dario Nieuwenhuis
2022-04-06
2
-9
/
+23
|
*
wip: experimental async usb stack
Dario Nieuwenhuis
2022-04-06
5
-158
/
+411
*
|
Reexport unborrow macro in HALs
Matous Hybl
2022-04-07
2
-2
/
+1
*
|
Merge #696
bors[bot]
2022-04-06
1
-0
/
+44
|
\
\
|
|
/
|
/
|
|
*
Add async Mutex.
Dario Nieuwenhuis
2022-04-06
1
-0
/
+44
*
|
Simpler Channel.
Dario Nieuwenhuis
2022-04-06
6
-126
/
+139
|
/
[next]