aboutsummaryrefslogtreecommitdiff
path: root/cyw43
Commit message (Expand)AuthorAgeFilesLines
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
* make bluetooth module publicJoost Buijgers2024-10-111-1/+2
* cyw43: add support for WPA3 and more extensive security options.Dario Nieuwenhuis2024-09-094-52/+160
* cyw43: log ioctls.Dario Nieuwenhuis2024-09-092-5/+13
* cyw43: use enum for ioctl instead of consts.Dario Nieuwenhuis2024-09-094-48/+319
* Use released bt-hci crateUlf Lilleengen2024-08-211-1/+1
* cyw43: make sure to yield if doing busy-polling for interrupts.Dario Nieuwenhuis2024-08-091-0/+7
* cyw43: add Bluetooth support.Dario Nieuwenhuis2024-08-058-66/+844
* Add cyw43/cyw43-pio changelogs9names2024-08-051-0/+23
* Uprev cyw43 and cyw43-pio for embassy-rp 0.29names2024-08-051-1/+1
* Prepare release embassy-net-driver-channelUlf Lilleengen2024-08-051-1/+1
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
* Added doc comment to a public enum variantVicente2024-07-251-0/+1
* FormmatingVicente2024-07-251-1/+1
* Adding pub struct docsVicente2024-07-251-0/+1
* Fixing missing re-exportVicente2024-07-251-1/+1
* Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
* Merge pull request #3040 from embassy-rs/embassy-time-0.3.1Ulf Lilleengen2024-06-051-1/+1
|\
| * prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
* | Added docs.Gustav Toft2024-06-051-0/+1
* | CYW43: Add function to close existing soft APGustav Toft2024-06-051-0/+17
|/
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
* Remove "cargo install probe-rs", point users to probe.rs instead.Dario Nieuwenhuis2024-05-211-1/+1
* Fix cyw43Dion Dokter2024-05-201-8/+10
* Make join_wpa2_passphrase_info privateCirrus2024-04-281-5/+1
* passphrase_info does not have to be passed &mutCirrus2024-04-281-3/+3
* cyw43: Add function to join WPA2 network with precomputed PSK.Cirrus2024-04-281-10/+35
* Added MAC address getter to cyw43 controllerJack Hogan2024-04-151-2/+8
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
* cyw43: Reuse buf to reduce stack usageDafabHoid2024-02-161-5/+3
* cyw43: Unify dwell time.Dario Nieuwenhuis2024-01-202-27/+23
* feat: Extended the Scan APIumgefahren2024-01-193-13/+88
* Add more fields to the BssInfo packet structChristopher N. Hesse2024-01-191-0/+38
* Fix invalid "async" crates.io category.Dario Nieuwenhuis2024-01-121-1/+1
* Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-0/+6
* Add docs.rs metadata to all crates.Dario Nieuwenhuis2024-01-111-0/+3
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-1/+1
* Centralize license and MSRV boilerplate into the repo readme.Dario Nieuwenhuis2024-01-111-15/+0
* Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-091-1/+1
* docs: document public apis for cyw43 driverUlf Lilleengen2023-12-195-2/+44
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-1/+1
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+1
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-1/+1
* cyw43: remove feature(concat_bytes).Dario Nieuwenhuis2023-11-252-55/+49
* cyw43: Add Control method to add multicast HW addressSamuel Čavoj2023-11-162-1/+56
* Update Rust nightly.Dario Nieuwenhuis2023-11-012-2/+1
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
* net/driver: remove Medium, make HardwareAddress non_exhaustive.Dario Nieuwenhuis2023-10-181-2/+2