| Commit message (Expand) | Author | Age | Files | Lines |
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -6/+8 |
| * | rp: Use msplim for rp235x core1 stack guard | 9names | 2025-09-21 | 1 | -11/+3 |
| * | Apply rustfmt | Magnus Nordlander | 2025-08-02 | 1 | -4/+4 |
| * | Added support for QMI CS1, and for APS6404L PSRAM on the RP2350 | Magnus Nordlander | 2025-08-02 | 1 | -0/+6 |
| * | Merge pull request #4296 from adamNewell/fix-rp2350-stack-guard-rlar | Dario Nieuwenhuis | 2025-07-24 | 1 | -1/+1 |
| |\ |
|
| | * | Fix MPU region enablement in stack guard installation | Adam Newell | 2025-06-09 | 1 | -1/+1 |
| * | | Use `unsafe` block in IRQ handlers | clubby789 | 2025-07-20 | 1 | -4/+6 |
| |/ |
|
| * | add the possibility to document `bind_interrupts` `struct`s | Ralph Ursprung | 2025-05-15 | 1 | -4/+8 |
| * | embassy-rp: Implementation of a SpinlockMutex | Sebastian Quilitz | 2025-04-07 | 1 | -0/+1 |
| * | embassy-rp: Move Spinlock implementation out of critical_section_impl | Sebastian Quilitz | 2025-03-27 | 1 | -0/+1 |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -1/+1 |
| * | Add rp235x imagedef features (based on rp2040 boot2 features) | 9names | 2025-02-16 | 1 | -0/+24 |
| * | rp: make atomics work properly between cores in rp235x. | Dario Nieuwenhuis | 2025-02-05 | 1 | -0/+18 |
| * | rp: Workaround "SIO spinlock stuck bug", reset PROC1 at boot. | Dario Nieuwenhuis | 2025-02-05 | 1 | -12/+29 |
| * | Fix "non-local impl definition" warning from recent nightlies. | Dario Nieuwenhuis | 2024-11-08 | 1 | -3/+12 |
| * | Merge pull request #3444 from dnbln/main | Dario Nieuwenhuis | 2024-10-22 | 1 | -5/+14 |
| |\ |
|
| | * | fix: review comments | Dinu Blanovschi | 2024-10-22 | 1 | -5/+14 |
| * | | Update nighlty, fix warnings. | Dario Nieuwenhuis | 2024-10-14 | 1 | -3/+3 |
| * | | Move pio programs into embassy-rp | Caleb Jamison | 2024-10-09 | 1 | -0/+1 |
| |/ |
|
| * | TRNG support for 235x | Ugljesa Jovanovic | 2024-09-17 | 1 | -0/+4 |
| * | Import otp from rp-hal, helper fns for chipid and randid | Caleb Jamison | 2024-08-29 | 1 | -0/+2 |
| * | rp235x flash support. | Caleb Jamison | 2024-08-29 | 1 | -2/+2 |
| * | Import rom_data for the rp235x, don't use intrinsics on rp235x | Caleb Jamison | 2024-08-26 | 1 | -0/+1 |
| * | rp: use the rp-binary-info crate for binary info. | Dario Nieuwenhuis | 2024-08-17 | 1 | -2/+3 |
| * | Enable rp235x doc tests, fixup feature doc | Caleb Jamison | 2024-08-12 | 1 | -3/+3 |
| * | Fix docs, ci | Caleb Jamison | 2024-08-12 | 1 | -3/+3 |
| * | Fix CI, rename private feature, address comments from dirbaio. | Caleb Jamison | 2024-08-12 | 1 | -5/+13 |
| * | Move #![cfg]s to lib.rs | Caleb Jamison | 2024-08-09 | 1 | -0/+2 |
| * | Fix ci/rustfmt | Caleb Jamison | 2024-08-09 | 1 | -1/+0 |
| * | Switch to single pac | Caleb Jamison | 2024-08-09 | 1 | -6/+3 |
| * | cargo fmt | Caleb Jamison | 2024-08-08 | 1 | -3/+2 |
| * | Initial rp235x support | Caleb Jamison | 2024-08-08 | 1 | -3/+215 |
| * | RP: Shut up missed warning boot2-none | Dion Dokter | 2024-06-25 | 1 | -0/+1 |
| * | RP: add option to provide your own boot2 | Dion Dokter | 2024-06-25 | 1 | -0/+1 |
| * | rp: wait until read matches for PSM accesses. | Dario Nieuwenhuis | 2024-05-27 | 1 | -4/+21 |
| * | rp: fix spinlocks staying locked after reset. | Dario Nieuwenhuis | 2024-05-24 | 1 | -0/+44 |
| * | rename PWM_CH to PWM_SLICE | Alexandru RADOVICI | 2024-04-02 | 1 | -8/+8 |
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 1 | -1/+2 |
| * | Fix minor typos in embassy_rp/src/lib.rs | Rafael Bachmann | 2024-03-18 | 1 | -2/+2 |
| * | time: split driver into a separate embassy-time-driver crate. | Dario Nieuwenhuis | 2024-01-11 | 1 | -2/+2 |
| * | [embassy-rp] auto-documented feature flags | Barnaby Walters | 2023-12-22 | 1 | -0/+3 |
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| * | docs: document all embassy-rp public apis | Ulf Lilleengen | 2023-12-19 | 1 | -0/+1 |
| * | docs: embassy-rp rustdoc and refactoring | Ulf Lilleengen | 2023-12-19 | 1 | -2/+10 |
| * | Document how to bind multiple interrupts and handlers in `bind_interrupts!`. | Dario Nieuwenhuis | 2023-12-08 | 1 | -0/+11 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -3/+1 |
| * | Re-add impl_trait_projections | Dániel Buga | 2023-10-30 | 1 | -1/+2 |
| * | rp/bootsel: change it to a method on the peripheral. | Dario Nieuwenhuis | 2023-10-07 | 1 | -0/+1 |
| * | rp2040: implement BOOTSEL button support | Scott Mansell | 2023-10-07 | 1 | -0/+1 |
| * | Remove impl_trait_projections. | Dario Nieuwenhuis | 2023-10-02 | 1 | -1/+1 |