aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/wifi_webrequest.rs
Commit message (Expand)AuthorAgeFilesLines
* Update examples and testsSimon Börjesson2025-12-101-1/+1
* Switch WiFi example to non-TLS httpbin request1-rafael-12025-11-151-31/+59
* 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-23/+10
* 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
* 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-1/+1
|\
| * examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-071-1/+1
* | 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
* rustfmtrafael2024-06-241-2/+2
* comment the commentsrafael2024-06-241-2/+4
* rustfmt againrafael2024-06-241-4/+2
* rustfmtrafael2024-06-241-16/+9
* add wifi_webrequest examplerafael2024-06-231-0/+197