aboutsummaryrefslogtreecommitdiff
path: root/examples/rp235x/src
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix rp235x pio_i2s example comment9names2025-12-031-2/+2
|
* Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocolUlf Lilleengen2025-11-121-24/+61
|\ | | | | | | Add support for changing hid protocol mode in embassy-usb
| * Merge branch 'main' into 17-add-support-for-boot-protocolMatteo Meluzzi2025-10-2418-29/+25
| |
| * Merge branch 'main' into 17-add-support-for-boot-protocolMatteo Meluzzi2025-10-021-0/+72
| |\
| * | update hid mouse and keyboard examplesmatteo2025-10-011-24/+53
| | |
| * | rename HidSubclass to match hid specmatteo2025-10-011-1/+1
| | |
| * | review commentsmatteo2025-09-301-2/+6
| | |
| * | update hid examplesmatteo2025-09-231-1/+5
| | |
* | | Correct the temperature reading to preserve the sign bitsMichael Turner2025-11-022-2/+2
| | |
* | | Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-0617-26/+22
| | |
* | | Edition 2024.Dario Nieuwenhuis2025-10-062-3/+3
| |/ |/|
* | examples/rp235x: Add multicore stack overflow example9names2025-09-211-0/+72
|/
* rp/pio: Copy onewire examples from rp to rp235xMatt Johnston2025-09-142-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 binaryThor McAvenia2025-09-051-0/+81
|
* Merge pull request #4496 from variegated-coffee/psramDario Nieuwenhuis2025-09-051-0/+49
|\ | | | | | | feat(embassy-rp): RP2350 - Add support for QMI CS1, and for APS6404L PSRAM
| * Manual rustfmt fixMagnus Nordlander2025-08-051-0/+1
| |
| * Apply rustfmtMagnus Nordlander2025-08-051-4/+3
| |
| * Interface changes and added exampleMagnus Nordlander2025-08-051-0/+49
| |
* | Fix examplesdiondokter2025-08-296-14/+14
| |
* | executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-2917-36/+34
| |
* | Add examples for wiznet devboardriceman20002025-08-076-0/+795
|/
* RP2350: Fix PIO clock divider in the blinky Wi-Fi exampleBailey Quarters2025-07-171-2/+4
|
* make usb endpoint allocator methods accept an optional EndpointAddresskorbin2025-07-131-2/+2
|
* Merge pull request #4193 from embediver/pio-i2s-bit-depth-configDario Nieuwenhuis2025-05-181-2/+0
|\ | | | | embassy-rp: Make bit-depth of I2S PIO program configurable
| * Fix example for rp235xMarvin Gudel2025-05-131-2/+0
| |
* | Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-182-4/+2
| | | | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
* | Merge pull request #4187 from 1-rafael-1/rp235x-overclockingDario Nieuwenhuis2025-05-131-0/+74
|\ \ | |/ |/| | | RP235x overclocking
| * remove Debug2Fmt from examples1-rafael-12025-05-121-1/+1
| |
| * Add ClockError enum and update system_freq to return Result for error handling1-rafael-12025-05-121-1/+1
| |
| * rp235x overclocking1-rafael-12025-05-111-0/+74
| |
* | Merge pull request #4155 from marcemmers/remove-instance-from-rp-uart-typeUlf Lilleengen2025-05-093-3/+3
|\ \ | | | | | | [embassy-rp] Remove <T: Instance> from Uart and BufferedUart
| * | Fix examples for rp235xMarc2025-05-023-3/+3
| |/
* | Merge pull request #4170 from ↵Ulf Lilleengen2025-05-094-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 unsafeHiroaki Yutani2025-05-064-4/+4
| |/
* / Handle negative valueHiroaki Yutani2025-05-051-2/+2
|/
* Merge pull request #4082 from markmurphydev/patch-1Dario Nieuwenhuis2025-04-181-1/+1
|\ | | | | | | Update blinky_wifi example name
| * Update blinky_wifi example nameMark Murphy2025-04-121-1/+1
| | | | | | The RP pico w 2 blinky example is currently called `blinky_wifi`
* | Update adc.rsrafael2025-04-141-1/+1
| |
* | Update adc.rsrafael2025-04-141-2/+2
| |
* | update documentation and examples to mention RP235x1-rafael-12025-04-1326-31/+31
|/
* remove incompatible device classes and protocol from RP webusb exampleJuliDi2025-04-111-6/+0
|
* BufferedUart initializationMichael Gomez2025-04-041-1/+1
| | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304.
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-2711-24/+33
|
* Added access to the byte swap flag for RP2*** chips for the PIO state ↵eden barby2025-03-011-2/+2
| | | | machine DMA calls.
* rename `Pimoroni Pico Plus 2` example to group alphabetically with other ↵Curly2025-02-231-1/+1
| | | | `blinky` projects
* add `rp235x` blinky_wifi.rs` to support RPi Pico 2 WCurly2025-02-231-0/+89
|
* rename `rp23` (?) folder to `rp235x`; fix `ci.sh` to use `rp235x` folderCurly2025-02-2351-0/+4231