aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
Commit message (Expand)AuthorAgeFilesLines
* removed unused variablesfix-input-sync-bypassdiogo4642025-12-191-2/+2
* embassy-rp: fix set_input_sync_bypass pin offsetdiogo4642025-12-191-1/+6
* Merge pull request #5061 from ericseppanen/pio_dividerHEADmainDario Nieuwenhuis2025-12-191-6/+55
|\
| * clock_divider: use core::assert in const fnEric Seppanen2025-12-131-3/+3
| * improve pio clock divider mathEric Seppanen2025-12-131-11/+32
| * add unit test for calculate_pio_clock_dividerEric Seppanen2025-12-131-1/+29
* | Update to embedded-io 0.7Dario Nieuwenhuis2025-12-193-2/+14
|/
* chore: release embassy-rp, cyw43 and cyw43-pioUlf Lilleengen2025-11-272-1/+3
* Use two AtomicU32 insteadBjorn Beishline2025-11-251-10/+46
* Update CHANGELOG.mdBjorn Beishline2025-11-251-1/+1
* Remove atomic-polyfillBjorn Beishline2025-11-254-18/+52
* embassy-rp: add support for TX-only, no SCK SPIAlex Strandberg2025-11-242-0/+26
* Add docs for embassy-rp::pio::get_x assumption about autopush.Valentin Trophime2025-11-122-0/+18
* add missing changelog entryRobert Williams2025-11-031-0/+1
* fix formattingRobert Williams2025-11-031-1/+1
* docs: color order methods traits missing docsRobert Williams2025-11-031-0/+12
* split into multiple methodsRobert Williams2025-11-031-6/+30
* fix: split traits to avoid inference problemsRobert Williams2025-11-031-23/+19
* embassy-rp: add color order to ws2812 pio programRobert Williams2025-11-031-15/+78
* Update CHANGELOG.md regarding state machine disableMichael Turner2025-11-021-0/+1
* Disable PIO SM before setting Y registerMichael Turner2025-11-021-3/+15
* embassy-rp: doc comment spelling passRob Wells2025-10-2714-25/+25
* rp: fix typo in Input interrupt commentNicolas Mattia2025-10-262-1/+2
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-0626-90/+50
* Edition 2024.Dario Nieuwenhuis2025-10-067-23/+24
* Add reset_to_usb_boot to rp235xBjorn Beishline2025-09-232-0/+33
* Update manifests to satisfy new checks.Dario Nieuwenhuis2025-09-221-0/+4
* chore: update changelog9names2025-09-211-0/+1
* rp: Use msplim for rp235x core1 stack guard9names2025-09-211-11/+3
* Fix race condition in RTC alarm by using AtomicBool flag1-rafael-12025-09-151-6/+14
* alarm handling to poll hardware status directly; add ci test1-rafael-12025-09-151-13/+6
* Update CHANGELOG.md1-rafael-12025-09-151-2/+3
* Merge branch 'main' into rp2040-rtc-alarm1-rafael-12025-09-1524-150/+2060
|\
| * rp/pio: Add onewire strong pullups, parasite powerMatt Johnston2025-09-142-3/+43
| * Merge pull request #4210 from mcaveniathor/pio_i2s_rxDario Nieuwenhuis2025-09-052-4/+95
| |\
| | * Add PioI2sIn, PioI2sInProgram, and example binaryThor McAvenia2025-09-052-4/+95
| * | rp: read pio gpiobase in set_pins and set_pin_dirsAdrian Wowk2025-09-051-2/+17
| * | rp: move pio pin configs after set_configAdrian Wowk2025-09-051-4/+5
| * | rp: add pio spi runtime reconfigurationAdrian Wowk2025-09-051-39/+80
| * | style: cleanup with rustfmtAdrian Wowk2025-09-051-11/+10
| * | rp: add new pio spi programAdrian Wowk2025-09-052-0/+434
| * | rp: add new pio dma apisAdrian Wowk2025-09-051-8/+59
| |/
| * Merge pull request #4496 from variegated-coffee/psramDario Nieuwenhuis2025-09-053-0/+745
| |\
| | * Gate ARM-specific assembly using cfgMagnus Nordlander2025-08-051-186/+200
| | * Apply rustfmtMagnus Nordlander2025-08-052-11/+4
| | * Interface changes and added exampleMagnus Nordlander2025-08-051-5/+2
| | * Remove regs since it doesn’t really make sense to return the QMI peripheral...Magnus Nordlander2025-08-052-15/+7
| | * Apply rustfmtMagnus Nordlander2025-08-023-121/+122
| | * Added support for QMI CS1, and for APS6404L PSRAM on the RP2350Magnus Nordlander2025-08-023-0/+748
| * | executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-2/+2