| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: fix rp235x pio_i2s example comment | 9names | 2025-12-03 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocol | Ulf Lilleengen | 2025-11-12 | 1 | -24/+61 |
| |\ | | | | | | | Add support for changing hid protocol mode in embassy-usb | ||||
| | * | Merge branch 'main' into 17-add-support-for-boot-protocol | Matteo Meluzzi | 2025-10-24 | 18 | -29/+25 |
| | | | |||||
| | * | Merge branch 'main' into 17-add-support-for-boot-protocol | Matteo Meluzzi | 2025-10-02 | 1 | -0/+72 |
| | |\ | |||||
| | * | | update hid mouse and keyboard examples | matteo | 2025-10-01 | 1 | -24/+53 |
| | | | | |||||
| | * | | rename HidSubclass to match hid spec | matteo | 2025-10-01 | 1 | -1/+1 |
| | | | | |||||
| | * | | review comments | matteo | 2025-09-30 | 1 | -2/+6 |
| | | | | |||||
| | * | | update hid examples | matteo | 2025-09-23 | 1 | -1/+5 |
| | | | | |||||
| * | | | Correct the temperature reading to preserve the sign bits | Michael Turner | 2025-11-02 | 2 | -2/+2 |
| | | | | |||||
| * | | | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 17 | -26/+22 |
| | | | | |||||
| * | | | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -3/+3 |
| | |/ |/| | |||||
| * | | examples/rp235x: Add multicore stack overflow example | 9names | 2025-09-21 | 1 | -0/+72 |
| |/ | |||||
| * | rp/pio: Copy onewire examples from rp to rp235x | Matt Johnston | 2025-09-14 | 2 | -49/+143 |
| | | | | | | | The rp pio_onewire example was updated on cd27a8a06b0160d654ebed7b89ca473041710235 but not rp235x. Copy them to be the same. | ||||
| * | Add PioI2sIn, PioI2sInProgram, and example binary | Thor McAvenia | 2025-09-05 | 1 | -0/+81 |
| | | |||||
| * | Merge pull request #4496 from variegated-coffee/psram | Dario Nieuwenhuis | 2025-09-05 | 1 | -0/+49 |
| |\ | | | | | | | feat(embassy-rp): RP2350 - Add support for QMI CS1, and for APS6404L PSRAM | ||||
| | * | Manual rustfmt fix | Magnus Nordlander | 2025-08-05 | 1 | -0/+1 |
| | | | |||||
| | * | Apply rustfmt | Magnus Nordlander | 2025-08-05 | 1 | -4/+3 |
| | | | |||||
| | * | Interface changes and added example | Magnus Nordlander | 2025-08-05 | 1 | -0/+49 |
| | | | |||||
| * | | Fix examples | diondokter | 2025-08-29 | 6 | -14/+14 |
| | | | |||||
| * | | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 17 | -36/+34 |
| | | | |||||
| * | | Add examples for wiznet devboard | riceman2000 | 2025-08-07 | 6 | -0/+795 |
| |/ | |||||
| * | RP2350: Fix PIO clock divider in the blinky Wi-Fi example | Bailey Quarters | 2025-07-17 | 1 | -2/+4 |
| | | |||||
| * | make usb endpoint allocator methods accept an optional EndpointAddress | korbin | 2025-07-13 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #4193 from embediver/pio-i2s-bit-depth-config | Dario Nieuwenhuis | 2025-05-18 | 1 | -2/+0 |
| |\ | | | | | embassy-rp: Make bit-depth of I2S PIO program configurable | ||||
| | * | Fix example for rp235x | Marvin Gudel | 2025-05-13 | 1 | -2/+0 |
| | | | |||||
| * | | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 2 | -4/+2 |
| | | | | | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]> | ||||
| * | | Merge pull request #4187 from 1-rafael-1/rp235x-overclocking | Dario Nieuwenhuis | 2025-05-13 | 1 | -0/+74 |
| |\ \ | |/ |/| | | | RP235x overclocking | ||||
| | * | remove Debug2Fmt from examples | 1-rafael-1 | 2025-05-12 | 1 | -1/+1 |
| | | | |||||
| | * | Add ClockError enum and update system_freq to return Result for error handling | 1-rafael-1 | 2025-05-12 | 1 | -1/+1 |
| | | | |||||
| | * | rp235x overclocking | 1-rafael-1 | 2025-05-11 | 1 | -0/+74 |
| | | | |||||
| * | | Merge pull request #4155 from marcemmers/remove-instance-from-rp-uart-type | Ulf Lilleengen | 2025-05-09 | 3 | -3/+3 |
| |\ \ | | | | | | | [embassy-rp] Remove <T: Instance> from Uart and BufferedUart | ||||
| | * | | Fix examples for rp235x | Marc | 2025-05-02 | 3 | -3/+3 |
| | |/ | |||||
| * | | Merge pull request #4170 from ↵ | Ulf Lilleengen | 2025-05-09 | 4 | -4/+4 |
| |\ \ | | | | | | | | | | | | | yutannihilation/chore/fix-unsafe-attribute-rust2024 chore: Wrap `link_section` attribute in example code with `unsafe()` for compatibility with Rust 2024 edition | ||||
| | * | | chore: Wrap link_section attribute with unsafe | Hiroaki Yutani | 2025-05-06 | 4 | -4/+4 |
| | |/ | |||||
| * / | Handle negative value | Hiroaki Yutani | 2025-05-05 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #4082 from markmurphydev/patch-1 | Dario Nieuwenhuis | 2025-04-18 | 1 | -1/+1 |
| |\ | | | | | | | Update blinky_wifi example name | ||||
| | * | Update blinky_wifi example name | Mark Murphy | 2025-04-12 | 1 | -1/+1 |
| | | | | | | | The RP pico w 2 blinky example is currently called `blinky_wifi` | ||||
| * | | Update adc.rs | rafael | 2025-04-14 | 1 | -1/+1 |
| | | | |||||
| * | | Update adc.rs | rafael | 2025-04-14 | 1 | -2/+2 |
| | | | |||||
| * | | update documentation and examples to mention RP235x | 1-rafael-1 | 2025-04-13 | 26 | -31/+31 |
| |/ | |||||
| * | remove incompatible device classes and protocol from RP webusb example | JuliDi | 2025-04-11 | 1 | -6/+0 |
| | | |||||
| * | BufferedUart initialization | Michael Gomez | 2025-04-04 | 1 | -1/+1 |
| | | | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304. | ||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 11 | -24/+33 |
| | | |||||
| * | Added access to the byte swap flag for RP2*** chips for the PIO state ↵ | eden barby | 2025-03-01 | 1 | -2/+2 |
| | | | | | machine DMA calls. | ||||
| * | rename `Pimoroni Pico Plus 2` example to group alphabetically with other ↵ | Curly | 2025-02-23 | 1 | -1/+1 |
| | | | | | `blinky` projects | ||||
| * | add `rp235x` blinky_wifi.rs` to support RPi Pico 2 W | Curly | 2025-02-23 | 1 | -0/+89 |
| | | |||||
| * | rename `rp23` (?) folder to `rp235x`; fix `ci.sh` to use `rp235x` folder | Curly | 2025-02-23 | 51 | -0/+4231 |
