aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add overclock example for RP2040 with 200 MHz clock configuration1-rafael-12025-04-261-0/+60
|/
* Updated the pio onewire exampleMarc2025-04-251-49/+53
|
* rp: i2c-slave example: fix twice-swapped sda/sclMatt Johnston2025-04-151-6/+6
| | | | | sda and scl were swapped twice. The code worked, but would be confusing trying to interface with pins externally.
* update WiFi credentials to placeholders1-rafael-12025-04-131-2/+2
|
* 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/+38
|
* Added access to the byte swap flag for RP2*** chips for the PIO state ↵eden barby2025-03-011-2/+2
| | | | machine DMA calls.
* rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-182-4/+6
|
* 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-132-0/+278
|
* examples/rp: remove unneeded sio spinlock stuck bug workarounds.Dario Nieuwenhuis2025-02-062-2/+0
| | | | This is now workarounded by embassy-rp itself.
* Merge pull request #3701 from 1-rafael-1/improve-orchestrate-exampleDario Nieuwenhuis2025-01-071-155/+156
|\ | | | | Improve orchestrate_tasks example: shared state and better documentation
| * 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
| | | | | | | | | | | | Add mutex-protected shared system state Improve task coordination and signaling Add more documentation
* | 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-221-150/+0
|
* Merge pull request #3024 from bsodmike/fix_rp_wifi_exampleDario Nieuwenhuis2024-12-021-5/+0
|\ | | | | | | Update RP Wifi Scan Example: Remove code that isn't used by the example (minor cleanup)
| * 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
|\ \ | |/ |/| | | Add set_config method to RP SPI driver (rebased #3419)
| * 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
|/
* fix fmtGeorges Palauqui2024-11-051-1/+1
|
* add second example fo SPI display on RPGeorges Palauqui2024-11-051-0/+126
|
* Merge pull request #3467 from Georges760/upd-ex-spi-displayUlf Lilleengen2024-11-051-150/+15
|\ | | | | | | Update example spi_display for RP/RP23 to use mipidsi instead of ST7789 crate
| * update spi_display example for rpGeorges Palauqui2024-10-271-150/+15
| |
* | Added ReceiverHandler to loggerBjorn2024-10-311-0/+64
|/
* update path to cyw43 firmware in `wifi_blinky.rs` commentsBrad Gibson2024-10-221-2/+2
|
* add pwm frequency to examplesrafael2024-10-211-2/+8
|
* also add to the rp pwm examplerafael2024-10-211-6/+46
|
* fmt examples tooCaleb Jamison2024-10-092-7/+4
|
* Move pio programs into embassy-rpCaleb Jamison2024-10-099-972/+131
|
* Fixed overflow on `pio_stepper.rs`Paul Fornage2024-10-021-1/+1
|
* rp: Add PIO example for one-wire temperature sensorkalkyl2024-09-171-0/+155
|
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-169-76/+52
|
* cyw43: add support for WPA3 and more extensive security options.Dario Nieuwenhuis2024-09-092-4/+10
|
* rp: add example code to flash bluetooth fw (#3290)Pedro Ferreira2024-08-261-0/+2
|
* chore: Remove unused keyboard code from rp mouse exampleJames Bowes2024-08-261-7/+0
| | | | | | The usb mouse example included code copied from the keyboard example to set up a button, which is not used in the mouse example. Remove it, to make the example clearer.
* Merge pull request #3216 from 1-rafael-1/rp-example-orchestrate-tasksDario Nieuwenhuis2024-08-131-0/+318
|\ | | | | | | add example to rp: orchestrate multiple tasks
| * review commentsrafael2024-07-281-7/+59
| |
| * add example to rp: orchestrate multiple tasksrafael2024-07-271-1/+1
| |
| * add example to rp: orchestrate multiple tasksrafael2024-07-271-2/+1
| |
| * add example to rp: orchestrate multiple tasksrafael2024-07-271-0/+267
| |
* | Merge pull request #3232 from embassy-rs/misc-fixes-44Dario Nieuwenhuis2024-08-078-19/+14
|\ \ | | | | | | | | | Misc fixes.