| Commit message (Expand) | Author | Age | Files | Lines |
| * | embassy-rp: doc comment spelling pass | Rob Wells | 2025-10-27 | 1 | -1/+1 |
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| * | removed the rp2040 flag from the dormant function | Phirks | 2025-08-03 | 1 | -3/+1 |
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 1 | -7/+42 |
| * | removed one line too many | 1-rafael-1 | 2025-05-13 | 1 | -0/+1 |
| * | Changes after review: copypasted doc comment fixed and no cfg gates to panic ... | 1-rafael-1 | 2025-05-13 | 1 | -14/+3 |
| * | Refactor CoreVoltage enum, separate for rp2040 and rp235x | 1-rafael-1 | 2025-05-12 | 1 | -56/+42 |
| * | Add ClockError enum and update system_freq to return Result for error handling | 1-rafael-1 | 2025-05-12 | 1 | -19/+47 |
| * | limit CoreVoltage eum to values up to 1.30V, because we do not support unlock... | 1-rafael-1 | 2025-05-12 | 1 | -120/+21 |
| * | rp235x overclocking | 1-rafael-1 | 2025-05-11 | 1 | -32/+297 |
| * | Clarify comment for CoreVoltage enum regarding V1_20 | 1-rafael-1 | 2025-05-07 | 1 | -1/+1 |
| * | Changes after review | 1-rafael-1 | 2025-05-07 | 1 | -16/+35 |
| * | rework init() | 1-rafael-1 | 2025-05-05 | 1 | -153/+103 |
| * | first batch of changes after review | 1-rafael-1 | 2025-05-02 | 1 | -209/+115 |
| * | - two more doc examples test ignored | 1-rafael-1 | 2025-05-01 | 1 | -8/+214 |
| * | add manual overclock example, finalize API, cleanup | 1-rafael-1 | 2025-05-01 | 1 | -128/+140 |
| * | refactoring to have higher and lower level api | 1-rafael-1 | 2025-04-29 | 1 | -207/+339 |
| * | first working draft | 1-rafael-1 | 2025-04-28 | 1 | -169/+489 |
| * | Add core voltage scaling options and PLL parameter finder for RP2040 | 1-rafael-1 | 2025-04-26 | 1 | -14/+228 |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -17/+8 |
| * | make rustfmt happy | JuliDi | 2025-03-19 | 1 | -2/+0 |
| * | fix wrong funcsel on rp2350 gpout/gpin | JuliDi | 2025-03-19 | 1 | -0/+14 |
| * | fix: enable RP2350 watchdog tick generator | Adrian Wowk | 2025-01-15 | 1 | -1/+6 |
| * | rp: Run RP235x at 150 MHz instead of 125 | Sebastian Quilitz | 2024-10-05 | 1 | -0/+3 |
| * | Disable pad isolation on clock in/out pins | Caleb Jamison | 2024-09-16 | 1 | -1/+11 |
| * | Set up timer0 tick when initializing clocks | Ugljesa Jovanovic | 2024-08-24 | 1 | -1/+7 |
| * | Fix docs, ci | Caleb Jamison | 2024-08-12 | 1 | -1/+1 |
| * | Fix CI, rename private feature, address comments from dirbaio. | Caleb Jamison | 2024-08-12 | 1 | -10/+11 |
| * | Initial rp235x support | Caleb Jamison | 2024-08-08 | 1 | -13/+71 |
| * | Fix: typo | QWS | 2024-05-14 | 1 | -1/+1 |
| * | In the start_xosc function, the frequency range is set twice. Remove the redu... | QWS | 2024-05-13 | 1 | -4/+0 |
| * | rp: remove mod sealed. | Dario Nieuwenhuis | 2024-04-05 | 1 | -6/+5 |
| * | fix: CI | Rafael Bachmann | 2024-03-25 | 1 | -0/+2 |
| * | fix minor clippy lints in embassy_rp | Rafael Bachmann | 2024-03-18 | 1 | -3/+1 |
| * | docs: document all embassy-rp public apis | Ulf Lilleengen | 2023-12-19 | 1 | -6/+91 |
| * | docs: embassy-rp rustdoc and refactoring | Ulf Lilleengen | 2023-12-19 | 1 | -0/+26 |
| * | RP2040: Fixes as per PR | Michael van Niekerk | 2023-08-30 | 1 | -1/+1 |
| * | RP2040: Fixes as per PR | Michael van Niekerk | 2023-08-30 | 1 | -1/+1 |
| * | RP2040: Fixes as per PR | Michael van Niekerk | 2023-08-30 | 1 | -2/+2 |
| * | RP2040: XOSC delay multiplier | Michael van Niekerk | 2023-08-30 | 1 | -1/+1 |
| * | RP2040: XOSC delay multiplier | Michael van Niekerk | 2023-08-30 | 1 | -3/+5 |
| * | rp: add generic dormant-sleep functionality | pennae | 2023-08-05 | 1 | -0/+130 |
| * | rp: rename gpio::Pin::io to gpio::Pin::gpio | pennae | 2023-07-31 | 1 | -4/+4 |
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| * | RP: Don't reset RTC in Clock::init. Updated example. | Henrik Berg | 2023-07-12 | 1 | -0/+2 |
| * | Update rp-pac. | Dario Nieuwenhuis | 2023-06-29 | 1 | -46/+46 |
| * | rp: update rp-pac. | Dario Nieuwenhuis | 2023-06-16 | 1 | -49/+33 |
| * | rp/clocks: comment out all gpin handling for now | pennae | 2023-05-17 | 1 | -66/+71 |
| * | rp/clocks: remove superfluous clock actions | pennae | 2023-05-17 | 1 | -8/+0 |
| * | rp/clocks: require GpinPin for gpin config | pennae | 2023-05-17 | 1 | -18/+43 |