aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/wifi_ap_tcp_server.rs
Commit message (Expand)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-2/+2
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-1/+0
* 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
* Merge pull request #3232 from embassy-rs/misc-fixes-44Dario Nieuwenhuis2024-08-071-2/+2
|\
| * 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-2/+2
|/
* 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 0x10...rafael2024-06-131-2/+2
* 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
* 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 spec...Henrik Berg2023-07-131-0/+3
* rp/pio: use bind_interrupts for irqspennae2023-07-071-2/+7
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-2/+2
* net: Support dual stackĀ IPRuben De Smet2023-06-071-1/+1
* 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/+139