| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| * | net: split driver trait to a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 1 | -1/+1 | |
| * | net: remove unused pool-x features | Dario Nieuwenhuis | 2022-12-26 | 1 | -1/+1 | |
| * | usb/cdc-ncm: add embassy-net Device implementation. | Dario Nieuwenhuis | 2022-12-13 | 2 | -123/+18 | |
| * | nrf: add manually_create_executor example. | Dario Nieuwenhuis | 2022-12-09 | 1 | -0/+49 | |
| * | Merge #1049 | bors[bot] | 2022-12-09 | 3 | -0/+383 | |
| |\ | ||||||
| | * | Move the responsibility to manage buffers to the I2S stream | Christian Perez Llamas | 2022-12-08 | 3 | -17/+241 | |
| | * | Optimization to be able to work with only 2 buffers | Christian Perez Llamas | 2022-11-29 | 1 | -11/+9 | |
| | * | Buffer management in line with other peripherals. Constructor and config rede... | Christian Perez Llamas | 2022-11-19 | 1 | -42/+61 | |
| | * | Fix format | Christian Perez Llamas | 2022-11-19 | 1 | -2/+1 | |
| | * | Add missing parts and Cleanup | Christian Perez Llamas | 2022-11-19 | 1 | -47/+26 | |
| | * | Fix buffer overruns | Christian Perez Llamas | 2022-11-17 | 1 | -34/+52 | |
| | * | Mono channels | Christian Perez Llamas | 2022-11-13 | 1 | -6/+6 | |
| | * | Minor changes | Christian Perez Llamas | 2022-11-13 | 1 | -4/+5 | |
| | * | Investigating discontinuities in the signal | Christian Perez Llamas | 2022-11-13 | 1 | -9/+18 | |
| | * | Interrupts, async, sine oscillator | Christian Perez Llamas | 2022-11-12 | 1 | -21/+111 | |
| | * | Restrict to pacs supporting i2s | Christian Perez Llamas | 2022-11-10 | 1 | -1/+1 | |
| | * | Buffer trait. Simpler config. | Christian Perez Llamas | 2022-11-10 | 1 | -5/+2 | |
| | * | Apply config | Christian Perez Llamas | 2022-11-09 | 1 | -1/+1 | |
| | * | Make bors grin ;) | Roman Valls Guimera | 2022-11-09 | 1 | -8/+9 | |
| | * | Draft: Initial support for I2S with a working example. | Christian Perez Llamas | 2022-11-09 | 2 | -1/+49 | |
| * | | Bump defmt-rtt to 0.4 | Dario Nieuwenhuis | 2022-11-29 | 1 | -1/+1 | |
| * | | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -2/+2 | |
| * | | Merge #1056 | bors[bot] | 2022-11-22 | 1 | -0/+46 | |
| |\ \ | ||||||
| | * | | Rename write to respond_to_read | Henrik Alsér | 2022-11-22 | 1 | -5/+6 | |
| | * | | Return number of bytes written, add address match getter | kalkyl | 2022-11-14 | 1 | -1/+1 | |
| | * | | embassy-nrf: Add TWIS module | kalkyl | 2022-11-13 | 1 | -0/+45 | |
| | |/ | ||||||
| * | | Disable UARTE in embassy-nrf::init | Henrik Alsér | 2022-11-13 | 1 | -3/+5 | |
| * | | rustfmt | Henrik Alsér | 2022-11-05 | 1 | -1/+1 | |
| * | | Add status checks | Henrik Alsér | 2022-11-05 | 1 | -2/+2 | |
| * | | embassy-nrf: Add SPIS module | Henrik Alsér | 2022-11-05 | 1 | -0/+25 | |
| |/ | ||||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-10-26 | 1 | -1/+1 | |
| * | Merge #855 | bors[bot] | 2022-10-21 | 1 | -0/+33 | |
| |\ | ||||||
| | * | add support for pdm microphones in nrf driver | pbert | 2022-10-13 | 1 | -0/+33 | |
| | | | ||||||
| | \ | ||||||
| *-. \ | Merge #984 #1006 | bors[bot] | 2022-10-12 | 1 | -3/+4 | |
| |\ \ \ | | |/ | |/| | ||||||
| | | * | Removes some of the code duplication for UarteWithIdle | huntc | 2022-10-09 | 1 | -3/+4 | |
| * | | | Change rak4631 feature to sx126x, removing use in board-specific processing; ... | ceekdee | 2022-10-10 | 3 | -98/+44 | |
| * | | | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2022-10-08 | 1 | -0/+1 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | 2022-10-07 | 1 | -0/+1 | |
| | |/ | ||||||
| * | | Improve generics and consolidate antenna handling | ceekdee | 2022-10-08 | 2 | -8/+8 | |
| * | | Update some outstanding questions | ceekdee | 2022-09-28 | 1 | -1/+1 | |
| * | | Initial add for sx126x | ceekdee | 2022-09-27 | 3 | -1/+263 | |
| |/ | ||||||
| * | usb: move classes into the `embassy-usb` crate. | Dario Nieuwenhuis | 2022-09-26 | 6 | -11/+8 | |
| * | Remove default, reorder generic params | ivmarkov | 2022-09-25 | 1 | -1/+2 | |
| * | Parameterize Signal with RawMutex | ivmarkov | 2022-09-24 | 1 | -1/+1 | |
| * | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | 2022-09-22 | 3 | -3/+3 | |
| * | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+2 | |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 5 | -5/+0 | |
| * | usbd-hid: 0.5.2 -> 0.6.0 | Alex Martens | 2022-09-04 | 1 | -1/+1 | |
| * | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 2 | -2/+2 | |
| * | futures: move select* and join* to separate modules. | Dario Nieuwenhuis | 2022-08-29 | 1 | -1/+1 | |
