aboutsummaryrefslogtreecommitdiff
path: root/cyw43/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|/
* don't pay for what you don't usesoypat2023-08-201-1/+1
|
* Introduce driver::HardwareAddress without smoltcp dependencyRuben De Smet2023-07-311-1/+1
|
* rustfmt.Dario Nieuwenhuis2023-07-041-5/+15
|
* cyw43: remove pointless wait_complete.Dario Nieuwenhuis2023-06-091-4/+1
|
* fmt: remove unused defmt::timestamp!Dario Nieuwenhuis2023-06-091-3/+0
|
* cyw43: move crate to subdir.Dario Nieuwenhuis2023-05-3011-0/+3728