aboutsummaryrefslogtreecommitdiff
path: root/examples/rp23/src/bin
Commit message (Collapse)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
| | | Update comment to specify the correct rp chip identifier
* examples/rp: remove unneeded sio spinlock stuck bug workarounds.Dario Nieuwenhuis2025-02-062-2/+0
| | | | This is now workarounded by embassy-rp itself.
* 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 driver (rebased #3419)
| * Add `set_config` method to RP SPI driverdstric-aqueduct2024-12-031-1/+1
| | | | | | | | | | | | | | | | Add a `set_config` method to `Spi` to allow reconfiguring SPI mode after creation. The existing implementation of the `embassy-embedded-hal` trait `SetConfig` is changed to use the new method. Existing uses of `SetConfig` trait may need to explicitly call the trait method to maintain current return type.
* | 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
| | | | • Update crate versions • Implement embedded-hal PWM traits • Add TB6612FNG motor driver example
* 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
| | | | | Again, credit to @thejpster for doing the hard part and figuring out the otp.
* rp235x flash support.Caleb Jamison2024-08-291-12/+3
| | | | | | | | | | | | | The 2350 doesn't have a boot2 like the 2040, but it does have the concept of a xip setup function that could be customized. By default the bootrom searches for the attached flash chip and provides an xip setup func at the base of the bootram. That bootram is not executable, so it still needs to be copied to ram like boot2 would be. Currently does not use inline assembly. Also switch to picotool, as elf2uf2 has not been patched to support the 2350.
* 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
Examples have been run, but there is not yet a test suite.