kbleeke
|
69db1535b2
|
clear DATA_UNAVAILABLE irq
|
2023-03-30 12:24:37 +02:00 |
|
Dario Nieuwenhuis
|
d3fb9ddf33
|
Merge pull request #57 from kbleeke/faster-pio2
Maximum pio speed
|
2023-03-30 10:21:51 +00:00 |
|
kbleeke
|
b2d63d851d
|
set INTERRUPT_WITH_STATUS flag in attempt to prevent hangs
|
2023-03-30 12:04:18 +02:00 |
|
kbleeke
|
869b337715
|
PIO at maximum speed
|
2023-03-28 16:51:49 +02:00 |
|
Dario Nieuwenhuis
|
fe57e4d9f8
|
Merge pull request #56 from kbleeke/faster-pio
make pio even faster
|
2023-03-28 14:10:32 +00:00 |
|
kbleeke
|
781c7f978c
|
make pio faster
|
2023-03-28 15:29:14 +02:00 |
|
Dario Nieuwenhuis
|
c15f07de4f
|
Merge pull request #55 from kbleeke/master
update readme
|
2023-03-27 20:39:54 +00:00 |
|
kbleeke
|
983a94a9c5
|
update readme
|
2023-03-27 22:37:18 +02:00 |
|
Dario Nieuwenhuis
|
e9e2be137f
|
Merge pull request #54 from kbleeke/pio-irq
Move pio driver to separate crate
|
2023-03-27 17:08:54 +00:00 |
|
kbleeke
|
20ea35fc96
|
Move pio driver to separate crate
|
2023-03-27 19:00:20 +02:00 |
|
Dario Nieuwenhuis
|
d918919cb2
|
Merge pull request #53 from kbleeke/send-status
use send status feature of cyw43 instead of manually checking status
|
2023-03-27 16:54:59 +00:00 |
|
kbleeke
|
056df98d47
|
use send status feature of cyw43 instead of manually checking status
|
2023-03-27 18:19:07 +02:00 |
|
Dario Nieuwenhuis
|
273e6f5b83
|
Merge pull request #47 from kbleeke/pio-irq
Use IRQ instead of polling the status register
|
2023-03-27 16:08:22 +00:00 |
|
kbleeke
|
8926397f45
|
address irq nits
|
2023-03-27 15:29:01 +02:00 |
|
Dario Nieuwenhuis
|
07fe37b5ee
|
Merge pull request #52 from kbleeke/cancel-ioctl
cancel ioctl when future is dropped
|
2023-03-27 11:45:35 +00:00 |
|
kbleeke
|
1c721cb20e
|
cancel ioctl when future is dropped
|
2023-03-27 13:39:41 +02:00 |
|
kbleeke
|
b58cc2aa23
|
use irqs to wait for events
|
2023-03-27 13:18:59 +02:00 |
|
kbleeke
|
a2272dda08
|
status and irq flags formatting with defmt
|
2023-03-27 13:18:59 +02:00 |
|
Dario Nieuwenhuis
|
cde6f0f862
|
Merge pull request #50 from kbleeke/async-ioctls
Rework Ioctls to an async state machine
|
2023-03-27 10:43:53 +00:00 |
|
kbleeke
|
c7646eb699
|
bring back TODO note about dropping ioctls
|
2023-03-27 12:40:40 +02:00 |
|
kbleeke
|
4c52104413
|
simplify ioctl waker code
|
2023-03-27 12:40:27 +02:00 |
|
Dario Nieuwenhuis
|
fd3de78b43
|
Merge pull request #51 from kbleeke/wait-join-open
also wait for join event in join_open
|
2023-03-27 10:23:06 +00:00 |
|
kbleeke
|
6f547cf05d
|
asyncify outgoing events
|
2023-03-27 11:48:58 +02:00 |
|
kbleeke
|
4721381225
|
also wait for join event in join_open
|
2023-03-27 11:10:29 +02:00 |
|
Dario Nieuwenhuis
|
5da6108bec
|
Merge pull request #49 from embassy-rs/ci
Fix build with log, add CI
|
2023-03-27 05:19:36 +02:00 |
|
Dario Nieuwenhuis
|
ed601d439a
|
Add CI.
|
2023-03-27 03:33:20 +02:00 |
|
Dario Nieuwenhuis
|
cffc3fc795
|
Fix build with log.
|
2023-03-27 03:33:06 +02:00 |
|
Dario Nieuwenhuis
|
bb90bb8c56
|
Merge pull request #46 from kbleeke/split-lib-rs
split lib.rs into multiple files
|
2023-03-27 03:17:30 +02:00 |
|
kbleeke
|
20923080e6
|
split lib.rs into multiple files
|
2023-03-22 15:35:02 +01:00 |
|
Dario Nieuwenhuis
|
8b24fe3df0
|
Merge pull request #45 from kbleeke/fix-stuck-ioctl
Spawn Wifi Task immediately, Fix #44
|
2023-03-22 13:56:25 +01:00 |
|
kbleeke
|
369f205962
|
wifi task needs to be spawned immediately, otherwise ioctls are just stuck (duh). fix #44
|
2023-03-22 11:33:55 +01:00 |
|
Dario Nieuwenhuis
|
33cbc22236
|
Merge pull request #39 from kbleeke/pio
Use PIO for SPI communication in Pico W example
|
2023-03-21 19:56:57 +01:00 |
|
kbleeke
|
359b1c7fdb
|
replace inspect() with direct calls to trace!() after awaiting
|
2023-03-21 19:39:41 +01:00 |
|
kbleeke
|
29494a9296
|
Merge branch 'master' into pio
|
2023-03-21 19:32:39 +01:00 |
|
kbleeke
|
f82f931dc2
|
revert formatting changes in Cargo.toml
|
2023-03-21 19:30:45 +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 |
|
Dario Nieuwenhuis
|
0e946dfb20
|
Merge pull request #42 from kbleeke/events-join
add event handling to join
|
2023-03-19 23:20:33 +01:00 |
|
Dario Nieuwenhuis
|
b411b7ce63
|
vscode: recommend extensions, disable toml formatting, update.
|
2023-03-19 22:36:18 +01:00 |
|
Dario Nieuwenhuis
|
ee3d284609
|
Merge pull request #43 from jakewins/patch-1
Update pre-flashed command to match file name
|
2023-03-19 21:33:16 +01:00 |
|
Jacob Davis-Hansson
|
67743bb122
|
Update pre-flashed command to match file name
Super minor, just to help the next person avoid the little stumble.
|
2023-03-19 19:16:26 +01:00 |
|
kbleeke
|
1b410d6f3f
|
add event handling to join
|
2023-03-19 17:48:41 +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 |
|
Dario Nieuwenhuis
|
e33b99e9ec
|
Merge pull request #40 from Slushee-a/master
Add from_utf8 for a clearer example
|
2023-03-14 18:42:27 +01:00 |
|
Pol Fernandez
|
f6f041b05d
|
Add from_utf8
|
2023-02-21 08:52:57 +01:00 |
|
Pol Fernandez
|
f34829f534
|
Add stringify function
|
2023-02-20 21:03:39 +01:00 |
|
Dario Nieuwenhuis
|
e3492862e9
|
Merge pull request #38 from overheat/master
update embassy dependences
|
2023-02-15 12:34:45 +01:00 |
|
Aaron Tsui
|
0bcd1b1e10
|
update embassy dependences
|
2023-02-15 11:08:27 +08:00 |
|