aboutsummaryrefslogtreecommitdiff
path: root/examples/rp23/src/bin
Commit message (Expand)AuthorAgeFilesLines
* rename `rp23` (?) folder to `rp235x`; fix `ci.sh` to use `rp235x` folderCurly2025-02-2351-4231/+0
* rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-183-5/+8
* Remove ImageDef from rp23 examples9names2025-02-1651-255/+0
* Update documentationFlamenco2025-02-081-1/+1
* examples/rp: remove unneeded sio spinlock stuck bug workarounds.Dario Nieuwenhuis2025-02-062-2/+0
* RP235x: support new FIFO options, set IE, OD on PIO pins.Pedro Ferreira2025-01-151-0/+116
* Fixes ci (hopefully)Bailey Townsend2024-12-281-3/+2
* Added new param to examples and created a pico plus 2 w exampleBailey Townsend2024-12-281-0/+94
* Remove manual settings of `composite_with_iads=true`Eekle2024-12-241-7/+0
* cargo +nightly fmtTommy Gilligan2024-12-101-1/+1
* rp23: port usb_hid_keyboard example from rpTommy Gilligan2024-12-081-0/+193
* Merge pull request #3600 from embassy-rs/patch-1Dario Nieuwenhuis2024-12-021-1/+1
|\
| * Add `set_config` method to RP SPI driverdstric-aqueduct2024-12-031-1/+1
* | formattingrafael2024-12-021-1/+1
* | formattingrafael2024-12-021-1/+1
* | correct rp pwm dutycycle examples: desired frequencyrafael2024-12-022-7/+14
|/
* update spi_display example for rp23Georges Palauqui2024-10-271-149/+14
* cheaper motors need lower pwm frequencyrafael2024-10-211-6/+6
* add pwm frequency to examplesrafael2024-10-212-12/+15
* also add to the rp pwm examplerafael2024-10-211-4/+4
* rustfmtrafael2024-10-212-6/+2
* change existing pwm example to reflect both existing ways to use pwm outputrafael2024-10-211-7/+48
* rustfmtrafael2024-10-201-8/+7
* embassy_rp: implement pwm traits from embedded_halrafael2024-10-201-0/+114
* fmt examples tooCaleb Jamison2024-10-092-7/+4
* Fix rp23 i2s example, boot_sel isn't supported yet.Caleb Jamison2024-10-091-2/+5
* Move pio programs into embassy-rpCaleb Jamison2024-10-099-685/+395
* Remove binary_info blocks from most examples. (#3385)Caleb Jamison2024-10-0145-445/+8
* TRNG support for 235xUgljesa Jovanovic2024-09-171-0/+64
* Fixup: forgot to rename fn in exampleCaleb Jamison2024-08-291-2/+2
* Import otp from rp-hal, helper fns for chipid and randidCaleb Jamison2024-08-291-0/+46
* rp235x flash support.Caleb Jamison2024-08-291-12/+3
* rp: use the rp-binary-info crate for binary info.Dario Nieuwenhuis2024-08-1743-172/+172
* cargo fmtCaleb Jamison2024-08-0843-84/+44
* Initial rp235x supportCaleb Jamison2024-08-0843-0/+4731