aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
Commit message (Expand)AuthorAgeFilesLines
...
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-1/+1
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-2712-25/+39
* rp/pio: Update cyw43-pio to use new version of embassy-rp9names2025-03-091-1/+1
* rp: Update embassy-rp version in examples and tests9names2025-03-091-1/+1
* Added access to the byte swap flag for RP2*** chips for the PIO state machine...eden barby2025-03-011-2/+2
* rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-183-6/+6
* chore: prepare embassy-net releaseUlf Lilleengen2025-02-141-1/+1
* fix: update exampleskkeye2025-02-131-1/+1
* fix: nightly fmtskkeye2025-02-132-14/+15
* examples/rp: add examples using ICMP sockets and the ping utilityskkeye2025-02-133-1/+279
* examples/rp: remove unneeded sio spinlock stuck bug workarounds.Dario Nieuwenhuis2025-02-062-2/+0
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
* RP235x: support new FIFO options, set IE, OD on PIO pins.Pedro Ferreira2025-01-151-2/+2
* Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.Dario Nieuwenhuis2025-01-151-2/+2
* Merge pull request #3701 from 1-rafael-1/improve-orchestrate-exampleDario Nieuwenhuis2025-01-071-155/+156
|\
| * fmt1-rafael-12024-12-311-1/+1
| * fmt1-rafael-12024-12-311-1/+2
| * Improve orchestrate_tasks example with shared state and better documentation1-rafael-12024-12-311-156/+156
* | Remove useless patches in examples.Dario Nieuwenhuis2025-01-071-8/+0
* | Update cyw43, nrf, rp hals and embassy-bootUlf Lilleengen2025-01-061-3/+3
* | Prepare embassy-net driversDániel Buga2025-01-051-1/+1
* | Prepare embassy-net 0.6Dániel Buga2025-01-051-1/+1
* | Prepare embassy-embedded-hal 0.3Dániel Buga2025-01-051-1/+1
* | Fix broken link to WIZnet W5500-EVB-Picolonesometraveler2025-01-024-4/+4
|/
* Added new param to examples and created a pico plus 2 w exampleBailey Townsend2024-12-285-10/+55
* Remove manual settings of `composite_with_iads=true`Eekle2024-12-247-48/+0
* Remove bluetooth example and trouble dependenciesDániel Buga2024-12-222-155/+1
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
* Merge pull request #3024 from bsodmike/fix_rp_wifi_exampleDario Nieuwenhuis2024-12-021-5/+0
|\
| * Remove code that isn't used by the exampleMichael de Silva2024-12-031-5/+0
* | Merge pull request #3600 from embassy-rs/patch-1Dario Nieuwenhuis2024-12-021-2/+1
|\ \ | |/ |/|
| * examples/rp: update sdmmc.Dario Nieuwenhuis2024-12-031-2/+1
* | formattingrafael2024-12-021-1/+1
* | formattingrafael2024-12-021-4/+4
* | correct rp pwm dutycycle examples: desired frequencyrafael2024-12-021-4/+8
|/
* net: release v0.5.0Dario Nieuwenhuis2024-11-281-1/+1
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
* Merge pull request #1660 from Georges760/examples/rp/spi_gc9a01Ulf Lilleengen2024-11-142-0/+127
|\
| * fix fmtGeorges Palauqui2024-11-051-1/+1
| * add second example fo SPI display on RPGeorges Palauqui2024-11-052-0/+127
* | Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
* | Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
|/
* Merge pull request #3467 from Georges760/upd-ex-spi-displayUlf Lilleengen2024-11-052-154/+19
|\
| * update spi_display example for rpGeorges Palauqui2024-10-272-154/+19
* | Added ReceiverHandler to loggerBjorn2024-10-311-0/+64
|/
* update path to cyw43 firmware in `wifi_blinky.rs` commentsBrad Gibson2024-10-221-2/+2
* Merge pull request #3433 from 1-rafael-1/rp-pwm-embedded-hal-traitsUlf Lilleengen2024-10-221-6/+52
|\
| * add pwm frequency to examplesrafael2024-10-211-2/+8
| * also add to the rp pwm examplerafael2024-10-211-6/+46