aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | fix: update more minor versionsUlf Lilleengen2025-08-271-1/+1
| * | chore: prepare embassy crate releasesUlf Lilleengen2025-08-262-8/+12
| * | Read crate configs from metadata.Dario Nieuwenhuis2025-08-251-0/+11
| * | feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-5/+0
| * | change default internal pullup state to be active to make this change nonbrea...erwin2025-08-192-4/+4
| * | add entry to the changelogerwin2025-08-181-0/+1
| * | Add configurable internal pullups for rp i2cerwin2025-08-182-9/+33
| * | fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| * | fix: add missing entries in changelogUlf Lilleengen2025-08-041-0/+2
| * | chore: Release embassy-rp version 0.7.0Ulf Lilleengen2025-08-042-1/+3
| * | removed the rp2040 flag from the dormant functionPhirks2025-08-031-3/+1
| * | Release embassy-embedded-hal v0.4Dario Nieuwenhuis2025-08-031-1/+1
| * | Add IRQ StatusSource for _rp235xElliot Sayes2025-08-021-0/+4
| * | fix: do full minor version bump for time queue utilsUlf Lilleengen2025-08-011-1/+1
| * | chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
| |/
| * Merge pull request #4296 from adamNewell/fix-rp2350-stack-guard-rlarDario Nieuwenhuis2025-07-241-1/+1
| |\
| | * Fix MPU region enablement in stack guard installationAdam Newell2025-06-091-1/+1
| * | Merge pull request #4449 from rursprung/add-debug-and-defmt-for-rp-gpioDario Nieuwenhuis2025-07-231-0/+15
| |\ \
| | * | add missing `Debug` and `defmt::Format` derives for `embassy_rp::gpio`Ralph Ursprung2025-07-231-0/+15
| * | | Use `unsafe` block in IRQ handlersclubby7892025-07-201-4/+6
| |/ /
| * | add `derive(Debug)` for `embassy_rp::i2c::I2c`Ralph Ursprung2025-07-161-0/+1
| * | chore: Release embassy-rp version 0.6.0Ulf Lilleengen2025-07-162-1/+3
| * | chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0Ulf Lilleengen2025-07-161-0/+2
| * | chore: Release embassy-usb-driver version 0.2.0Ulf Lilleengen2025-07-161-1/+1
| * | chore: Release embassy-embedded-hal version 0.3.1Ulf Lilleengen2025-07-161-1/+1
| * | Merge pull request #4397 from korbin/allocate-numbered-endpointsDario Nieuwenhuis2025-07-151-7/+23
| |\ \