aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
Commit message (Expand)AuthorAgeFilesLines
...
| * usb: cleanup and simplify error handling.Dario Nieuwenhuis2022-04-061-11/+7
| * usb: cleanup logging.Dario Nieuwenhuis2022-04-061-8/+10
| * usb: add -usb-serial crate, fix warnings and stable build.Dario Nieuwenhuis2022-04-067-6/+14
| * Support multi-frame data phase control requestsalexmoon2022-04-061-29/+54
| * Only copy through RAM when neededalexmoon2022-04-061-3/+9
| * nrf/usb: fix wrong DMA read sizeDario Nieuwenhuis2022-04-061-1/+1
| * Add support for USB classes handling control requests.alexmoon2022-04-061-152/+272
| * nrf/usb: update where clause syntax.Dario Nieuwenhuis2022-04-061-12/+3
| * Working CDC-ACM device->hostDario Nieuwenhuis2022-04-061-58/+100
| * Working CDC-ACM host->deviceDario Nieuwenhuis2022-04-061-33/+176
| * wip: experimental async usb stackDario Nieuwenhuis2022-04-062-25/+465
* | Reexport unborrow macro in HALsMatous Hybl2022-04-071-0/+3
|/
* Add more docserver metadata.Dario Nieuwenhuis2022-04-051-0/+3
* nrf: nrf52832 doesn't have SPI3Dario Nieuwenhuis2022-03-221-1/+0
* nrf/gpio: Make Input is_high/is_low public.Dario Nieuwenhuis2022-03-172-6/+6
* Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis2022-03-115-326/+165
* Merge #640bors[bot]2022-03-095-50/+238
|\
| * Move EasyDMA documentation to module levelTil Blechschmidt2022-03-084-38/+53
| * Fix inverted boolean conditionTil Blechschmidt2022-03-081-1/+1
| * Refactor _from_ram methods to use more readable copy operationTil Blechschmidt2022-03-023-23/+18
| * Change TWIM methods to copy slice if required and add non-copying variantsTil Blechschmidt2022-03-021-41/+86
| * Change UARTE methods to copy slice if required and add non-copying variantsTil Blechschmidt2022-03-021-1/+35
| * Fix EasyDMA slice copying not actually copying dataTil Blechschmidt2022-02-231-4/+7
| * Change slice length check to use stable methodTil Blechschmidt2022-02-232-2/+3
| * Add defmt log outputs for SPIM memcpyTil Blechschmidt2022-02-231-0/+2
| * Change SPIM methods to copy slice if required and add non-copying variantsTil Blechschmidt2022-02-231-4/+97
| * Skip EasyDMA slice location check if slice is emptyTil Blechschmidt2022-02-232-3/+3
* | Simplifies the API by taking in the TIMER and PPI channelshuntc2022-03-071-39/+53
* | Improve nRF Saadc samplinghuntc2022-03-071-7/+76
* | docs: add metadata.embassy_docs to cargo tomls.Dario Nieuwenhuis2022-03-041-0/+8
* | docs: prevent inline doc spam for reexports.Dario Nieuwenhuis2022-03-043-0/+7
|/
* time: better docs explaining overflow handling.Dario Nieuwenhuis2022-02-231-18/+45
* Update nRF PACsDario Nieuwenhuis2022-02-151-10/+10
* Merge #615bors[bot]2022-02-121-1/+0
|\
| * nrf: remove stray mention of OptionalPinDario Nieuwenhuis2022-02-121-1/+0
* | Merge #613bors[bot]2022-02-127-81/+98
|\ \ | |/ |/|
| * embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis2022-02-126-80/+96
| * blocking_mutex: refactor to work on stable. No GATs, and can be constructed i...Dario Nieuwenhuis2022-02-121-1/+2
* | nrf: remove OptionalPinDario Nieuwenhuis2022-02-125-144/+317
|/
* Upgrade to embedded-storage 0.3.0Ulf Lilleengen2022-02-072-3/+16
* Merge #591bors[bot]2022-02-051-112/+223
|\
| * Further API simplification for the single seq scenariohuntc2022-02-051-2/+2
| * Forgot to expose the stop methodhuntc2022-02-041-0/+8
| * Introduced the SingleSequencer and a more complex Sequencerhuntc2022-02-041-41/+72
| * Expose PWMhuntc2022-02-041-2/+2
| * Doco correctionhuntc2022-02-041-3/+3
| * Introduces a Sequences structhuntc2022-02-041-131/+143
| * Clarify why we need the mut bufferhuntc2022-02-041-0/+2
| * Some more docohuntc2022-01-301-0/+3
| * Revert "Own the sequence buffer"huntc2022-01-301-76/+32