| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #3243 from HellbenderInc/rp2350 | Dario Nieuwenhuis | 2024-08-12 | 1 | -1/+1 |
| |\ |
|
| | * | Initial rp235x support | Caleb Jamison | 2024-08-08 | 1 | -1/+1 |
| * | | Simplify construction of StackResources::new() | Martin Liska | 2024-08-08 | 2 | -2/+2 |
| |/ |
|
| * | Prepare to release embassy-rp | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | Prepare release of embassy-embedded-hal 0.2.0 | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | tests/rp: add timer test. | Dario Nieuwenhuis | 2024-07-25 | 1 | -0/+25 |
| * | wiznet: add version check to initialization sequence | Josh Junon | 2024-06-30 | 1 | -1/+2 |
| * | Merge pull request #3044 from kalkyl/adc-multi | Henrik Alsér | 2024-06-22 | 1 | -0/+13 |
| |\ |
|
| | * | Change pin in HIL test | kalkyl | 2024-06-22 | 1 | -1/+1 |
| | * | rp: Add multichannel ADC | kalkyl | 2024-06-05 | 1 | -0/+13 |
| * | | --binary-format bin in rp examples | rafael | 2024-06-15 | 1 | -2/+2 |
| * | | probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address 0x10... | rafael | 2024-06-13 | 1 | -2/+2 |
| * | | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 1 | -1/+1 |
| |/ |
|
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 |
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+0 |
| * | Add parameter for enabling pull-up and pull-down in RP PWM input mode | pawel00100 | 2024-04-05 | 1 | -3/+43 |
| * | rename PWM_CH to PWM_SLICE | Alexandru RADOVICI | 2024-04-02 | 1 | -7/+7 |
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 3 | -12/+24 |
| * | Add SetConfig impl to rp2040 i2c | Caleb Jamison | 2024-02-22 | 2 | -36/+59 |
| * | correct spelling of the word "receive" | Stefan Gehr | 2024-02-03 | 1 | -1/+1 |
| * | rp/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 5 | -17/+15 |
| * | Remove nightly-only flags from cargo configs. | Dario Nieuwenhuis | 2024-01-22 | 1 | -1/+1 |
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -3/+3 |
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 2 | -9/+9 |
| * | Update embedded-hal to v1.0 | Dario Nieuwenhuis | 2024-01-09 | 1 | -3/+3 |
| * | Merge pull request #2404 from plaes/sync-link-ram | Dario Nieuwenhuis | 2024-01-05 | 3 | -256/+5 |
| |\ |
|
| | * | tests: Use unified link_ram_cortex_m.x file for all Cortex M targets | Priit Laes | 2024-01-05 | 3 | -256/+5 |
| * | | New embassy-net release | Scott Mabin | 2024-01-04 | 1 | -1/+1 |
| |/ |
|
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 3 | -3/+1 |
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 2 | -10/+16 |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 3 | -12/+12 |
| * | 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 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -3/+3 |
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 1 | -4/+4 |
| * | tests: use executor task arena instead of TAIT. | Dario Nieuwenhuis | 2023-11-27 | 20 | -20/+1 |
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 1 | -1/+1 |
| * | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 4 | -4/+5 |
| * | 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 |
| * | Merge pull request #2017 from ilya-epifanov/rp-adc-div | Dario Nieuwenhuis | 2023-10-20 | 1 | -2/+10 |
| |\ |
|
| | * | fixed rp adc tests | Ilya Epifanov | 2023-10-09 | 1 | -2/+10 |
| * | | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0 | Dániel Buga | 2023-10-16 | 1 | -1/+1 |
| * | | 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 | 8 | -50/+50 |
| * | | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 |
| |/ |
|
| * | rp/bootsel: add test. | Dario Nieuwenhuis | 2023-10-07 | 1 | -0/+26 |
| * | update embedded-io, embedded-nal-async. | Dario Nieuwenhuis | 2023-10-04 | 1 | -1/+1 |