aboutsummaryrefslogtreecommitdiff
path: root/cyw43
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | Taken from the Infineon WHD repository: https://github.com/Infineon/wifi-host-driver/blob/04ee318cc96bffa7d69a1e076c008e2364453f82/WiFi_Host_Driver/inc/whd_types.h#L814 Signed-off-by: Christopher N. Hesse <[email protected]>
* 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
|
* Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-161-1/+1
|
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-153-17/+17
| | | | convenience methods
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
|
* net: remove atomic-polyfill.Dario Nieuwenhuis2023-10-121-1/+0
|
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
| | | | Update changelog in preparation for release
* Merge pull request #1838 from Frostie314159/cyw43-nextDario Nieuwenhuis2023-08-303-4/+20
|\ | | | | | | cyw43: Add utility functions.
| * Reverted patch for lint fix.Frostie3141592023-08-301-1/+1
| |
| * cyw43: Make Scanner public.Frostie3141592023-08-291-1/+1
| |
| * cyw43: Create leave function on Control struct.Frostie3141592023-08-282-0/+6
| | | | | | | | Create a function, which disassociates us, from the currently connected infra.
| * cyw43: Introduce seperate up/down functions.Frostie3141592023-08-281-3/+13
| | | | | | | | Create two helper functions, for setting the interface up/down.
| * cyw43: Fix warning in event.rs.Frostie3141592023-08-281-1/+1
| | | | | | | | Allow non_upper_case_globals, to prevent the compiler from spitting out a warning about the Event enum.
* | Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-7/+11
| |
* | Release embassy-time v0.1.3Jesse Braham2023-08-281-2/+2
|/
* don't pay for what you don't usesoypat2023-08-201-1/+1
|
* Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-161-1/+1
|
* Introduce driver::HardwareAddress without smoltcp dependencyRuben De Smet2023-07-311-1/+1
|
* Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-1/+1
|
* Remove wifi envvars. They're annoying, they cause rust-analyzer errors when ↵Dario Nieuwenhuis2023-07-051-1/+1
| | | | opening the examples.
* rustfmt.Dario Nieuwenhuis2023-07-041-5/+15
|
* update embedded-hal crates.Dario Nieuwenhuis2023-07-041-1/+1
|
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-6/+6
|
* cyw43: remove pointless wait_complete.Dario Nieuwenhuis2023-06-091-4/+1
|
* fmt: remove unused defmt::timestamp!Dario Nieuwenhuis2023-06-091-3/+0
|
* Document w5500, cyw43Dario Nieuwenhuis2023-06-011-0/+6
|
* cyw43: adapt build to main embassy repo.Dario Nieuwenhuis2023-05-301-16/+4
|
* cyw43: move crate to subdir.Dario Nieuwenhuis2023-05-3013-0/+3825