aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src
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
|/
* 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-102-97/+43
* | Improve generics and consolidate antenna handlingceekdee2022-10-082-8/+8
* | Update some outstanding questionsceekdee2022-09-281-1/+1
* | Initial add for sx126xceekdee2022-09-272-0/+257
|/
* usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis2022-09-265-7/+7
* 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
* net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis2022-08-301-1/+1
* 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-227-14/+14
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-225-23/+23
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-1842-66/+66
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-1740-79/+100
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-2942-155/+154
* 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
* | 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
* | Implement BufRead for nrf BufferedUartechemicstry2022-05-261-15/+5
|/
* Merge branch 'embassy-rs:master' into qdecHenrik Alsér2022-05-124-5/+19
|\
| *-. Merge #763 #766bors[bot]2022-05-124-5/+19
| |\ \
| | | * Make usb_serial examples work on windowsTimo Kröger2022-05-122-0/+14
| | |/ | |/|
| | * usb: remove address arg from endpoint allocation.Dario Nieuwenhuis2022-05-094-5/+5
| |/
* | Merge branch 'embassy-rs:master' into qdecHenrik Alsér2022-05-072-4/+6
|\|
| * Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-072-4/+6
* | Change example pinsHenrik Alsér2022-05-071-3/+2