aboutsummaryrefslogtreecommitdiff
path: root/examples/rp235x
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix rp235x pio_i2s example comment9names2025-12-031-2/+2
|
* chore: release embassy-rp, cyw43 and cyw43-pioUlf Lilleengen2025-11-271-3/+3
|
* chore: bump usbd-hid versionHaobo Gu2025-11-251-1/+1
| | | | Signed-off-by: Haobo Gu <[email protected]>
* 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-2419-30/+26
| |
| * 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-063-4/+4
| |/ |/|
* | 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
| |
* | chore: prepare cyw43-pio releaseUlf Lilleengen2025-08-281-1/+1
| |
* | fix: version bumpsUlf Lilleengen2025-08-281-1/+1
| |
* | fix: update more minor versionsUlf Lilleengen2025-08-271-1/+1
| |
* | fix: remaining versionsUlf Lilleengen2025-08-261-1/+1
| |
* | chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-10/+10
| |
* | Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+6
| | | | | | | | examples/tests.
* | fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | | | | | * Add newtype for moved type to preserve API compat
* | Add examples for wiznet devboardriceman20002025-08-077-1/+796
| |
* | chore: bump versionsUlf Lilleengen2025-08-041-1/+1
| |
* | chore: bump nrf and rp hal versionsUlf Lilleengen2025-08-041-1/+1
| |
* | Release embassy-embedded-hal v0.4Dario Nieuwenhuis2025-08-031-1/+1
| |
* | chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|/
* chore: bump embassy-usb-logger versionHaobo Gu2025-07-221-1/+1
| | | | Signed-off-by: Haobo Gu <[email protected]>
* RP2350: Fix PIO clock divider in the blinky Wi-Fi exampleBailey Quarters2025-07-171-2/+4
|
* chore: Release cyw43-pio version 0.5.1Ulf Lilleengen2025-07-161-1/+1
|
* chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0Ulf Lilleengen2025-07-161-1/+1
|
* chore: Release embassy-usb version 0.5.0Ulf Lilleengen2025-07-161-1/+1
|
* chore: Release embassy-embedded-hal version 0.3.1Ulf Lilleengen2025-07-161-1/+1
|
* Merge pull request #4397 from korbin/allocate-numbered-endpointsDario Nieuwenhuis2025-07-151-2/+2
|\ | | | | | | Make USB endpoint allocator methods accept an optional `EndpointAddress`
| * make usb endpoint allocator methods accept an optional EndpointAddresskorbin2025-07-131-2/+2
| |
* | RP2350: Correct SRAM8 and SRAM9 base addresses in example memory.xBailey Quarters2025-07-151-2/+2
| |
* | chore: bump cyw43-pio dependencyUlf Lilleengen2025-07-151-1/+1
| |
* | chore: bump cyw43 versionUlf Lilleengen2025-07-151-1/+1
| |
* | chore: prepare embassy-rp for releaseUlf Lilleengen2025-07-151-1/+1
|/
* Minimise profile tweaking in rp examples9names2025-06-271-5/+2
|
* Fix Release and Dev Profiles Being Backwards in rp235x ExamplesNicholas Fasching2025-06-261-2/+2
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* 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