| Commit message (Expand) | Author | Age | Files | Lines |
| * | feat: allow schmitt, slew, and drive strength be set from Flex, Input, Output | Jonathan Dickinson | 2023-10-01 | 1 | -0/+3 |
| * | Update for rust-lorawan and lora-phy version 2. | ceekdee | 2023-09-24 | 4 | -41/+11 |
| * | 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 |
| * | | sync/pipe: impl BufRead. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+4 |
| |/ |
|
| * | 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 | 4 | -4/+4 |
| * | | net-wiznet: rename from embassy-net-w5500. | Dario Nieuwenhuis | 2023-08-15 | 4 | -12/+14 |
| * | | 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 | 8 | -14/+12 |
| * | 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 |
| * | Comments | Michael van Niekerk | 2023-07-28 | 1 | -91/+260 |
| * | Tx and Rx setup | Michael van Niekerk | 2023-07-24 | 1 | -0/+262 |
| * | Added usb-hid keyboard example for rp pico. | maximedeboeck | 2023-07-16 | 1 | -0/+188 |
| * | Round temp to make more sense. | Henrik Berg | 2023-07-13 | 1 | -1/+4 |
| * | Add descriptions to all RP2040 examples. Some need hardware that was not spec... | Henrik Berg | 2023-07-13 | 33 | -5/+122 |
| * | RP: Don't reset RTC in Clock::init. Updated example. | Henrik Berg | 2023-07-12 | 1 | -17/+9 |
| * | RP: Add save/restore to Rtc. Example use. | Henrik Berg | 2023-07-12 | 1 | -21/+34 |
| * | RP: Rename Rtc to match STM32 impl. Remove setting RTC in new(). | Henrik Berg | 2023-07-12 | 1 | -4/+10 |
| * | RP: Add RTC example to rp2040. | Henrik Berg | 2023-07-12 | 1 | -0/+33 |
| * | Merge pull request #1623 from pennae/rp-adc | Dario Nieuwenhuis | 2023-07-07 | 1 | -8/+9 |
| |\ |
|
| | * | rp/adc: rewrite the module | pennae | 2023-07-07 | 1 | -8/+9 |
| * | | rp/pio: use bind_interrupts for irqs | pennae | 2023-07-07 | 8 | -20/+64 |
| * | | Remove wifi envvars. They're annoying, they cause rust-analyzer errors when o... | Dario Nieuwenhuis | 2023-07-05 | 1 | -2/+5 |
| |/ |
|
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 5 | -19/+44 |
| * | Update probe-rs-cli -> probe-rs | Dario Nieuwenhuis | 2023-06-29 | 4 | -8/+8 |
| * | Spelling. | Henrik Berg | 2023-06-12 | 1 | -1/+1 |
| * | Code cleanup. | Henrik Berg | 2023-06-12 | 1 | -1/+1 |
| * | Document external button. Add wifi_blinky.rs for easy beginners start. | Henrik Berg | 2023-06-12 | 2 | -1/+63 |
| * | examples: use nicer InterrupExt to set irq priority in multprio. | Dario Nieuwenhuis | 2023-06-09 | 1 | -11/+5 |
| * | Remove executor dep+reexports from HALs. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+1 |
| * | net: Support dual stackĀ IP | Ruben De Smet | 2023-06-07 | 7 | -9/+9 |
| * | net: StaticV4 config behind proto-ipv4 | Ruben De Smet | 2023-06-06 | 4 | -4/+4 |
| * | Rename StaticConfig to StaticConfigV4 | Ruben De Smet | 2023-06-06 | 7 | -7/+7 |
| * | Use make_static! from static-cell v1.1 | Dario Nieuwenhuis | 2023-06-01 | 11 | -119/+44 |
| * | net-w5500: integrate into main repo. | Dario Nieuwenhuis | 2023-05-31 | 4 | -54/+19 |
| * | Merge remote-tracking branch 'w5500/main' into w5500 | Dario Nieuwenhuis | 2023-05-31 | 4 | -0/+552 |
| |\ |
|
| | * | move embassy-net-w5500 to subdir. | Dario Nieuwenhuis | 2023-05-31 | 4 | -0/+552 |
| * | cyw43: adapt build to main embassy repo. | Dario Nieuwenhuis | 2023-05-30 | 3 | -0/+360 |
| * | Switch to DMA, use new clocks, don't take ownership of pio common | Caleb Jamison | 2023-05-19 | 1 | -13/+31 |
| * | Pin fix, improve fifo handling | Caleb Jamison | 2023-05-19 | 1 | -1/+5 |