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
*
status and irq flags formatting with defmt
kbleeke
2023-03-27
1
-0
/
+147
*
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
*
print ioctl error as signed.
Dario Nieuwenhuis
2022-12-25
1
-1
/
+4
*
fix bp_read.
Dario Nieuwenhuis
2022-12-25
1
-3
/
+7
*
Merge pull request #30 from embassy-rs/afit
Dario Nieuwenhuis
2022-12-01
4
-66
/
+51
|
\
|
*
feat: use async fn in trait
Ulf Lilleengen
2022-12-01
4
-66
/
+51
|
/
*
Update Embassy, nightly, deps.
Dario Nieuwenhuis
2022-11-07
4
-12
/
+12
*
Bake the blob into the firmware by default.
Dario Nieuwenhuis
2022-11-07
1
-4
/
+4
*
Use async spi transaction helper macro.
Dario Nieuwenhuis
2022-10-02
1
-106
/
+70
*
Update embassy, embedded-hal.
Dario Nieuwenhuis
2022-10-02
5
-19
/
+19
[next]