| Commit message (Expand) | Author | Age | Files | Lines |
| * | add missing `Debug` and `defmt::Format` derives for `embassy_rp::gpio` | Ralph Ursprung | 2025-07-23 | 1 | -0/+15 |
| * | embassy-rp: implement input/output inversion | Felipe Balbi | 2025-05-22 | 1 | -0/+38 |
| * | rp: add missing `Debug` and `defmt::Format` `derive`s for ADC | Ralph Ursprung | 2025-05-15 | 1 | -0/+2 |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -24/+17 |
| * | Merge pull request #3729 from embassy-rs/update-nrf-rp | Dario Nieuwenhuis | 2025-01-06 | 1 | -4/+4 |
| |\ |
|
| | * | Fixes for new PACs. | Dario Nieuwenhuis | 2025-01-06 | 1 | -4/+4 |
| * | | `embassy-rp`: add `set_pullup()` for `OutputOpenDrain` | Georges Palauqui | 2025-01-06 | 1 | -0/+10 |
| |/ |
|
| * | Use inline const for initializing arrays. (#3567) | Dario Nieuwenhuis | 2024-11-24 | 1 | -4/+2 |
| * | Fix rp2350b pins >31 on debug builds | Caleb Jamison | 2024-09-23 | 1 | -1/+1 |
| * | Properly drop pins >30 | Caleb Jamison | 2024-09-15 | 1 | -2/+2 |
| * | rp: Fix indexing for pins >31 on rp235xb (#3330) | Caleb Jamison | 2024-09-12 | 1 | -6/+18 |
| * | Fix CI, rename private feature, address comments from dirbaio. | Caleb Jamison | 2024-08-12 | 1 | -6/+11 |
| * | Handle pad isolation everywhere and in the same way. | Caleb Jamison | 2024-08-10 | 1 | -5/+2 |
| * | Initial rp235x support | Caleb Jamison | 2024-08-08 | 1 | -0/+76 |
| * | rp: remove mod sealed. | Dario Nieuwenhuis | 2024-04-05 | 1 | -50/+46 |
| * | Merge branch 'embassy-rs:main' into barafael/minor_clippy_lints_rp | Rafael Bachmann | 2024-03-25 | 1 | -2/+0 |
| |\ |
|
| | * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+0 |
| * | | fix minor clippy lints in embassy_rp | Rafael Bachmann | 2024-03-18 | 1 | -3/+3 |
| |/ |
|
| * | rp/gpio: fix wrong io _bank calc | Andelf | 2024-02-17 | 1 | -1/+1 |
| * | Add unsafe constructor for AnyPin | Adam Snaider | 2024-02-15 | 1 | -0/+11 |
| * | rp/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -63/+62 |
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -58/+43 |
| * | Update embedded-hal to v1.0 | Dario Nieuwenhuis | 2024-01-09 | 1 | -18/+0 |
| * | docs: document all embassy-rp public apis | Ulf Lilleengen | 2023-12-19 | 1 | -3/+65 |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -43/+58 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -156/+147 |
| * | Remove a few ultra-verbose logs. | Dario Nieuwenhuis | 2023-10-03 | 1 | -9/+1 |
| * | feat: allow schmitt, slew, and drive strength be set from Flex, Input, Output | Jonathan Dickinson | 2023-10-01 | 1 | -0/+38 |
| * | rp: add dormant-wake functionality for Input | pennae | 2023-08-03 | 1 | -0/+61 |
| * | rp: fix qspi gpio interrupts | pennae | 2023-07-31 | 1 | -9/+36 |
| * | rp: make QSPI gpio support optional | pennae | 2023-07-31 | 1 | -4/+13 |
| * | rp: add gpio::Pin::io() for access to io banks | pennae | 2023-07-31 | 1 | -9/+8 |
| * | rp: rename gpio::Pin::io to gpio::Pin::gpio | pennae | 2023-07-31 | 1 | -3/+3 |
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| * | rp/gpio: fix is_set_high/is_set_low, expand tests. | Dario Nieuwenhuis | 2023-07-11 | 1 | -2/+2 |
| * | rp/adc: rewrite the module | pennae | 2023-07-07 | 1 | -1/+1 |
| * | Update rp-pac. | Dario Nieuwenhuis | 2023-06-29 | 1 | -2/+2 |
| * | rp: update rp-pac. | Dario Nieuwenhuis | 2023-06-16 | 1 | -91/+79 |
| * | Add `rt` feature to HALs, cfg out interrupt handling when not set. | Dario Nieuwenhuis | 2023-06-08 | 1 | -0/+1 |
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 1 | -4/+4 |
| * | Replace Into<bool> for Level with From<Level> for bool | ExplodingWaffle | 2023-06-05 | 1 | -3/+3 |
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 1 | -5/+4 |
| * | rp/gpio: set up gpio interrupts only once | pennae | 2023-05-02 | 1 | -6/+7 |
| * | rp/gpio: drop critical_section use | pennae | 2023-05-02 | 1 | -11/+9 |
| * | gp/gpio: fix InputFuture edge waits | pennae | 2023-05-02 | 1 | -83/+43 |
| * | feat(rp): add `Wait` impl to `OutputOpenDrain` | Brooks J Rady | 2023-04-09 | 1 | -0/+59 |
| * | Swap debug! for trace! in rp gpio | Caleb Jamison | 2023-03-02 | 1 | -9/+9 |
| * | Add `#[must_use]` to all futures | Grant Miller | 2023-02-24 | 1 | -0/+1 |
| * | Add copy to Level enum in embassy-rp gpio module | Slushee | 2023-02-13 | 1 | -1/+1 |
| * | Add clone to embassy_rp::gpio::Level | Slushee | 2023-02-13 | 1 | -1/+1 |