| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename `rp23` (?) folder to `rp235x`; fix `ci.sh` to use `rp235x` folder | Curly | 2025-02-23 | 51 | -4231/+0 |
| | | |||||
| * | rp/pio: update pio-rs crate, reexport it so users don't get version mismatches. | Dario Nieuwenhuis | 2025-02-18 | 3 | -5/+8 |
| | | |||||
| * | Remove ImageDef from rp23 examples | 9names | 2025-02-16 | 51 | -255/+0 |
| | | |||||
| * | Update documentation | Flamenco | 2025-02-08 | 1 | -1/+1 |
| | | | | Update comment to specify the correct rp chip identifier | ||||
| * | examples/rp: remove unneeded sio spinlock stuck bug workarounds. | Dario Nieuwenhuis | 2025-02-06 | 2 | -2/+0 |
| | | | | | This is now workarounded by embassy-rp itself. | ||||
| * | RP235x: support new FIFO options, set IE, OD on PIO pins. | Pedro Ferreira | 2025-01-15 | 1 | -0/+116 |
| | | |||||
| * | Fixes ci (hopefully) | Bailey Townsend | 2024-12-28 | 1 | -3/+2 |
| | | |||||
| * | Added new param to examples and created a pico plus 2 w example | Bailey Townsend | 2024-12-28 | 1 | -0/+94 |
| | | |||||
| * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 1 | -7/+0 |
| | | |||||
| * | cargo +nightly fmt | Tommy Gilligan | 2024-12-10 | 1 | -1/+1 |
| | | |||||
| * | rp23: port usb_hid_keyboard example from rp | Tommy Gilligan | 2024-12-08 | 1 | -0/+193 |
| | | |||||
| * | Merge pull request #3600 from embassy-rs/patch-1 | Dario Nieuwenhuis | 2024-12-02 | 1 | -1/+1 |
| |\ | | | | | | | Add set_config method to RP SPI driver (rebased #3419) | ||||
| | * | Add `set_config` method to RP SPI driver | dstric-aqueduct | 2024-12-03 | 1 | -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. | ||||
| * | | formatting | rafael | 2024-12-02 | 1 | -1/+1 |
| | | | |||||
| * | | formatting | rafael | 2024-12-02 | 1 | -1/+1 |
| | | | |||||
| * | | correct rp pwm dutycycle examples: desired frequency | rafael | 2024-12-02 | 2 | -7/+14 |
| |/ | |||||
| * | update spi_display example for rp23 | Georges Palauqui | 2024-10-27 | 1 | -149/+14 |
| | | |||||
| * | cheaper motors need lower pwm frequency | rafael | 2024-10-21 | 1 | -6/+6 |
| | | |||||
| * | add pwm frequency to examples | rafael | 2024-10-21 | 2 | -12/+15 |
| | | |||||
| * | also add to the rp pwm example | rafael | 2024-10-21 | 1 | -4/+4 |
| | | |||||
| * | rustfmt | rafael | 2024-10-21 | 2 | -6/+2 |
| | | |||||
| * | change existing pwm example to reflect both existing ways to use pwm output | rafael | 2024-10-21 | 1 | -7/+48 |
| | | |||||
| * | rustfmt | rafael | 2024-10-20 | 1 | -8/+7 |
| | | |||||
| * | embassy_rp: implement pwm traits from embedded_hal | rafael | 2024-10-20 | 1 | -0/+114 |
| | | | | | • Update crate versions • Implement embedded-hal PWM traits • Add TB6612FNG motor driver example | ||||
| * | fmt examples too | Caleb Jamison | 2024-10-09 | 2 | -7/+4 |
| | | |||||
| * | Fix rp23 i2s example, boot_sel isn't supported yet. | Caleb Jamison | 2024-10-09 | 1 | -2/+5 |
| | | |||||
| * | Move pio programs into embassy-rp | Caleb Jamison | 2024-10-09 | 9 | -685/+395 |
| | | |||||
| * | Remove binary_info blocks from most examples. (#3385) | Caleb Jamison | 2024-10-01 | 45 | -445/+8 |
| | | |||||
| * | TRNG support for 235x | Ugljesa Jovanovic | 2024-09-17 | 1 | -0/+64 |
| | | |||||
| * | Fixup: forgot to rename fn in example | Caleb Jamison | 2024-08-29 | 1 | -2/+2 |
| | | |||||
| * | Import otp from rp-hal, helper fns for chipid and randid | Caleb Jamison | 2024-08-29 | 1 | -0/+46 |
| | | | | | | Again, credit to @thejpster for doing the hard part and figuring out the otp. | ||||
| * | rp235x flash support. | Caleb Jamison | 2024-08-29 | 1 | -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 Nieuwenhuis | 2024-08-17 | 43 | -172/+172 |
| | | |||||
| * | cargo fmt | Caleb Jamison | 2024-08-08 | 43 | -84/+44 |
| | | |||||
| * | Initial rp235x support | Caleb Jamison | 2024-08-08 | 43 | -0/+4731 |
| Examples have been run, but there is not yet a test suite. | |||||
