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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
1
-4
/
+14
|
*
Working CDC-ACM host->device
Dario Nieuwenhuis
2022-04-06
2
-9
/
+23
|
*
wip: experimental async usb stack
Dario Nieuwenhuis
2022-04-06
4
-155
/
+409
*
|
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
4
-74
/
+106
|
/
*
Use embassy/defmt-timestamp-uptime in all examples.
Dario Nieuwenhuis
2022-04-02
34
-142
/
+123
*
Simplifies the API by taking in the TIMER and PPI channels
huntc
2022-03-07
1
-20
/
+6
*
Improve nRF Saadc sampling
huntc
2022-03-07
1
-17
/
+40
*
Merge #613
bors[bot]
2022-02-12
2
-6
/
+6
|
\
|
*
blocking_mutex: refactor to work on stable. No GATs, and can be constructed i...
Dario Nieuwenhuis
2022-02-12
2
-6
/
+6
*
|
nrf: remove OptionalPin
Dario Nieuwenhuis
2022-02-12
9
-25
/
+10
|
/
*
Further API simplification for the single seq scenario
huntc
2022-02-05
3
-9
/
+6
*
Removed unrequired clone
huntc
2022-02-04
1
-1
/
+1
*
Introduced the SingleSequencer and a more complex Sequencer
huntc
2022-02-04
4
-27
/
+62
*
Small correction to times
huntc
2022-02-04
1
-1
/
+1
*
Revert the use of forever
huntc
2022-02-04
1
-7
/
+2
*
Update another example
huntc
2022-02-04
1
-13
/
+14
*
Expose PWM
huntc
2022-02-04
2
-11
/
+17
*
Introduces a Sequences struct
huntc
2022-02-04
1
-21
/
+18
*
Some more doco
huntc
2022-01-30
1
-2
/
+2
*
Revert "Own the sequence buffer"
huntc
2022-01-30
3
-32
/
+36
*
Own the sequence buffer
huntc
2022-01-29
3
-36
/
+32
*
Now permits sequences to be mutated subsequently
huntc
2022-01-28
3
-14
/
+41
*
Make the sequence a little nicer to pass around
huntc
2022-01-28
3
-27
/
+23
*
PWM WS2812B example and per sequence config
huntc
2022-01-28
3
-9
/
+83
*
Stop PWM before assigning the new sequence
huntc
2022-01-25
2
-2
/
+2
*
Strengthen the borrow
huntc
2022-01-24
2
-2
/
+2
*
Permit many sequences to be passed
huntc
2022-01-23
2
-17
/
+11
*
nrf/rng: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
1
-4
/
+2
*
nrf/qspi: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
2
-2
/
+0
*
nrf/uarte: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
3
-13
/
+7
*
nrf/gpiote: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
2
-2
/
+0
*
nrf/twim: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
2
-2
/
+2
*
nrf/spim: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
1
-5
/
+4
*
Remove unsafe from new on RND
huntc
2022-01-06
1
-1
/
+1
*
Merge #539
bors[bot]
2022-01-04
2
-0
/
+161
|
\
|
*
example cleanup
Jacob Rosenthal
2021-12-16
2
-5
/
+2
|
*
usb_uart_io example equivilent to usb_uart
Jacob Rosenthal
2021-12-16
1
-0
/
+70
|
*
simplify usb_uart example
Jacob Rosenthal
2021-12-16
1
-30
/
+30
|
*
cleanup example
Jacob Rosenthal
2021-12-15
1
-23
/
+25
|
*
enable USB peripheral for relevant chips
Jacob Rosenthal
2021-12-15
1
-2
/
+2
[prev]
[next]