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
/
embassy-nrf
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
usb: cleanup and simplify error handling.
Dario Nieuwenhuis
2022-04-06
1
-11
/
+7
|
*
usb: cleanup logging.
Dario Nieuwenhuis
2022-04-06
1
-8
/
+10
|
*
usb: add -usb-serial crate, fix warnings and stable build.
Dario Nieuwenhuis
2022-04-06
7
-6
/
+14
|
*
Support multi-frame data phase control requests
alexmoon
2022-04-06
1
-29
/
+54
|
*
Only copy through RAM when needed
alexmoon
2022-04-06
1
-3
/
+9
|
*
nrf/usb: fix wrong DMA read size
Dario Nieuwenhuis
2022-04-06
1
-1
/
+1
|
*
Add support for USB classes handling control requests.
alexmoon
2022-04-06
1
-152
/
+272
|
*
nrf/usb: update where clause syntax.
Dario Nieuwenhuis
2022-04-06
1
-12
/
+3
|
*
Working CDC-ACM device->host
Dario Nieuwenhuis
2022-04-06
1
-58
/
+100
|
*
Working CDC-ACM host->device
Dario Nieuwenhuis
2022-04-06
1
-33
/
+176
|
*
wip: experimental async usb stack
Dario Nieuwenhuis
2022-04-06
2
-25
/
+465
*
|
Reexport unborrow macro in HALs
Matous Hybl
2022-04-07
1
-0
/
+3
|
/
*
Add more docserver metadata.
Dario Nieuwenhuis
2022-04-05
1
-0
/
+3
*
nrf: nrf52832 doesn't have SPI3
Dario Nieuwenhuis
2022-03-22
1
-1
/
+0
*
nrf/gpio: Make Input is_high/is_low public.
Dario Nieuwenhuis
2022-03-17
2
-6
/
+6
*
Update rust nightly, embedded-hal 1.0, embedded-hal-async.
Dario Nieuwenhuis
2022-03-11
5
-326
/
+165
*
Merge #640
bors[bot]
2022-03-09
5
-50
/
+238
|
\
|
*
Move EasyDMA documentation to module level
Til Blechschmidt
2022-03-08
4
-38
/
+53
|
*
Fix inverted boolean condition
Til Blechschmidt
2022-03-08
1
-1
/
+1
|
*
Refactor _from_ram methods to use more readable copy operation
Til Blechschmidt
2022-03-02
3
-23
/
+18
|
*
Change TWIM methods to copy slice if required and add non-copying variants
Til Blechschmidt
2022-03-02
1
-41
/
+86
|
*
Change UARTE methods to copy slice if required and add non-copying variants
Til Blechschmidt
2022-03-02
1
-1
/
+35
|
*
Fix EasyDMA slice copying not actually copying data
Til Blechschmidt
2022-02-23
1
-4
/
+7
|
*
Change slice length check to use stable method
Til Blechschmidt
2022-02-23
2
-2
/
+3
|
*
Add defmt log outputs for SPIM memcpy
Til Blechschmidt
2022-02-23
1
-0
/
+2
|
*
Change SPIM methods to copy slice if required and add non-copying variants
Til Blechschmidt
2022-02-23
1
-4
/
+97
|
*
Skip EasyDMA slice location check if slice is empty
Til Blechschmidt
2022-02-23
2
-3
/
+3
*
|
Simplifies the API by taking in the TIMER and PPI channels
huntc
2022-03-07
1
-39
/
+53
*
|
Improve nRF Saadc sampling
huntc
2022-03-07
1
-7
/
+76
*
|
docs: add metadata.embassy_docs to cargo tomls.
Dario Nieuwenhuis
2022-03-04
1
-0
/
+8
*
|
docs: prevent inline doc spam for reexports.
Dario Nieuwenhuis
2022-03-04
3
-0
/
+7
|
/
*
time: better docs explaining overflow handling.
Dario Nieuwenhuis
2022-02-23
1
-18
/
+45
*
Update nRF PACs
Dario Nieuwenhuis
2022-02-15
1
-10
/
+10
*
Merge #615
bors[bot]
2022-02-12
1
-1
/
+0
|
\
|
*
nrf: remove stray mention of OptionalPin
Dario Nieuwenhuis
2022-02-12
1
-1
/
+0
*
|
Merge #613
bors[bot]
2022-02-12
7
-81
/
+98
|
\
\
|
|
/
|
/
|
|
*
embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.
Dario Nieuwenhuis
2022-02-12
6
-80
/
+96
|
*
blocking_mutex: refactor to work on stable. No GATs, and can be constructed i...
Dario Nieuwenhuis
2022-02-12
1
-1
/
+2
*
|
nrf: remove OptionalPin
Dario Nieuwenhuis
2022-02-12
5
-144
/
+317
|
/
*
Upgrade to embedded-storage 0.3.0
Ulf Lilleengen
2022-02-07
2
-3
/
+16
*
Merge #591
bors[bot]
2022-02-05
1
-112
/
+223
|
\
|
*
Further API simplification for the single seq scenario
huntc
2022-02-05
1
-2
/
+2
|
*
Forgot to expose the stop method
huntc
2022-02-04
1
-0
/
+8
|
*
Introduced the SingleSequencer and a more complex Sequencer
huntc
2022-02-04
1
-41
/
+72
|
*
Expose PWM
huntc
2022-02-04
1
-2
/
+2
|
*
Doco correction
huntc
2022-02-04
1
-3
/
+3
|
*
Introduces a Sequences struct
huntc
2022-02-04
1
-131
/
+143
|
*
Clarify why we need the mut buffer
huntc
2022-02-04
1
-0
/
+2
|
*
Some more doco
huntc
2022-01-30
1
-0
/
+3
|
*
Revert "Own the sequence buffer"
huntc
2022-01-30
1
-76
/
+32
[prev]
[next]