aboutsummaryrefslogtreecommitdiff
path: root/tests/rp/src
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-067-8/+10
* RTC alarm test timing was off1-rafael-12025-09-161-4/+16
* alarm handling to poll hardware status directly; add ci test1-rafael-12025-09-151-0/+113
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-296-11/+11
* embassy-rp: implement input/output inversionFelipe Balbi2025-05-221-0/+34
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-1/+0
* Merge pull request #4187 from 1-rafael-1/rp235x-overclockingDario Nieuwenhuis2025-05-131-25/+24
|\
| * Add ClockError enum and update system_freq to return Result for error handling1-rafael-12025-05-121-1/+1
| * rp235x overclocking1-rafael-12025-05-111-25/+24
* | Merge pull request #4155 from marcemmers/remove-instance-from-rp-uart-typeUlf Lilleengen2025-05-093-9/+9
|\ \ | |/ |/|
| * Update examples and testsMarc2025-05-023-9/+9
* | Changes after review1-rafael-12025-05-071-1/+1
* | first batch of changes after review1-rafael-12025-05-021-5/+5
* | make ci happy1-rafael-12025-05-011-1/+6
* | overclock test, should now run on all rp chips1-rafael-12025-05-011-54/+40
* | Refactor overclock test for RP2040: add unused imports conditionally and ensu...1-rafael-12025-05-011-0/+17
* | Add overclocking test for RP2040 with timer and PWM tests at 200Mhz1-rafael-12025-05-011-0/+62
|/
* Merge pull request #4017 from shilga/SpinlockMutexDario Nieuwenhuis2025-04-071-0/+54
|\
| * embassy-rp: add multicore test for SpinlockRawMutexSebastian Quilitz2025-04-071-0/+54
* | BufferedUart initializationMichael Gomez2025-04-041-3/+3
|/
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-279-114/+161
* Merge pull request #3901 from CBJamo/rp23_testingDario Nieuwenhuis2025-02-1918-58/+107
|\
| * rustfmt againCaleb Jamison2025-02-181-2/+1
| * rustfmt fixupCaleb Jamison2025-02-181-2/+1
| * Inital rp23 ci testsCaleb Jamison2025-02-1818-60/+111
* | rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-182-9/+10
|/
* tests/rp: Update cyw43 test to new firmware, new wifi network name.Dario Nieuwenhuis2025-02-141-6/+8
* Fixes ci (hopefully)Bailey Townsend2024-12-281-2/+11
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-162-14/+12
* cyw43: add support for WPA3 and more extensive security options.Dario Nieuwenhuis2024-09-091-1/+5
* Simplify construction of StackResources::new()Martin Liska2024-08-082-2/+2
* tests/rp: add timer test.Dario Nieuwenhuis2024-07-251-0/+25
* wiznet: add version check to initialization sequenceJosh Junon2024-06-301-1/+2
* Merge pull request #3044 from kalkyl/adc-multiHenrik Alsér2024-06-221-0/+13
|\
| * Change pin in HIL testkalkyl2024-06-221-1/+1
| * rp: Add multichannel ADCkalkyl2024-06-051-0/+13
* | --binary-format bin in rp examplesrafael2024-06-151-2/+2
* | probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address 0x10...rafael2024-06-131-2/+2
|/
* 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-221-36/+58
* correct spelling of the word "receive"Stefan Gehr2024-02-031-1/+1
* rp/gpio: remove generics.Dario Nieuwenhuis2024-01-225-17/+15
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-102-9/+9
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-212-2/+0
* 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-142-9/+9
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-2719-19/+0
* Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-023-3/+3