aboutsummaryrefslogtreecommitdiff
path: root/examples/rp23
Commit message (Collapse)AuthorAgeFilesLines
* rename `rp23` (?) folder to `rp235x`; fix `ci.sh` to use `rp235x` folderCurly2025-02-2356-4417/+0
|
* rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-184-7/+8
|
* Merge pull request #3890 from 9names/imagedef-featureDario Nieuwenhuis2025-02-1651-255/+0
|\ | | | | | | rp: add ImageDef features
| * Remove ImageDef from rp23 examples9names2025-02-1651-255/+0
| |
* | Use probe-rs as default runner for rp23 examples9names2025-02-161-2/+2
|/
* chore: prepare embassy-net releaseUlf Lilleengen2025-02-141-1/+1
|
* 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.
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* RP235x: support new FIFO options, set IE, OD on PIO pins.Pedro Ferreira2025-01-152-2/+118
|
* Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.Dario Nieuwenhuis2025-01-151-2/+2
|
* 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
|
* 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
|
* Remove bluetooth example and trouble dependenciesDániel Buga2024-12-221-5/+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
|
* 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
|/
* net: release v0.5.0Dario Nieuwenhuis2024-11-281-1/+1
|
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
|
* Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
|
* update spi_display example for rp23Georges Palauqui2024-10-272-153/+18
|
* Merge pull request #3433 from 1-rafael-1/rp-pwm-embedded-hal-traitsUlf Lilleengen2024-10-223-7/+163
|\ | | | | | | embassy_rp: implement pwm traits from embedded_hal
| * 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-202-0/+117
| | | | | | | | • Update crate versions • Implement embedded-hal PWM traits • Add TB6612FNG motor driver example
* | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
|/
* Merge pull request #3407 from CBJamo/pio_programsDario Nieuwenhuis2024-10-139-684/+394
|\ | | | | | | rp: Move pio programs into embassy-rp
| * 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
| |
* | Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.Dario Nieuwenhuis2024-10-071-2/+0
|/
* Remove binary_info blocks from most examples. (#3385)Caleb Jamison2024-10-0145-445/+8
|
* rp23: add missing binary info in linker scriptRomain Reignier2024-09-261-0/+1
| | | | | | See https://github.com/rp-rs/rp-hal/issues/853 And https://github.com/rp-rs/rp-hal/pull/854