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
/
nrf
/
src
/
bin
/
usb_serial.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename examples/nrf to examples/nrf52840
Dominik Boehi
2023-01-09
1
-110
/
+0
*
usb: move classes into the `embassy-usb` crate.
Dario Nieuwenhuis
2022-09-26
1
-1
/
+1
*
Replace futures::future::join -> embassy_futures::join::join.
Dario Nieuwenhuis
2022-09-22
1
-1
/
+1
*
Update Rust nightly.
Dario Nieuwenhuis
2022-09-22
1
-1
/
+0
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
1
-1
/
+1
*
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
1
-2
/
+3
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
1
-2
/
+2
*
Trait for UsbSupply
huntc
2022-07-09
1
-3
/
+5
*
Puts in the machinery to handle power detected/removed
huntc
2022-07-07
1
-33
/
+5
*
Introduces EnabledUsbDevice
huntc
2022-07-07
1
-7
/
+31
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-9
/
+4
*
-
.
Merge #763 #766
bors[bot]
2022-05-12
1
-1
/
+8
|
\
\
|
|
*
Make usb_serial examples work on windows
Timo Kröger
2022-05-12
1
-0
/
+7
|
|
/
|
/
|
|
*
usb: remove address arg from endpoint allocation.
Dario Nieuwenhuis
2022-05-09
1
-1
/
+1
|
/
*
examples/nrf: add product strings to all usb examples.
Dario Nieuwenhuis
2022-04-24
1
-1
/
+6
*
usb: rename UsbDeviceBuilder -> Builder.
Dario Nieuwenhuis
2022-04-16
1
-2
/
+2
*
Add DeviceStateHandler, DeviceCommand channel, and remote wakeup support
alexmoon
2022-04-13
1
-1
/
+2
*
Unify ReadError and WriteError into EndpointError
alexmoon
2022-04-09
1
-14
/
+5
*
Async-ify Driver::enable and UsbDeviceBuilder::build
alexmoon
2022-04-07
1
-1
/
+1
*
Add basic device state handling for endpoints.
alexmoon
2022-04-06
1
-7
/
+39
*
usb-serial: make inner guts private.
Dario Nieuwenhuis
2022-04-06
1
-17
/
+7
*
usb: add -usb-serial crate, fix warnings and stable build.
Dario Nieuwenhuis
2022-04-06
1
-0
/
+91