| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Merge pull request #2127 from bugadani/release | Dario Nieuwenhuis | 2023-10-31 | 1 | -1/+1 |
| |\ |
|
| | * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 1 | -1/+1 |
| * | | rp: Add PIO stepper motor driver example | kalkyl | 2023-10-30 | 1 | -0/+169 |
| |/ |
|
| * | Merge pull request #2075 from CBJamo/rosc_example | Dario Nieuwenhuis | 2023-10-16 | 1 | -0/+32 |
| |\ |
|
| | * | Add example to show useage of rp2040 rosc | Caleb Jamison | 2023-10-16 | 1 | -0/+32 |
| * | | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0 | Dániel Buga | 2023-10-16 | 1 | -1/+1 |
| |/ |
|
| * | time: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 1 | -1/+1 |
| * | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 23 | -54/+54 |
| * | Merge pull request #2055 from kalkyl/usb-midi | Dario Nieuwenhuis | 2023-10-14 | 1 | -0/+110 |
| |\ |
|
| | * | embassy-usb: Add MIDI class | kalkyl | 2023-10-14 | 1 | -0/+110 |
| * | | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 |
| |/ |
|
| * | update embedded-io, embedded-nal-async. | Dario Nieuwenhuis | 2023-10-04 | 1 | -1/+1 |
| * | Add wait for DHCP in rp wifi_tcp_server | KingCol13 | 2023-10-02 | 1 | -1/+8 |
| * | Update firmware size in rp wifi examples | KingCol13 | 2023-10-02 | 4 | -4/+4 |
| * | feat: allow schmitt, slew, and drive strength be set from Flex, Input, Output | Jonathan Dickinson | 2023-10-01 | 1 | -0/+3 |
| * | Update rust-lorawan crate versions. | ceekdee | 2023-09-25 | 1 | -6/+2 |
| * | Update for rust-lorawan and lora-phy version 2. | ceekdee | 2023-09-24 | 5 | -43/+14 |
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+1 |
| * | Merge pull request #1834 from dave-andersen/main | Dario Nieuwenhuis | 2023-09-10 | 1 | -3/+4 |
| |\ |
|
| | * | Fix timing on RP2040 pio_ws2812.rs example | Dave Andersen | 2023-08-27 | 1 | -3/+4 |
| * | | Add example, fix small bug in respond_and_fill | Caleb Jamison | 2023-09-10 | 1 | -0/+118 |
| * | | Merge pull request #1832 from embassy-rs/pipe-bufread | Dario Nieuwenhuis | 2023-08-29 | 1 | -6/+4 |
| |\ \ |
|
| | * | | sync/pipe: impl BufRead. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+4 |
| | |/ |
|
| * / | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 1 | -2/+2 |
| |/ |
|
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 1 | -1/+1 |
| * | Merge pull request #1763 from rubdos/sender-receiver-with-ctx | Dario Nieuwenhuis | 2023-08-22 | 2 | -2/+2 |
| |\ |
|
| | * | Deprecate *recv* in favor of *receive* | Ruben De Smet | 2023-08-22 | 2 | -2/+2 |
| * | | rp/flash: change naming to `blocking_*`, `new_blocking`. | Dario Nieuwenhuis | 2023-08-18 | 1 | -17/+17 |
| * | | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 5 | -7/+11 |
| * | | net-wiznet: rename from embassy-net-w5500. | Dario Nieuwenhuis | 2023-08-15 | 5 | -13/+15 |
| * | | net-w5500: extract chip-specific stuff to a trait. | Dario Nieuwenhuis | 2023-08-15 | 4 | -0/+8 |
| |/ |
|
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 9 | -16/+14 |
| * | rp: add single-channel dma from adc | pennae | 2023-08-02 | 1 | -1/+1 |
| * | rp: generalize adc inputs from pins to channels | pennae | 2023-08-01 | 1 | -5/+6 |
| * | Uart pio fix zeros | Michael van Niekerk | 2023-07-30 | 1 | -4/+6 |
| * | rp: add async flash | Derek Hageman | 2023-07-28 | 1 | -4/+38 |
| * | rp: relocate programs implicitly during load | pennae | 2023-07-28 | 5 | -49/+17 |
| * | Make pipes local vars. | Dario Nieuwenhuis | 2023-07-28 | 1 | -15/+15 |
| * | Fixes as per PR | Michael van Niekerk | 2023-07-28 | 1 | -66/+48 |
| * | Merge remote-tracking branch 'origin/main' | Michael van Niekerk | 2023-07-28 | 1 | -4/+1 |
| |\ |
|
| | * | Merge branch 'embassy-rs:main' into main | Michael van Niekerk | 2023-07-28 | 1 | -4/+1 |
| | |\ |
|
| | | * | Merge branch 'main' into main | Chuck Davis | 2023-07-27 | 1 | -1/+1 |
| | | |\ |
|
| | | | * | Added debug=2 in release profile to all examples. | Piotr Esden-Tempski | 2023-07-26 | 1 | -1/+2 |
| | | * | | Use lora-phy v1.2.1; modify embassy-lora dependencies. | ceekdee | 2023-07-26 | 1 | -3/+0 |
| | | |/ |
|
| * | / | Don't include embedded-hal-common | Michael van Niekerk | 2023-07-28 | 1 | -1/+0 |
| |/ / |
|
| * | | Comments | Michael van Niekerk | 2023-07-28 | 4 | -34/+0 |
| * | | Comments | Michael van Niekerk | 2023-07-28 | 2 | -91/+261 |
| * | | Tx and Rx setup | Michael van Niekerk | 2023-07-24 | 5 | -0/+296 |
| |/ |
|
| * | Added usb-hid keyboard example for rp pico. | maximedeboeck | 2023-07-16 | 2 | -0/+189 |
| * | Round temp to make more sense. | Henrik Berg | 2023-07-13 | 1 | -1/+4 |