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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trait for UsbSupply
huntc
2022-07-09
5
-90
/
+24
*
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
*
Merge #817
bors[bot]
2022-06-21
1
-0
/
+106
|
\
|
*
Added example and some defmt
Dion Dokter
2022-06-21
1
-0
/
+106
*
|
Merge pull request #822 from embassy-rs/remove-authors
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
|
\
\
|
*
|
Remove the authors field from Cargo.tomls
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
*
|
|
Add env DEFMT_LOG=trace to all examples.
Dario Nieuwenhuis
2022-06-18
1
-0
/
+3
|
/
/
*
/
Update rust nightly. (#819)
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
|
/
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
41
-268
/
+138
*
Merge #806
bors[bot]
2022-06-12
2
-3
/
+3
|
\
|
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
2
-3
/
+3
*
|
Rename channel to mpmc
huntc
2022-06-12
5
-5
/
+5
|
/
*
Merge #781 #785
bors[bot]
2022-05-31
1
-35
/
+40
|
\
|
*
WIP embassy-net v2
Dario Nieuwenhuis
2022-05-25
1
-35
/
+40
*
|
Implement BufRead for nrf BufferedUarte
chemicstry
2022-05-26
1
-15
/
+5
|
/
*
Make embassy-net nightly-only.
Dario Nieuwenhuis
2022-05-19
1
-2
/
+2
*
Update embedded-io to 0.3
Dario Nieuwenhuis
2022-05-19
1
-1
/
+1
*
Merge branch 'embassy-rs:master' into qdec
Henrik Alsér
2022-05-12
4
-5
/
+19
|
\
|
*
-
.
Merge #763 #766
bors[bot]
2022-05-12
4
-5
/
+19
|
|
\
\
|
|
|
*
Make usb_serial examples work on windows
Timo Kröger
2022-05-12
2
-0
/
+14
|
|
|
/
|
|
/
|
|
|
*
usb: remove address arg from endpoint allocation.
Dario Nieuwenhuis
2022-05-09
4
-5
/
+5
|
|
/
*
|
Merge branch 'embassy-rs:master' into qdec
Henrik Alsér
2022-05-07
3
-5
/
+8
|
\
|
|
*
Replace embassy::io with embedded_io.
Dario Nieuwenhuis
2022-05-07
3
-5
/
+8
*
|
Change example pins
Henrik Alsér
2022-05-07
1
-3
/
+2
*
|
Add qdec module
Henrik Alsér
2022-05-07
1
-0
/
+29
|
/
*
net: add functions to get current Eth and IP config
Dario Nieuwenhuis
2022-05-02
1
-1
/
+1
*
executor: Add `Spawner::for_current_executor`.
Dario Nieuwenhuis
2022-04-26
1
-0
/
+24
*
examples/nrf: add self_spawn example.
Dario Nieuwenhuis
2022-04-25
1
-0
/
+24
*
executor: fix unsoundness in InterruptExecutor::start.
Dario Nieuwenhuis
2022-04-25
1
-6
/
+4
*
examples/nrf: add product strings to all usb examples.
Dario Nieuwenhuis
2022-04-24
4
-6
/
+17
*
Add embassy-usb-ncm. Implements USBB CDC NCM (Ethernet over USB)
Dario Nieuwenhuis
2022-04-24
2
-1
/
+280
*
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
*
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
*
Unify ReadError and WriteError into EndpointError
alexmoon
2022-04-09
2
-28
/
+10
*
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
[next]