| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | rp gpio: make pin_bank() inline | Matt Johnston | 2023-01-19 | 1 | -0/+1 |
| * | Clear unused pulls in set_pull. | Simon Berg | 2022-12-09 | 1 | -5/+7 |
| * | PIO support for RPi Pico | Simon Berg | 2022-12-09 | 1 | -1/+41 |
| * | rp: implement input for OutputOpenDrain | Dario Nieuwenhuis | 2022-12-06 | 1 | -0/+32 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -33/+30 |
| * | Expose Pin::pin() and Pin::bank() as public | Matt Johnston | 2022-10-08 | 1 | -10/+22 |
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -11/+11 |
| * | rp: remove extraneous newlines in logs | Alex Martens | 2022-09-18 | 1 | -9/+9 |
| * | rp: update PAC | Dario Nieuwenhuis | 2022-08-24 | 1 | -2/+2 |
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| * | rp: fix nvic prio bits (it's 2, not 3) | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| * | rp/gpio: fix wait_for_* when multiple pins are in use. | Dario Nieuwenhuis | 2022-08-08 | 1 | -35/+39 |
| * | rp/gpio: remove unused lifetimes. | Dario Nieuwenhuis | 2022-08-07 | 1 | -10/+10 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -1/+1 |
| * | Remove PeripheralRef::into_inner() | Dario Nieuwenhuis | 2022-07-23 | 1 | -17/+7 |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -18/+18 |
| * | Rename unsafe_impl_unborrow to impl_unborrow | Dario Nieuwenhuis | 2022-07-23 | 1 | -2/+2 |
| * | Update embassy-rp | Grant Miller | 2022-07-23 | 1 | -16/+26 |
| * | Add inline attribute to embassy-rp async functions | Daniel Bevenius | 2022-07-22 | 1 | -0/+10 |
| * | Fix build of embassy-rp on stable channel | Jan Niehusmann | 2022-07-21 | 1 | -58/+62 |