aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' into nrf91/53-nvmcDion Dokter2022-12-091-1/+16
|\
| * Merge #1049bors[bot]2022-12-091-0/+2
| |\
| | * Interrupts, async, sine oscillatorChristian Perez Llamas2022-11-121-1/+1
| | * Cargo fmtRoman Valls Guimera2022-11-111-5/+1
| | * Restrict to pacs supporting i2sChristian Perez Llamas2022-11-101-1/+5
| | * Draft: Initial support for I2S with a working example.Christian Perez Llamas2022-11-091-0/+2
| * | Switch to async-fn-in-traitDario Nieuwenhuis2022-11-251-1/+5
| * | Merge #1056bors[bot]2022-11-221-0/+1
| |\ \
| | * | config write, docs, add address_match_indexHenrik Alsér2022-11-221-6/+0
| | * | embassy-nrf: Add TWIS modulekalkyl2022-11-131-0/+7
| | |/
| * | Merge #1042bors[bot]2022-11-221-0/+1
| |\ \
| | * | Remove nrf9160 UARTE fixHenrik Alsér2022-11-221-7/+0
| | * | Feature gate UARTE disableHenrik Alsér2022-11-131-0/+1
| | * | Disable UARTE in embassy-nrf::initHenrik Alsér2022-11-131-0/+6
| | * | embassy-nrf: Add SPIS moduleHenrik Alsér2022-11-051-0/+1
| | |/
| * / embassy-nrf: Default disable UARTE (nrf9160)Henrik Alsér2022-11-221-0/+7
| |/
* / Adapted nvmc so it can be used for all nrf targetsDion Dokter2022-11-101-1/+0
|/
* add support for pdm microphones in nrf driverpbert2022-10-131-0/+8
* Update Rust nightly.Dario Nieuwenhuis2022-09-221-1/+1
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-1/+1
* Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-231-1/+1
* Update embassy-stm32Dario Nieuwenhuis2022-07-231-1/+1
* Add more API docs for embassy-cortex-m and embassy-nrfUlf Lilleengen2022-06-231-2/+28
* Run rustfmt.Dario Nieuwenhuis2022-06-121-6/+3
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-11/+11
* Merge branch 'embassy-rs:master' into qdecHenrik Alsér2022-05-071-0/+1
|\
| * Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-071-0/+1
* | Add qdec moduleHenrik Alsér2022-05-071-0/+2
|/
* Merge #657bors[bot]2022-04-071-0/+1
|\
| * usb: add -usb-serial crate, fix warnings and stable build.Dario Nieuwenhuis2022-04-061-0/+1
* | Reexport unborrow macro in HALsMatous Hybl2022-04-071-0/+3
|/
* Move EasyDMA documentation to module levelTil Blechschmidt2022-03-081-0/+36
* Change slice length check to use stable methodTil Blechschmidt2022-02-231-1/+1
* Skip EasyDMA slice location check if slice is emptyTil Blechschmidt2022-02-231-1/+1
* embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis2022-02-121-2/+4
* Merge #539bors[bot]2022-01-041-0/+7
|\
| * enable USB peripheral for relevant chipsJacob Rosenthal2021-12-151-2/+6
| * stub out the embassy registers for usbdJacob Rosenthal2021-12-131-20/+3
| * usb feature gateJacob Rosenthal2021-12-121-11/+15
| * nrf-usbdJacob Rosenthal2021-12-121-0/+16
* | Update rust-toolchainUlf Lilleengen2021-12-161-1/+0
|/
* nrf: add initial nrf5340 supportDario Nieuwenhuis2021-10-281-12/+15
* nrf91: support running in both S and NS mode.Dario Nieuwenhuis2021-10-261-32/+18
* nrf: add NVMC driver.Dario Nieuwenhuis2021-10-221-0/+2
* Cargo fmtUlf Lilleengen2021-10-191-2/+2
* Add support for temperature sensor peripheralUlf Lilleengen2021-10-191-0/+2
* Undoing unnecessary changesDion Dokter2021-10-121-5/+1
* ran fmtDion Dokter2021-10-111-2/+2
* Initial support for nrf9160Dion Dokter2021-10-111-1/+19
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-031-1/+0