| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use saturating_sub to make sure we don't overflow | Jomer.Dev | 2024-01-29 | 1 | -2/+2 |
| * | rp/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -63/+62 |
| * | A rebase ate my doc comment! | James Munns | 2024-01-19 | 1 | -0/+4 |
| * | Fun Learning about the RP2040 UART impl! | James Munns | 2024-01-19 | 1 | -40/+41 |
| * | Debugging RSR | James Munns | 2024-01-19 | 1 | -48/+80 |
| * | A little more cleanup | James Munns | 2024-01-19 | 1 | -1/+4 |
| * | Update with more docs and less panics | James Munns | 2024-01-19 | 1 | -23/+95 |
| * | Add a basic "read to break" function | James Munns | 2024-01-19 | 1 | -0/+88 |
| * | time: split driver into a separate embassy-time-driver crate. | Dario Nieuwenhuis | 2024-01-11 | 2 | -4/+4 |
| * | 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 |
| * | [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 | 2 | -2/+0 |
| * | docs: document all embassy-rp public apis | Ulf Lilleengen | 2023-12-19 | 15 | -11/+294 |
| * | docs: document spi, rtc and rest of uart for embassy-rp | Ulf Lilleengen | 2023-12-19 | 4 | -2/+83 |
| * | docs: embassy-rp rustdoc and refactoring | Ulf Lilleengen | 2023-12-19 | 7 | -16/+218 |
| * | Fix nb on rp uart | James Munns | 2023-12-18 | 1 | -3/+5 |
| * | Merge pull request #2281 from dstric-aqueduct/main | Dario Nieuwenhuis | 2023-12-16 | 1 | -1/+1 |
| |\ |
|
| | * | Update usb.rs | djstrickland | 2023-12-13 | 1 | -1/+1 |
| * | | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -43/+58 |
| |/ |
|
| * | 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 | 7 | -559/+497 |
| * | Re-add impl_trait_projections | Dániel Buga | 2023-10-30 | 1 | -1/+2 |
| * | Merge pull request #2017 from ilya-epifanov/rp-adc-div | Dario Nieuwenhuis | 2023-10-20 | 1 | -2/+6 |
| |\ |
|
| | * | added sampling frequency setting to adc capture methods on rp2040 | Ilya Epifanov | 2023-10-09 | 1 | -2/+6 |
| * | | remove trailing spaces | Riley Williams | 2023-10-17 | 1 | -6/+6 |
| * | | Grammar and formatting | Riley Williams | 2023-10-17 | 1 | -8/+7 |
| * | | Add docs to RP2040 PWM | Riley Williams | 2023-10-17 | 1 | -0/+30 |
| * | | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 2 | -4/+4 |
| * | | Merge pull request #2039 from jcdickinson/rp-i2c-stop-restart | Dario Nieuwenhuis | 2023-10-11 | 1 | -2/+13 |
| |\ \ |
|
| | * | | fix (rp i2c): fix restart/stop flags for i2c master methods | Jonathan Dickinson | 2023-10-10 | 1 | -2/+13 |
| | |/ |
|
| * / | fix (rp i2c): set i2c slew rate to spec value | Jonathan Dickinson | 2023-10-10 | 2 | -36/+23 |
| |/ |
|
| * | Merge pull request #2018 from jamesmunns/add-derives | Dario Nieuwenhuis | 2023-10-07 | 2 | -3/+3 |
| |\ |
|
| | * | Add missing derive | James Munns | 2023-10-07 | 1 | -1/+1 |
| | * | Add some uncontroversial derives to Error types | James Munns | 2023-10-06 | 2 | -2/+2 |
| * | | rp/bootsel: change it to a method on the peripheral. | Dario Nieuwenhuis | 2023-10-07 | 2 | -9/+12 |
| * | | rp2040: implement BOOTSEL button support | Scott Mansell | 2023-10-07 | 2 | -0/+82 |
| * | | rp2040: move in_ram helper outside of Flash's impl | Scott Mansell | 2023-10-07 | 1 | -39/+39 |
| |/ |
|
| * | Remove a few ultra-verbose logs. | Dario Nieuwenhuis | 2023-10-03 | 2 | -11/+1 |
| * | Remove impl_trait_projections. | Dario Nieuwenhuis | 2023-10-02 | 1 | -1/+1 |
| * | feat: allow schmitt, slew, and drive strength be set from Flex, Input, Output | Jonathan Dickinson | 2023-10-01 | 1 | -0/+38 |
| * | nrf, rp: update set_config | xoviat | 2023-10-01 | 1 | -1/+4 |
| * | Make irq token Copy+Clone | Dario Nieuwenhuis | 2023-09-25 | 1 | -1/+2 |
| * | rp: remove paste macro. | Dario Nieuwenhuis | 2023-09-18 | 1 | -8/+33 |
| * | Fixing my git-based mistakes | Caleb Jamison | 2023-09-10 | 3 | -492/+15 |
| * | Add example, fix small bug in respond_and_fill | Caleb Jamison | 2023-09-10 | 1 | -0/+12 |
| * | I2c slave take 2 | Caleb Jamison | 2023-09-10 | 3 | -1/+481 |
| * | Rename to match upstream docs | Caleb Jamison | 2023-09-10 | 2 | -8/+8 |
| * | Remove debug prints | Caleb Jamison | 2023-09-10 | 1 | -2/+0 |
| * | rp2040 I2cDevice | Caleb Jamison | 2023-09-10 | 3 | -165/+494 |