Dario Nieuwenhuis
|
cffc3fc795
|
Fix build with log.
|
2023-03-27 03:33:06 +02:00 |
|
kbleeke
|
359b1c7fdb
|
replace inspect() with direct calls to trace!() after awaiting
|
2023-03-21 19:39:41 +01:00 |
|
kbleeke
|
3034e8fb45
|
document response delay quirks in bus code
|
2023-03-21 19:26:24 +01:00 |
|
kbleeke
|
b4b8d82980
|
remove use of embedded-hal SPI traits. Instead just call our bus trait directly and push responsibility for implementing CS on the trait implementor
|
2023-03-21 19:15:54 +01:00 |
|
kbleeke
|
a6a2a035d5
|
even faster pio speed are possible
|
2023-03-19 17:00:45 +01:00 |
|
kbleeke
|
0ff606dfc1
|
Add pio transport to pico w example
|
2023-03-19 16:58:22 +01:00 |
|
kbleeke
|
d57fe0de86
|
Custom Bus Trait to support PIO
|
2023-03-19 16:57:54 +01:00 |
|
Mattias Grönlund
|
871700f05d
|
Fixed length for wlan_read.
The length provided in command word for FUNC_WLAN READ, should
describe the actual bytes requested, not the size of the buffer
which is sized in u32.
|
2022-12-31 16:25:37 +01:00 |
|
Dario Nieuwenhuis
|
1b6799d93f
|
split bus, consts into separate mods.
|
2022-12-26 23:34:27 +01:00 |
|