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
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
2
-22
/
+22
*
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
2
-18
/
+18
*
simple error handling for join instead of looping internally
kbleeke
2023-05-04
2
-19
/
+33
*
cleanup ioctl response logging
Kai Bleeke
2023-05-03
2
-3
/
+1
*
Implement WPA2 AP mode
Satoshi Tanaka
2023-05-01
2
-1
/
+46
*
Add AP mode (unencrypted)
Satoshi Tanaka
2023-05-01
3
-0
/
+49
*
comment wifi scanning items
kbleeke
2023-04-28
1
-0
/
+8
*
wifi scan ioctl
kbleeke
2023-04-28
5
-9
/
+165
*
Merge pull request #63 from kbleeke/generalize-events
Dario Nieuwenhuis
2023-04-27
7
-42
/
+198
|
\
|
*
comment some choices for current event handling
kbleeke
2023-04-25
2
-2
/
+8
|
*
cleanup EventMask
kbleeke
2023-04-25
1
-9
/
+9
|
*
rework event handling to allow sending data
kbleeke
2023-04-25
7
-42
/
+192
*
|
Update embassy
kalkyl
2023-04-27
1
-1
/
+9
*
|
Fix missing defmt impl.
Dario Nieuwenhuis
2023-04-26
1
-1
/
+19
|
/
*
Merge pull request #62 from kbleeke/parse-events-in-place
Dario Nieuwenhuis
2023-04-06
2
-62
/
+154
|
\
|
*
parse data from device in-place
kbleeke
2023-04-03
2
-62
/
+154
*
|
event queue mutexs can be noop because we are already !Sync in other places
kbleeke
2023-04-03
1
-4
/
+4
|
/
*
Merge pull request #58 from kbleeke/clear-data-unavailable
Dario Nieuwenhuis
2023-03-30
1
-0
/
+6
|
\
|
*
clear DATA_UNAVAILABLE irq
kbleeke
2023-03-30
1
-0
/
+6
*
|
set INTERRUPT_WITH_STATUS flag in attempt to prevent hangs
kbleeke
2023-03-30
2
-2
/
+3
|
/
*
use send status feature of cyw43 instead of manually checking status
kbleeke
2023-03-27
3
-16
/
+23
*
Merge pull request #47 from kbleeke/pio-irq
Dario Nieuwenhuis
2023-03-27
4
-48
/
+210
|
\
|
*
address irq nits
kbleeke
2023-03-27
2
-10
/
+6
|
*
use irqs to wait for events
kbleeke
2023-03-27
4
-47
/
+66
|
*
status and irq flags formatting with defmt
kbleeke
2023-03-27
1
-0
/
+147
*
|
cancel ioctl when future is dropped
kbleeke
2023-03-27
2
-3
/
+24
|
/
*
Merge pull request #50 from kbleeke/async-ioctls
Dario Nieuwenhuis
2023-03-27
4
-96
/
+185
|
\
|
*
bring back TODO note about dropping ioctls
kbleeke
2023-03-27
1
-0
/
+2
|
*
simplify ioctl waker code
kbleeke
2023-03-27
1
-12
/
+12
|
*
asyncify outgoing events
kbleeke
2023-03-27
4
-98
/
+185
*
|
also wait for join event in join_open
kbleeke
2023-03-27
1
-6
/
+11
|
/
*
Fix build with log.
Dario Nieuwenhuis
2023-03-27
6
-25
/
+62
*
split lib.rs into multiple files
kbleeke
2023-03-22
4
-880
/
+925
*
replace inspect() with direct calls to trace!() after awaiting
kbleeke
2023-03-21
1
-18
/
+10
*
Merge branch 'master' into pio
kbleeke
2023-03-21
2
-7
/
+49
|
\
|
*
add event handling to join
kbleeke
2023-03-19
2
-7
/
+49
*
|
document response delay quirks in bus code
kbleeke
2023-03-21
1
-1
/
+7
*
|
remove use of embedded-hal SPI traits. Instead just call our bus trait direct...
kbleeke
2023-03-21
2
-93
/
+18
*
|
even faster pio speed are possible
kbleeke
2023-03-19
1
-4
/
+27
*
|
Add pio transport to pico w example
kbleeke
2023-03-19
2
-2
/
+2
*
|
Custom Bus Trait to support PIO
kbleeke
2023-03-19
2
-32
/
+76
|
/
*
Add separate function to set power management mode.
Dario Nieuwenhuis
2023-01-02
1
-16
/
+13
*
Be able to specify the power management mode at init time.
Lukas Krejci
2023-01-02
1
-7
/
+99
*
Merge branch 'master' into wlan_read_fix
mattiasgronlund
2022-12-31
1
-131
/
+87
|
\
|
*
Update Embassy.
Dario Nieuwenhuis
2022-12-27
1
-131
/
+87
*
|
Fixed length for wlan_read.
Mattias Grönlund
2022-12-31
2
-4
/
+5
|
/
*
split bus, consts into separate mods.
Dario Nieuwenhuis
2022-12-26
3
-466
/
+496
*
Add feature to display console logs from the wifi firmware.
Dario Nieuwenhuis
2022-12-25
2
-0
/
+107
*
print ioctl error as signed.
Dario Nieuwenhuis
2022-12-25
1
-1
/
+4
[next]