| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| |\ |
|
| | * | 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 |
| |/ |
|
| * | update embedded-io, embedded-nal-async. | Dario Nieuwenhuis | 2023-10-04 | 1 | -2/+2 |
| * | 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 | 2 | -9/+33 |
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+1 |
| * | 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 |
| * | 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 |
| * | Sync all fmt.rs files. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+39 |
| * | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 1 | -1/+1 |
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 1 | -1/+1 |
| * | rp/flash: change naming to `blocking_*`, `new_blocking`. | Dario Nieuwenhuis | 2023-08-18 | 1 | -48/+52 |
| * | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 3 | -55/+15 |
| * | rp: fix async spi read sometimes hanging. | Dario Nieuwenhuis | 2023-08-15 | 1 | -2/+3 |