aboutsummaryrefslogtreecommitdiff
path: root/tests/rp
Commit message (Expand)AuthorAgeFilesLines
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+0
* Add parameter for enabling pull-up and pull-down in RP PWM input modepawel001002024-04-051-3/+43
* rename PWM_CH to PWM_SLICEAlexandru RADOVICI2024-04-021-7/+7
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-203-12/+24
* Add SetConfig impl to rp2040 i2cCaleb Jamison2024-02-222-36/+59
* correct spelling of the word "receive"Stefan Gehr2024-02-031-1/+1
* rp/gpio: remove generics.Dario Nieuwenhuis2024-01-225-17/+15
* Remove nightly-only flags from cargo configs.Dario Nieuwenhuis2024-01-221-1/+1
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-3/+3
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-102-9/+9
* Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-091-3/+3
* Merge pull request #2404 from plaes/sync-link-ramDario Nieuwenhuis2024-01-053-256/+5
|\
| * tests: Use unified link_ram_cortex_m.x file for all Cortex M targetsPriit Laes2024-01-053-256/+5
* | New embassy-net releaseScott Mabin2024-01-041-1/+1
|/
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-213-3/+1
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-212-10/+16
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-143-12/+12
* Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-061-1/+1
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-3/+3
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-4/+4
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-2720-20/+1
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
* Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-024-4/+5
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-1/+1
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
* Merge pull request #2017 from ilya-epifanov/rp-adc-divDario Nieuwenhuis2023-10-201-2/+10
|\
| * fixed rp adc testsIlya Epifanov2023-10-091-2/+10
* | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-161-1/+1
* | time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
* | time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-158-50/+50
* | Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
|/
* rp/bootsel: add test.Dario Nieuwenhuis2023-10-071-0/+26
* update embedded-io, embedded-nal-async.Dario Nieuwenhuis2023-10-041-1/+1
* test: deduplicate net perf test code.Dario Nieuwenhuis2023-09-283-344/+28
* test: set DEFMT_LOG not too verbose so net perf tests pass with `cargo run`.Dario Nieuwenhuis2023-09-281-1/+1
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* tests/rp: add teleprobe meta.Dario Nieuwenhuis2023-09-101-0/+1
* Test cleanupCaleb Jamison2023-09-101-4/+1
* I2c slave take 2Caleb Jamison2023-09-101-17/+16
* rp2040 I2cDeviceCaleb Jamison2023-09-101-0/+215
* Release embassy-time v0.1.3Jesse Braham2023-08-281-1/+1
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
* Merge pull request #1763 from rubdos/sender-receiver-with-ctxDario Nieuwenhuis2023-08-222-5/+5
|\
| * Deprecate *recv* in favor of *receive*Ruben De Smet2023-08-222-5/+5
* | rp/flash: change naming to `blocking_*`, `new_blocking`.Dario Nieuwenhuis2023-08-181-7/+7
* | net-wiznet: add HIL test using w5100s.Dario Nieuwenhuis2023-08-1621-38/+271
* | Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-161-2/+2
|/
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-073-3/+3
* rp: fix adc test flakinesspennae2023-08-031-1/+3