aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/wifi_blinky.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
|
* Added new param to examples and created a pico plus 2 w exampleBailey Townsend2024-12-281-2/+11
|
* update path to cyw43 firmware in `wifi_blinky.rs` commentsBrad Gibson2024-10-221-2/+2
|
* cyw43: add Bluetooth support.Dario Nieuwenhuis2024-08-051-2/+2
| | | | Co-Authored-By: Brandon Ros <[email protected]>
* --binary-format bin in rp examplesrafael2024-06-151-2/+2
|
* typo: was missing "bin"rafael2024-06-141-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-2/+3
|
* Update firmware size in rp wifi examplesKingCol132023-10-021-1/+1
|
* Add descriptions to all RP2040 examples. Some need hardware that was not ↵Henrik Berg2023-07-131-0/+4
| | | | specified.
* rp/pio: use bind_interrupts for irqspennae2023-07-071-2/+7
| | | | closes #1338
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-2/+2
|
* Code cleanup.Henrik Berg2023-06-121-1/+1
|
* Document external button. Add wifi_blinky.rs for easy beginners start.Henrik Berg2023-06-121-0/+59