aboutsummaryrefslogtreecommitdiff
path: root/tests/rp/src/bin/cyw43-perf.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update examples and testsSimon Börjesson2025-12-101-1/+1
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-2/+2
|
* 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-161-7/+6
|
* cyw43: add support for WPA3 and more extensive security options.Dario Nieuwenhuis2024-09-091-1/+5
|
* Simplify construction of StackResources::new()Martin Liska2024-08-081-1/+1
|
* --binary-format bin in rp examplesrafael2024-06-151-2/+2
|
* probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address ↵rafael2024-06-131-2/+2
| | | | | | 0x10100000 yields: Error: --format has been renamed to --binary-format. Please use --binary-format bin instead of --format bin
* rp/gpio: remove generics.Dario Nieuwenhuis2024-01-221-4/+2
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-5/+8
|
* test: deduplicate net perf test code.Dario Nieuwenhuis2023-09-281-174/+15
|
* net-wiznet: add HIL test using w5100s.Dario Nieuwenhuis2023-08-161-2/+1
|
* cyw43: Update firmware in HIL test.Dario Nieuwenhuis2023-07-281-2/+2
|
* rp/pio: use bind_interrupts for irqspennae2023-07-071-3/+7
| | | | closes #1338
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-2/+2
|
* esp-hosted: add perf hil test.Dario Nieuwenhuis2023-06-221-8/+1
|
* tests/rp: make cyw43-perf less strict.Dario Nieuwenhuis2023-06-081-3/+3
|
* tests/rp: update cyw43-perf for embassy-net changes.Dario Nieuwenhuis2023-06-081-2/+2
|
* cyw43: add perf HIL test.Dario Nieuwenhuis2023-06-061-0/+267