| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Additional features docs for embassy-rp | 9names | 2024-01-14 | 1 | -17/+24 |
| * | End all feature doc comments with a full stop | 9names | 2024-01-14 | 1 | -13/+13 |
| * | Fix invalid "async" crates.io category. | Dario Nieuwenhuis | 2024-01-12 | 1 | -1/+1 |
| * | Complete cargo.tomls more. | Dario Nieuwenhuis | 2024-01-12 | 1 | -0/+5 |
| * | Add docs.rs metadata to all crates. | Dario Nieuwenhuis | 2024-01-11 | 1 | -0/+3 |
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -2/+2 |
| * | More readme fixes. | Dario Nieuwenhuis | 2024-01-11 | 1 | -3/+21 |
| * | Centralize license and MSRV boilerplate into the repo readme. | Dario Nieuwenhuis | 2024-01-11 | 1 | -14/+0 |
| * | time: split driver into a separate embassy-time-driver crate. | Dario Nieuwenhuis | 2024-01-11 | 3 | -6/+7 |
| * | 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 | 2 | -21/+3 |
| * | Fix an error in compiling examples for rp2040 | Pawel Rawski | 2024-01-04 | 1 | -1/+1 |
| * | Removed unnecessary note | Barnaby Walters | 2023-12-22 | 1 | -1/+1 |
| * | [embassy-rp] auto-documented feature flags | Barnaby Walters | 2023-12-22 | 2 | -15/+33 |
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 3 | -3/+1 |
| * | 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 | 8 | -16/+241 |
| * | 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 | 2 | -46/+61 |
| |/ |
|
| * | Document how to bind multiple interrupts and handlers in `bind_interrupts!`. | Dario Nieuwenhuis | 2023-12-08 | 1 | -0/+11 |
| * | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 1 | -1/+1 |
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -2/+2 |
| * | update embedded-storage{,-async}, remove patch. | Dario Nieuwenhuis | 2023-12-04 | 1 | -1/+1 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 8 | -574/+505 |
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 1 | -4/+4 |
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 1 | -1/+1 |
| * | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 1 | -1/+1 |
| * | Release embassy-executor v0.3.1 | Dario Nieuwenhuis | 2023-11-01 | 1 | -1/+1 |
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 1 | -1/+1 |
| * | 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: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 1 | -1/+1 |
| * | | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 2 | -4/+4 |
| * | | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 |
| * | | 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 |
| |\ |
|