aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/wifi_tcp_server.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
|
* examples: fix RP2040 link establishing logicOscar Aurin2025-07-271-16/+11
|
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-1/+0
| | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
* update WiFi credentials to placeholders1-rafael-12025-04-131-2/+2
|
* Added new param to examples and created a pico plus 2 w exampleBailey Townsend2024-12-281-2/+11
|
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-161-12/+6
|
* cyw43: add support for WPA3 and more extensive security options.Dario Nieuwenhuis2024-09-091-2/+5
|
* Merge pull request #3232 from embassy-rs/misc-fixes-44Dario Nieuwenhuis2024-08-071-2/+2
|\ | | | | | | Misc fixes.
| * examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-071-2/+2
| |
* | cyw43: add Bluetooth support.Dario Nieuwenhuis2024-08-051-4/+4
|/ | | | Co-Authored-By: Brandon Ros <[email protected]>
* Fix rngcore imports in examples9names2024-06-251-0/+2
|
* Replace joke seed with best RNG available9names2024-06-251-1/+2
|
* --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-5/+8
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+1
|
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-1/+1
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-1/+1
| | | | convenience methods
* Add wait for DHCP in rp wifi_tcp_serverKingCol132023-10-021-1/+8
|
* Update firmware size in rp wifi examplesKingCol132023-10-021-1/+1
|
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-071-1/+1
|
* Add descriptions to all RP2040 examples. Some need hardware that was not ↵Henrik Berg2023-07-131-0/+3
| | | | specified.
* rp/pio: use bind_interrupts for irqspennae2023-07-071-2/+7
| | | | closes #1338
* Remove wifi envvars. They're annoying, they cause rust-analyzer errors when ↵Dario Nieuwenhuis2023-07-051-2/+5
| | | | opening the examples.
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-2/+2
|
* net: Support dual stack IPRuben De Smet2023-06-071-2/+2
|
* Rename StaticConfig to StaticConfigV4Ruben De Smet2023-06-061-1/+1
|
* Use make_static! from static-cell v1.1Dario Nieuwenhuis2023-06-011-12/+4
|
* cyw43: adapt build to main embassy repo.Dario Nieuwenhuis2023-05-301-0/+146