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
*
Fix PowerManagementMode::None
Matt Johnston
2023-05-14
1
-0
/
+1
*
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
*
remove comment.
Dario Nieuwenhuis
2023-05-08
1
-2
/
+0
*
update defmt to 0.3.4, now that probe-run is fixed.
Dario Nieuwenhuis
2023-05-08
1
-1
/
+1
*
Merge pull request #77 from kbleeke/join-error-handling
Dario Nieuwenhuis
2023-05-04
3
-21
/
+42
|
\
|
*
simple error handling for join instead of looping internally
kbleeke
2023-05-04
3
-21
/
+42
|
/
*
Merge pull request #76 from kbleeke/ioctl-response-logging
Dario Nieuwenhuis
2023-05-03
2
-3
/
+1
|
\
|
*
cleanup ioctl response logging
Kai Bleeke
2023-05-03
2
-3
/
+1
|
/
*
Update README.md
Dario Nieuwenhuis
2023-05-01
1
-3
/
+2
*
Merge pull request #74 from tana/ap-mode-example
Dario Nieuwenhuis
2023-05-01
1
-0
/
+144
|
\
|
*
Add AP mode example
Satoshi Tanaka
2023-05-02
1
-0
/
+144
|
/
*
Merge pull request #72 from tana/ap-mode
Dario Nieuwenhuis
2023-05-01
3
-0
/
+94
|
\
|
*
Implement WPA2 AP mode
Satoshi Tanaka
2023-05-01
2
-1
/
+46
|
*
Add AP mode (unencrypted)
Satoshi Tanaka
2023-05-01
3
-0
/
+49
*
|
Merge pull request #71 from kbleeke/wifi-scanning2
Dario Nieuwenhuis
2023-05-01
2
-3
/
+83
|
\
\
|
*
|
add wifi scan example
kbleeke
2023-05-01
2
-3
/
+83
|
|
/
*
|
Merge pull request #73 from daniel-larsen/master
Dario Nieuwenhuis
2023-05-01
3
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
updated example
Daniel Larsen
2023-04-30
1
-1
/
+1
|
*
Make defmt optional
Daniel Larsen
2023-04-30
2
-4
/
+5
|
*
Removed defmt
Daniel Larsen
2023-04-30
2
-4
/
+5
|
/
*
Merge pull request #70 from kbleeke/wifi-scanning-ioctl
Dario Nieuwenhuis
2023-04-30
6
-10
/
+173
|
\
|
*
comment wifi scanning items
kbleeke
2023-04-28
1
-0
/
+8
|
*
wifi scan ioctl
kbleeke
2023-04-28
6
-10
/
+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
*
|
Merge pull request #69 from kalkyl/update-embassy
Dario Nieuwenhuis
2023-04-27
5
-18
/
+26
|
\
\
|
*
|
Update embassy
kalkyl
2023-04-27
5
-18
/
+26
|
/
/
*
|
Switch from probe-run to probe-rs-cli.
Dario Nieuwenhuis
2023-04-26
2
-2
/
+2
*
|
ci: build with DEFMT_LOG=trace to catch all defmt issues.
Dario Nieuwenhuis
2023-04-26
2
-1
/
+2
*
|
Fix missing defmt impl.
Dario Nieuwenhuis
2023-04-26
1
-1
/
+19
*
|
Revert "Workaround regex breaking change."
Dario Nieuwenhuis
2023-04-26
1
-3
/
+0
|
/
*
Workaround regex breaking change.
Dario Nieuwenhuis
2023-04-21
1
-0
/
+3
*
Merge pull request #66 from mattiasgronlund/remove_myspi
Dario Nieuwenhuis
2023-04-15
1
-93
/
+2
|
\
|
*
Update main.rs
mattiasgronlund
2023-04-14
1
-5
/
+0
|
*
Remove MySpi
Mattias Grönlund
2023-04-14
1
-88
/
+2
|
/
*
Merge pull request #64 from kbleeke/master
Dario Nieuwenhuis
2023-04-09
4
-18
/
+18
|
\
|
*
update embedded-hal
kbleeke
2023-04-07
1
-1
/
+1
|
*
pin defmt to 0.3.2. 0.3.4 introduces an undesired wire format upgrade
kbleeke
2023-04-07
1
-1
/
+1
|
*
update nightly to embassy nightly
kbleeke
2023-04-07
1
-1
/
+1
|
*
update embassy
kbleeke
2023-04-07
3
-15
/
+15
|
/
*
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
*
|
Merge pull request #61 from kbleeke/noop-mutex-for-events
Dario Nieuwenhuis
2023-04-03
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
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
[next]