| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | net: allocate space for 2 sockets, needed for dhcp. | Dario Nieuwenhuis | 2023-01-19 | 1 | -1/+1 |
| * | Add smoltcp dhcp socket configuration | Paweł Jan Czochański | 2023-01-19 | 1 | -8/+3 |
| * | Merge #1142 | bors[bot] | 2023-01-14 | 1 | -1/+1 |
| |\ | |||||
| | * | rp: Fix BufferedUart drop code | Timo Kröger | 2023-01-04 | 1 | -1/+1 |
| * | | rp2040: add {tx,rx}-only constructors to UART | Pedro Ferreira | 2023-01-04 | 1 | -0/+42 |
| |/ | |||||
| * | Remove lifetime, use pac fields | kalkyl | 2022-12-24 | 1 | -3/+3 |
| * | embassy-rp: Add Watchdog | kalkyl | 2022-12-24 | 1 | -0/+48 |
| * | embassy-rp: Add split() to BufferedUart | kalkyl | 2022-12-22 | 1 | -0/+57 |
| * | cargo fmt | Aaron Tsui | 2022-12-20 | 1 | -2/+2 |
| * | add convert_to_celsius function in the adc module | Aaron Tsui | 2022-12-20 | 1 | -1/+6 |
| * | usb/cdc-ncm: add embassy-net Device implementation. | Dario Nieuwenhuis | 2022-12-13 | 1 | -123/+17 |
| * | Merge branch 'master' into multicore | Henrik Alsér | 2022-12-13 | 2 | -0/+181 |
| |\ | |||||
| | * | 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 | 2 | -0/+172 |
| * | | Refactor after review | kalkyl | 2022-12-13 | 1 | -3/+2 |
| * | | Cleanup | kalkyl | 2022-12-10 | 1 | -4/+3 |
| * | | fmt | kalkyl | 2022-12-10 | 1 | -2/+2 |
| * | | embassy-rp: Add multicore support | kalkyl | 2022-12-10 | 1 | -0/+62 |
| |/ | |||||
| * | 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 | 1 | -0/+30 |
| |/ | |||||
| * | Remove random delay from example, and move flash functions to allow using wit... | Mathias | 2022-10-27 | 1 | -1/+7 |
| * | Buffer data to be written to flash in ram if it does not already reside in ram | Mathias | 2022-10-26 | 1 | -1/+0 |
| * | Add flash example & flash HIL test | Mathias | 2022-10-26 | 1 | -0/+84 |
| * | Merge #984 #1006 | bors[bot] | 2022-10-12 | 1 | -0/+102 |
| |\ | |||||
| | * | embassy-rp i2c: async (non-blocking) example | Jeremy Fitzhardinge | 2022-10-01 | 1 | -0/+102 |
| * | | update embedded-hal api | Jeremy Fitzhardinge | 2022-10-01 | 1 | -1/+1 |
| * | | rename to i2c_blocking | Jeremy Fitzhardinge | 2022-10-01 | 1 | -0/+0 |
| * | | rp i2c: blocking example | Jeremy Fitzhardinge | 2022-10-01 | 1 | -0/+70 |
| |/ | |||||
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -6/+6 |
| * | usb: move classes into the `embassy-usb` crate. | Dario Nieuwenhuis | 2022-09-26 | 2 | -2/+2 |
| * | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 2 | -2/+0 |
| * | Cleanup examples | Henrik Alsér | 2022-09-01 | 2 | -4/+4 |
| * | Reorder args | Henrik Alsér | 2022-09-01 | 1 | -1/+1 |
| * | transfer_in_place | Henrik Alsér | 2022-09-01 | 1 | -1/+1 |
| * | Fix example | Henrik Alsér | 2022-09-01 | 1 | -2/+3 |
| * | impl embedded-hal-async | Henrik Alsér | 2022-09-01 | 1 | -4/+2 |
| * | example | Henrik Alsér | 2022-09-01 | 2 | -2/+33 |
| * | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 1 | -1/+1 |
| * | Merge pull request #927 from embassy-rs/rp-usb | Dario Nieuwenhuis | 2022-08-30 | 2 | -0/+367 |
| |\ | |||||
| | * | rp: add usb device support. | Dario Nieuwenhuis | 2022-08-25 | 2 | -0/+367 |
| * | | Fix uart rp2040 blocking example | Mathias | 2022-08-19 | 1 | -1/+1 |
| |/ | |||||
| * | Merge #910 | bors[bot] | 2022-08-18 | 1 | -3/+3 |
| |\ | |||||
| | * | Fix rp uart example | Mathias | 2022-08-18 | 1 | -3/+3 |
| * | | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 6 | -9/+9 |
| * | | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 6 | -12/+17 |
| |/ | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 6 | -15/+15 |
| * | Add embedded_hal_async support for embassy-rp | Daniel Bevenius | 2022-07-14 | 1 | -0/+38 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 5 | -22/+9 |
