| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 5 | -15/+11 |
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 1 | -4/+4 |
| * | Move embassy-lora, lora examples to lora-phy repo. | Dario Nieuwenhuis | 2023-11-29 | 5 | -415/+0 |
| * | Add docs, touch all linker fragments | James Munns | 2023-11-19 | 1 | -0/+12 |
| * | Update RP2040 memory.x | James Munns | 2023-11-19 | 1 | -2/+2 |
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 1 | -1/+1 |
| * | Update heapless to v0.8, embedded-nal-async to v0.7 | Dario Nieuwenhuis | 2023-11-10 | 1 | -1/+1 |
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 5 | -6/+6 |
| * | rp: Remove control handler from USB raw bulk example | kalkyl | 2023-11-07 | 1 | -9/+1 |
| * | fmt | kalkyl | 2023-11-07 | 1 | -1/+1 |
| * | Use driver reexport | kalkyl | 2023-11-07 | 2 | -2/+1 |
| * | rp: Add USB raw bulk example | kalkyl | 2023-11-07 | 2 | -0/+151 |
| * | Add docs | kalkyl | 2023-11-07 | 1 | -2/+46 |
| * | Update pio-uart example | kalkyl | 2023-11-07 | 1 | -0/+1 |
| * | Add comments | kalkyl | 2023-11-07 | 1 | -0/+6 |
| * | rp: Add USB raw example + msos descriptor to examples and usb-logger | kalkyl | 2023-11-07 | 6 | -4/+156 |
| * | Cleanup | kalkyl | 2023-11-03 | 1 | -2/+2 |
| * | rp: Add PWM input example | kalkyl | 2023-11-03 | 1 | -0/+26 |
| * | Merge pull request #2137 from kalkyl/pio-rotary-encoder | Dario Nieuwenhuis | 2023-11-02 | 1 | -0/+81 |
| |\ |
|
| | * | Cleanup | kalkyl | 2023-11-02 | 1 | -12/+2 |
| | * | rp: Add PIO rotary encoder example | kalkyl | 2023-11-02 | 1 | -0/+91 |
| * | | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 1 | -1/+2 |
| |/ |
|
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 4 | -3/+4 |
| * | Release embassy-executor v0.3.1 | Dario Nieuwenhuis | 2023-11-01 | 1 | -1/+1 |
| * | 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 |
| |\ |
|