| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | usb/cdc-ncm: add embassy-net Device implementation. | Dario Nieuwenhuis | 2022-12-13 | 6 | -371/+54 | |
| * | | Merge branch 'master' into multicore | Henrik Alsér | 2022-12-13 | 3 | -1/+187 | |
| |\ \ | ||||||
| | | \ | ||||||
| | | \ | ||||||
| | *-. \ | Merge #1043 #1103 | bors[bot] | 2022-12-13 | 3 | -1/+187 | |
| | |\ \ \ | ||||||
| | | * | | | Added RelocateProgram class for adjusting PIO-programs for different origins. | Simon Berg | 2022-12-09 | 2 | -16/+25 | |
| | | * | | | PIO support for RPi Pico | Simon Berg | 2022-12-09 | 3 | -1/+178 | |
| | | |/ / | ||||||
| * | | | | Refactor after review | kalkyl | 2022-12-13 | 1 | -3/+2 | |
| * | | | | Cleanup | kalkyl | 2022-12-10 | 1 | -4/+3 | |
| * | | | | Feature gate critical-section-impl | kalkyl | 2022-12-10 | 1 | -1/+1 | |
| * | | | | fmt | kalkyl | 2022-12-10 | 1 | -2/+2 | |
| * | | | | embassy-rp: Add multicore support | kalkyl | 2022-12-10 | 2 | -1/+64 | |
| |/ / / | ||||||
| * / / | 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 | |
| * | | | Merge #1089 | bors[bot] | 2022-12-04 | 13 | -0/+350 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | feat: embassy-boot for rp2040 | Ulf Lilleengen | 2022-12-02 | 13 | -0/+350 | |
| * | | | Merge #1074 | bors[bot] | 2022-12-02 | 3 | -2/+30 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | added the runner for stm32f091rc | @imrank03 | 2022-11-23 | 1 | -1/+1 | |
| | * | | added blinky example for stm32f0 | @imrank03 | 2022-11-23 | 2 | -1/+29 | |
| * | | | Bump defmt-rtt to 0.4 | Dario Nieuwenhuis | 2022-11-29 | 28 | -28/+28 | |
| * | | | Bump embedded-nal-async to 0.3.0 | Dario Nieuwenhuis | 2022-11-29 | 1 | -1/+1 | |
| * | | | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 10 | -18/+13 | |
| |/ / | ||||||
| * | | 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 | |
| * | | | Merge #1042 | bors[bot] | 2022-11-22 | 1 | -0/+27 | |
| |\ \ \ | ||||||
| | * | | | 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 | |
| | | |/ | |/| | ||||||
| * | | | Merge #1059 | bors[bot] | 2022-11-22 | 1 | -0/+33 | |
| |\ \ \ | ||||||
| | * | | | embassy-rp: Add basic ADC module | Henrik Alsér | 2022-11-15 | 1 | -0/+33 | |
| | | |/ | |/| | ||||||
| * / | | feat: embassy-usb-logger and example for rpi pico | Ulf Lilleengen | 2022-11-18 | 2 | -0/+32 | |
| |/ / | ||||||
| * / | stm32: Fix watchdog division by zero for 256 prescaler, add watchdog example ... | Matous Hybl | 2022-11-10 | 1 | -0/+24 | |
| |/ | ||||||
| * | Add uart async example | miathedev | 2022-11-01 | 1 | -0/+60 | |
| * | Rebase on master | Mathias | 2022-10-27 | 26 | -37/+198 | |
| |\ | ||||||
