aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
Commit message (Expand)AuthorAgeFilesLines
...
* rp: Update changelog for embassy-rp 0.4.0 release9names2025-03-091-0/+3
* rp: Bump embassy-rp version number for release9names2025-03-091-1/+1
* rp/pio: Use crates.io version of pio in embassy-rp9names2025-03-091-1/+1
* Merge pull request #3935 from edenbarby/mainUlf Lilleengen2025-03-064-5/+13
|\
| * Added access to the byte swap flag for RP2*** chips for the PIO state machine...eden barby2025-03-014-5/+13
* | rp: Add unreleased changes to changelog9names2025-03-021-0/+7
|/
* doc: Fix "the the"Ronald Weber2025-02-192-5/+4
* rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-189-16/+20
* rp: remove typo'd `feature` that was doing nothing.Dario Nieuwenhuis2025-02-181-1/+1
* rp/pio: move instructions to methods of the SM.Dario Nieuwenhuis2025-02-182-80/+82
* Don't try to run doc-example for imagedef-none9names2025-02-161-1/+1
* Add rp235x imagedef features (based on rp2040 boot2 features)9names2025-02-162-1/+48
* Expose the watchdog reset reasonSebastian Scholz2025-02-121-0/+22
* Rename readers with get_, per CBJamo review. Tweak use_program docstring.Steve Work2025-02-071-14/+4
* Add PIO functions.Steve Work2025-02-061-0/+55
* rp: add changelog for embassy-rp v0.3.1.Dario Nieuwenhuis2025-02-061-0/+12
* Merge pull request #3851 from embassy-rs/rp23-atomics-fixDario Nieuwenhuis2025-02-052-12/+51
|\
| * rp: make atomics work properly between cores in rp235x.Dario Nieuwenhuis2025-02-052-0/+22
| * rp: Workaround "SIO spinlock stuck bug", reset PROC1 at boot.Dario Nieuwenhuis2025-02-051-12/+29
* | Merge pull request #3763 from robot-rover/fix_rp2040_time_driverDario Nieuwenhuis2025-02-041-3/+3
|\ \ | |/ |/|
| * run rustfmtSamuel O'Brien2025-01-121-1/+0
| * rp: Fix time driver hangSamuel O'Brien2025-01-121-2/+3
* | Correct ADC channels for RP2350XBflippette2025-01-301-3/+13
* | Merge pull request #3810 from Freax13/enhancement/invalid-i2c-rpDario Nieuwenhuis2025-01-262-13/+5
|\ \
| * | remove checks for reserved I2c addressesTom Dohrmann2025-01-262-13/+5
* | | Update Cargo.tomlJames Munns2025-01-261-1/+3
|/ /
* | fix: enable RP2350 watchdog tick generatorAdrian Wowk2025-01-151-1/+6
* | chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
* | RP235x: support new FIFO options, set IE, OD on PIO pins.Pedro Ferreira2025-01-152-2/+48
|/
* Merge pull request #3729 from embassy-rs/update-nrf-rpDario Nieuwenhuis2025-01-064-10/+19
|\
| * Fixes for new PACs.Dario Nieuwenhuis2025-01-062-8/+8
| * changelog fixesDario Nieuwenhuis2025-01-061-0/+2
| * Bump pac versionUlf Lilleengen2025-01-061-1/+1
| * Bump the versionsUlf Lilleengen2025-01-061-1/+1
| * Update changelogsUlf Lilleengen2025-01-061-0/+7
* | `embassy-rp`: add `set_pullup()` for `OutputOpenDrain`Georges Palauqui2025-01-061-0/+10
|/
* Fix search-and-replacabilityDániel Buga2025-01-051-5/+5
* Desugar some async fnsDániel Buga2024-12-301-4/+4
* Rename ETQD, bump dateDániel Buga2024-12-222-3/+3
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-4/+4
* Merge pull request #3593 from bugadani/refactorDario Nieuwenhuis2024-12-162-122/+55
|\
| * Merge time-driver and time-queue-driver traits, make HALs own and handle the ...Dario Nieuwenhuis2024-12-131-33/+45
| * Refactor integrated-timersDániel Buga2024-12-102-106/+27
* | i2s frequency relative to sysclkvinsynth2024-12-141-2/+1
* | add sysclk frequency argument to PioI2Out::newvinsynth2024-12-141-1/+2
|/
* Add `set_config` method to RP SPI driverdstric-aqueduct2024-12-031-18/+34
* Merge pull request #3543 from ionspin/rp2350_otp_writeDario Nieuwenhuis2024-12-021-2/+69
|\
| * Add OTP writeUgljesa Jovanovic2024-11-161-2/+69
* | Use inline const for initializing arrays. (#3567)Dario Nieuwenhuis2024-11-245-18/+11
* | Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
|/