index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runner.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename BCD -> BDC. That's what Broadcom calls it. Still no idea what it means.
Dario Nieuwenhuis
2023-05-08
1
-12
/
+12
*
Fix missing padding in tx. Makes max-sized packets not get dropped
Dario Nieuwenhuis
2023-05-08
1
-4
/
+15
*
Change all logging level to debug.
Dario Nieuwenhuis
2023-05-08
1
-11
/
+11
*
cleanup ioctl response logging
Kai Bleeke
2023-05-03
1
-2
/
+0
*
wifi scan ioctl
kbleeke
2023-04-28
1
-2
/
+12
*
comment some choices for current event handling
kbleeke
2023-04-25
1
-0
/
+4
*
rework event handling to allow sending data
kbleeke
2023-04-25
1
-18
/
+15
*
parse data from device in-place
kbleeke
2023-04-03
1
-55
/
+12
*
clear DATA_UNAVAILABLE irq
kbleeke
2023-03-30
1
-0
/
+6
*
use send status feature of cyw43 instead of manually checking status
kbleeke
2023-03-27
1
-4
/
+1
*
address irq nits
kbleeke
2023-03-27
1
-4
/
+0
*
use irqs to wait for events
kbleeke
2023-03-27
1
-43
/
+51
*
asyncify outgoing events
kbleeke
2023-03-27
1
-44
/
+64
*
Fix build with log.
Dario Nieuwenhuis
2023-03-27
1
-11
/
+18
*
split lib.rs into multiple files
kbleeke
2023-03-22
1
-0
/
+564