aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf
Commit message (Expand)AuthorAgeFilesLines
* Merge #1056bors[bot]2022-11-221-0/+46
|\
| * Rename write to respond_to_readHenrik Alsér2022-11-221-5/+6
| * Return number of bytes written, add address match getterkalkyl2022-11-141-1/+1
| * embassy-nrf: Add TWIS modulekalkyl2022-11-131-0/+45
* | Disable UARTE in embassy-nrf::initHenrik Alsér2022-11-131-3/+5
* | rustfmtHenrik Alsér2022-11-051-1/+1
* | Add status checksHenrik Alsér2022-11-051-2/+2
* | embassy-nrf: Add SPIS moduleHenrik Alsér2022-11-051-0/+25
|/
* Update Rust nightly.Dario Nieuwenhuis2022-10-261-1/+1
* Merge #855bors[bot]2022-10-211-0/+33
|\
| * add support for pdm microphones in nrf driverpbert2022-10-131-0/+33
| |
| \
*-. \ Merge #984 #1006bors[bot]2022-10-121-3/+4
|\ \ \ | | |/ | |/|
| | * Removes some of the code duplication for UarteWithIdlehuntc2022-10-091-3/+4
* | | Change rak4631 feature to sx126x, removing use in board-specific processing; ...ceekdee2022-10-103-98/+44
* | | Merge branch 'embassy-rs:master' into masterChuck Davis2022-10-081-0/+1
|\ \ \ | | |/ | |/|
| * | all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
| |/
* | Improve generics and consolidate antenna handlingceekdee2022-10-082-8/+8
* | Update some outstanding questionsceekdee2022-09-281-1/+1
* | Initial add for sx126xceekdee2022-09-273-1/+263
|/
* usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis2022-09-266-11/+8
* Remove default, reorder generic paramsivmarkov2022-09-251-1/+2
* Parameterize Signal with RawMutexivmarkov2022-09-241-1/+1
* Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis2022-09-223-3/+3
* Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-221-1/+2
* Update Rust nightly.Dario Nieuwenhuis2022-09-225-5/+0
* usbd-hid: 0.5.2 -> 0.6.0Alex Martens2022-09-041-1/+1
* net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis2022-08-302-2/+2
* futures: move select* and join* to separate modules.Dario Nieuwenhuis2022-08-291-1/+1
* sync: flatten module structure.Dario Nieuwenhuis2022-08-226-6/+6
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-228-15/+16
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-226-23/+24
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-1843-67/+68
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-1740-79/+100
* Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-171-1/+1
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-2943-157/+157
* Trait for UsbSupplyhuntc2022-07-095-90/+24
* Puts in the machinery to handle power detected/removedhuntc2022-07-071-33/+5
* Introduces EnabledUsbDevicehuntc2022-07-071-7/+31
* Merge #817bors[bot]2022-06-211-0/+106
|\
| * Added example and some defmtDion Dokter2022-06-211-0/+106
* | Merge pull request #822 from embassy-rs/remove-authorsDario Nieuwenhuis2022-06-181-1/+0
|\ \
| * | Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-181-1/+0
* | | Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis2022-06-181-0/+3
|/ /
* / Update rust nightly. (#819)Dario Nieuwenhuis2022-06-181-1/+0
|/
* Run rustfmt.Dario Nieuwenhuis2022-06-1241-268/+138
* Merge #806bors[bot]2022-06-122-3/+3
|\
| * Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-122-3/+3
* | Rename channel to mpmchuntc2022-06-125-5/+5
|/
* Merge #781 #785bors[bot]2022-05-311-35/+40
|\
| * WIP embassy-net v2Dario Nieuwenhuis2022-05-251-35/+40