kbleeke
2c5d94493c
wifi scan ioctl
2023-04-28 21:28:59 +02:00
kalkyl
4d551a5865
Update embassy
2023-04-27 19:37:19 +02:00
Dario Nieuwenhuis
0c8e5f92c7
Switch from probe-run to probe-rs-cli.
2023-04-26 18:10:57 +02:00
Dario Nieuwenhuis
123c110427
Revert "Workaround regex breaking change."
...
This reverts commit 6a1a3e6877
.
2023-04-26 16:19:23 +02:00
Dario Nieuwenhuis
6a1a3e6877
Workaround regex breaking change.
2023-04-21 14:37:04 +02:00
mattiasgronlund
9ca5bcd576
Update main.rs
2023-04-14 10:27:25 +02:00
Mattias Grönlund
4be1e4bd44
Remove MySpi
...
MySpi was replaced by PioSpi and no longer used.
2023-04-14 09:38:35 +02:00
kbleeke
4d2710ed4d
pin defmt to 0.3.2. 0.3.4 introduces an undesired wire format upgrade
2023-04-07 19:55:46 +02:00
kbleeke
eb32d8ebbd
update embassy
2023-04-07 19:54:05 +02:00
kbleeke
20ea35fc96
Move pio driver to separate crate
2023-03-27 19:00:20 +02:00
kbleeke
056df98d47
use send status feature of cyw43 instead of manually checking status
2023-03-27 18:19:07 +02:00
kbleeke
8926397f45
address irq nits
2023-03-27 15:29:01 +02:00
kbleeke
b58cc2aa23
use irqs to wait for events
2023-03-27 13:18:59 +02: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
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
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
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
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
Aaron Tsui
0bcd1b1e10
update embassy dependences
2023-02-15 11:08:27 +08:00
Dario Nieuwenhuis
a2bae33d84
Add separate function to set power management mode.
2023-01-02 21:36:51 +01:00
Lukas Krejci
001610f0d0
Be able to specify the power management mode at init time.
2023-01-02 21:34:13 +01:00
Dario Nieuwenhuis
2548bbdd65
Update Embassy.
2022-12-27 01:19:26 +01:00
Dario Nieuwenhuis
076ada4c02
Add feature to display console logs from the wifi firmware.
2022-12-25 22:50:59 +01:00
Ulf Lilleengen
f4c9014fe4
feat: use async fn in trait
2022-12-01 22:09:45 +01:00
Dario Nieuwenhuis
8a81114baf
Update Embassy, nightly, deps.
2022-11-07 22:51:58 +01:00
Dario Nieuwenhuis
27771e60af
Bake the blob into the firmware by default.
2022-11-07 22:44:20 +01:00
Dario Nieuwenhuis
c385bbf07d
Update embassy, embedded-hal.
2022-10-02 21:28:34 +02:00
Dario Nieuwenhuis
9218aff498
Update Embassy.
2022-08-23 01:06:14 +02:00
Dario Nieuwenhuis
945449b10f
Update Embassy.
2022-08-22 17:26:05 +02:00
Daniel Bevenius
6b4555a6a7
Add comments about Country Locale Matrix (CLM)
...
This commit add comments about what CLM stands for.
The motivation of this is that I think it helps understanding the code
for users who are new to the codebase (like me).
2022-08-20 10:52:45 +02:00
Dario Nieuwenhuis
f76815d642
Update Embassy.
2022-08-13 15:37:30 +02:00
Dario Nieuwenhuis
92505f53e2
Get wifi credentials from envvars in example.
2022-07-21 23:50:40 +02:00
Dario Nieuwenhuis
54269a0761
Switch default log to debug.
...
Trace is very VRYY verbose.
2022-07-17 00:34:27 +02:00
Dario Nieuwenhuis
13c88a9ca3
Obtain the firmware blobs from the user instead of hardcoding magic flash addrs.
2022-07-17 00:33:30 +02:00
Dario Nieuwenhuis
931e3d7ee0
Switch to 32bit SPI.
2022-07-16 18:06:57 +02:00
Dario Nieuwenhuis
7dfdea8797
Switch to embedded-hal SPI, GPIO traits.
2022-07-16 08:26:54 +02:00
Dario Nieuwenhuis
ce7353fba4
Hook up embassy-net. IT WORKS.
2022-07-12 07:52:16 +02:00
Dario Nieuwenhuis
e1fd7dfc40
wpa2 join... still nothing.
2022-07-12 04:17:07 +02:00
Dario Nieuwenhuis
3ffdbd2ca3
stuff
2022-07-11 22:44:42 +02:00
Dario Nieuwenhuis
30b7800f9a
add event printing, add join but not working yet.
2022-07-11 05:19:31 +02:00
Dario Nieuwenhuis
069a57fcf8
async ioctls working.
2022-07-11 00:25:35 +02:00
Dario Nieuwenhuis
e560415fde
🌈
2022-07-10 19:45:26 +02:00