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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PowerManagementMode::None
Matt Johnston
2023-05-14
1
-0
/
+1
*
simple error handling for join instead of looping internally
kbleeke
2023-05-04
1
-1
/
+1
*
wifi scan ioctl
kbleeke
2023-04-28
1
-0
/
+1
*
rework event handling to allow sending data
kbleeke
2023-04-25
1
-3
/
+10
*
asyncify outgoing events
kbleeke
2023-03-27
1
-28
/
+4
*
split lib.rs into multiple files
kbleeke
2023-03-22
1
-880
/
+8
*
Merge branch 'master' into pio
kbleeke
2023-03-21
1
-7
/
+35
|
\
|
*
add event handling to join
kbleeke
2023-03-19
1
-7
/
+35
*
|
remove use of embedded-hal SPI traits. Instead just call our bus trait direct...
kbleeke
2023-03-21
1
-5
/
+2
*
|
Add pio transport to pico w example
kbleeke
2023-03-19
1
-1
/
+1
*
|
Custom Bus Trait to support PIO
kbleeke
2023-03-19
1
-3
/
+5
|
/
*
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
1
-1
/
+1
|
/
*
split bus, consts into separate mods.
Dario Nieuwenhuis
2022-12-26
1
-466
/
+70
*
Add feature to display console logs from the wifi firmware.
Dario Nieuwenhuis
2022-12-25
1
-0
/
+81
*
print ioctl error as signed.
Dario Nieuwenhuis
2022-12-25
1
-1
/
+4
*
fix bp_read.
Dario Nieuwenhuis
2022-12-25
1
-3
/
+7
*
Use async spi transaction helper macro.
Dario Nieuwenhuis
2022-10-02
1
-106
/
+70
*
Update embassy, embedded-hal.
Dario Nieuwenhuis
2022-10-02
1
-1
/
+1
*
Add constants for BDC_VERSION
Daniel Bevenius
2022-09-26
1
-1
/
+1
*
Suppress compiler warnings
Daniel Bevenius
2022-09-26
1
-105
/
+115
*
Merge pull request #20 from danbev/glom_comment
Dario Nieuwenhuis
2022-09-25
1
-0
/
+3
|
\
|
*
Add comment about bus:txglom iovar
Daniel Bevenius
2022-09-23
1
-0
/
+3
*
|
Merge pull request #21 from danbev/extra-time-waits
Dario Nieuwenhuis
2022-09-25
1
-2
/
+2
|
\
\
|
*
|
Comment out extra Timer:after calls
Daniel Bevenius
2022-09-23
1
-2
/
+2
|
|
/
*
|
Merge pull request #22 from danbev/antdiv-const
Dario Nieuwenhuis
2022-09-25
1
-1
/
+3
|
\
\
|
*
|
Add const for IOCTL ANTDIV
Daniel Bevenius
2022-09-23
1
-1
/
+3
|
|
/
*
|
Merge pull request #23 from danbev/ioctl_set_u32-iface
Dario Nieuwenhuis
2022-09-25
1
-1
/
+1
|
\
\
|
*
|
Update ioctl_set_u32 to pass through iface param
Daniel Bevenius
2022-09-23
1
-1
/
+1
|
|
/
*
/
Add constants for cmd_word arguments
Daniel Bevenius
2022-09-23
1
-9
/
+16
|
/
*
Introduce IoctlType enum for IOCTL types
Daniel Bevenius
2022-09-22
1
-11
/
+22
*
Make self parameter to has_credit non-mutable
Daniel Bevenius
2022-09-17
1
-1
/
+1
*
Merge pull request #16 from danbev/alp
Dario Nieuwenhuis
2022-09-15
1
-3
/
+7
|
\
|
*
Add contants and update comment about ALP
Daniel Bevenius
2022-09-12
1
-3
/
+7
*
|
Add constants for channel types
Daniel Bevenius
2022-09-15
1
-5
/
+9
|
/
*
Merge pull request #14 from danbev/ioctl_set_get_consts
Dario Nieuwenhuis
2022-09-09
1
-6
/
+13
|
\
|
*
Add constants for ioctl commands
Daniel Bevenius
2022-09-09
1
-6
/
+13
*
|
Use wrapping_sub in update_credit
Daniel Bevenius
2022-09-09
1
-1
/
+1
|
/
*
Add gpio_set
Jan Niehusmann
2022-09-06
1
-0
/
+6
*
Fixes after review
Jan Niehusmann
2022-09-06
1
-11
/
+18
*
Implement minimal tx flow control
Jan Niehusmann
2022-09-06
1
-6
/
+26
*
Fix calculation of slice index
Jan Niehusmann
2022-08-30
1
-1
/
+1
*
Merge pull request #6 from danbev/add-word-length-constants
Dario Nieuwenhuis
2022-08-25
1
-2
/
+4
|
\
|
*
Add WORD_LENGTH_32/HIGH_SPEED constants
Daniel Bevenius
2022-08-25
1
-2
/
+4
*
|
Merge pull request #8 from danbev/test-ro-rw-constants
Dario Nieuwenhuis
2022-08-25
1
-7
/
+7
|
\
\
|
*
|
Rename REG_BUS_FEEDBEAD to REG_BUS_TEST_RO
Daniel Bevenius
2022-08-25
1
-7
/
+7
*
|
|
Add comment for AI constants
Daniel Bevenius
2022-08-24
1
-0
/
+2
|
/
/
[next]