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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move pio driver to separate crate
kbleeke
2023-03-27
6
-9
/
+31
*
Merge pull request #53 from kbleeke/send-status
Dario Nieuwenhuis
2023-03-27
5
-28
/
+49
|
\
|
*
use send status feature of cyw43 instead of manually checking status
kbleeke
2023-03-27
5
-28
/
+49
|
/
*
Merge pull request #47 from kbleeke/pio-irq
Dario Nieuwenhuis
2023-03-27
5
-52
/
+220
|
\
|
*
address irq nits
kbleeke
2023-03-27
4
-19
/
+6
|
*
use irqs to wait for events
kbleeke
2023-03-27
6
-51
/
+85
|
*
status and irq flags formatting with defmt
kbleeke
2023-03-27
1
-0
/
+147
*
|
Merge pull request #52 from kbleeke/cancel-ioctl
Dario Nieuwenhuis
2023-03-27
2
-3
/
+24
|
\
\
|
|
/
|
/
|
|
*
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
*
|
Merge pull request #51 from kbleeke/wait-join-open
Dario Nieuwenhuis
2023-03-27
1
-6
/
+11
|
\
\
|
|
/
|
/
|
|
*
also wait for join event in join_open
kbleeke
2023-03-27
1
-6
/
+11
|
/
*
Merge pull request #49 from embassy-rs/ci
Dario Nieuwenhuis
2023-03-27
9
-25
/
+115
|
\
|
*
Add CI.
Dario Nieuwenhuis
2023-03-27
3
-0
/
+53
|
*
Fix build with log.
Dario Nieuwenhuis
2023-03-27
6
-25
/
+62
|
/
*
Merge pull request #46 from kbleeke/split-lib-rs
Dario Nieuwenhuis
2023-03-27
4
-880
/
+925
|
\
|
*
split lib.rs into multiple files
kbleeke
2023-03-22
4
-880
/
+925
|
/
*
Merge pull request #45 from kbleeke/fix-stuck-ioctl
Dario Nieuwenhuis
2023-03-22
1
-1
/
+1
|
\
|
*
wifi task needs to be spawned immediately, otherwise ioctls are just stuck (d...
kbleeke
2023-03-22
1
-1
/
+1
|
/
*
Merge pull request #39 from kbleeke/pio
Dario Nieuwenhuis
2023-03-21
7
-119
/
+289
|
\
|
*
replace inspect() with direct calls to trace!() after awaiting
kbleeke
2023-03-21
2
-20
/
+12
|
*
Merge branch 'master' into pio
kbleeke
2023-03-21
5
-21
/
+71
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #42 from kbleeke/events-join
Dario Nieuwenhuis
2023-03-19
3
-12
/
+53
|
\
\
|
*
|
add event handling to join
kbleeke
2023-03-19
3
-12
/
+53
*
|
|
vscode: recommend extensions, disable toml formatting, update.
Dario Nieuwenhuis
2023-03-19
2
-8
/
+17
*
|
|
Merge pull request #43 from jakewins/patch-1
Dario Nieuwenhuis
2023-03-19
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update pre-flashed command to match file name
Jacob Davis-Hansson
2023-03-19
1
-1
/
+1
|
/
/
|
*
revert formatting changes in Cargo.toml
kbleeke
2023-03-21
1
-29
/
+5
|
*
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
6
-177
/
+58
|
*
even faster pio speed are possible
kbleeke
2023-03-19
3
-12
/
+43
|
*
Add pio transport to pico w example
kbleeke
2023-03-19
6
-35
/
+264
|
*
Custom Bus Trait to support PIO
kbleeke
2023-03-19
4
-49
/
+104
|
/
*
Merge pull request #40 from Slushee-a/master
Dario Nieuwenhuis
2023-03-14
1
-2
/
+5
|
\
|
*
Add from_utf8
Pol Fernandez
2023-02-21
1
-8
/
+3
|
*
Add stringify function
Pol Fernandez
2023-02-20
1
-1
/
+9
|
/
*
Merge pull request #38 from overheat/master
Dario Nieuwenhuis
2023-02-15
2
-12
/
+12
|
\
|
*
update embassy dependences
Aaron Tsui
2023-02-15
2
-12
/
+12
|
/
*
Merge pull request #29 from metlos/fix-pm
Dario Nieuwenhuis
2023-01-02
2
-7
/
+99
|
\
|
*
Add separate function to set power management mode.
Dario Nieuwenhuis
2023-01-02
2
-17
/
+17
|
*
Be able to specify the power management mode at init time.
Lukas Krejci
2023-01-02
2
-8
/
+100
|
/
*
Merge pull request #34 from mattiasgronlund/wlan_read_fix
Dario Nieuwenhuis
2023-01-02
2
-4
/
+5
|
\
|
*
Merge branch 'master' into wlan_read_fix
mattiasgronlund
2022-12-31
4
-143
/
+101
|
|
\
|
|
/
|
/
|
*
|
Update Embassy.
Dario Nieuwenhuis
2022-12-27
4
-143
/
+101
|
*
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
4
-1
/
+111
[next]