Dario Nieuwenhuis
ee0ebe3121
rp/gpio: remove generics.
2024-01-22 21:32:10 +01:00
Dario Nieuwenhuis
4c23f197b3
Fix invalid "async" crates.io category.
2024-01-12 00:39:01 +01:00
Dario Nieuwenhuis
6a1c415a4c
Complete cargo.tomls more.
2024-01-12 00:32:47 +01:00
Dario Nieuwenhuis
b452a6bcf6
Centralize license and MSRV boilerplate into the repo readme.
2024-01-11 18:18:35 +01:00
Ulf Lilleengen
39c166ef9b
docs: document public apis for cyw43 driver
2023-12-19 16:08:06 +01:00
Ulf Lilleengen
e45e3e76b5
docs: embassy-rp rustdoc and refactoring
2023-12-19 10:56:22 +01:00
Dario Nieuwenhuis
c6989dfbca
Remove nightly and unstable-traits features in preparation for 1.75.
2023-11-29 17:26:33 +01:00
Dario Nieuwenhuis
e519e00265
Update Rust nightly.
2023-11-01 04:56:56 +01:00
pennae
cbc8871a0b
rp: relocate programs implicitly during load
...
this removed the RelocatedProgram construction step from pio uses.
there's not all that much to be said for the extra step because the
origin can be set on the input program itself, and the remaining
information exposed by RelocatedProgram can be exposed from
LoadedProgram instead (even though it's already available on the pio_asm
programs, albeit perhaps less convenient). we do lose access to the
relocated instruction iterator, but we also cannot think of anything
this iterator would actually be useful for outside of program loading.
2023-07-28 19:33:02 +02:00
Dario Nieuwenhuis
d7d66bd74f
Document w5500, cyw43
2023-06-01 00:15:37 +02:00
Dario Nieuwenhuis
3f35a8876e
cyw43: adapt build to main embassy repo.
2023-05-30 23:26:29 +02:00
Dario Nieuwenhuis
c327c6cd6f
cyw43: move crate to subdir.
2023-05-30 22:42:49 +02:00
Dario Nieuwenhuis
db907a914c
cyw43-pio: add overclock
feature flag.
2023-05-14 23:02:49 +02:00
Dario Nieuwenhuis
8800caa216
Update Embassy, to new PIO API.
2023-05-13 02:58:42 +02:00
Dario Nieuwenhuis
d3d424dad3
remove comment.
2023-05-08 21:53:03 +02:00
Daniel Larsen
c70a66fe81
Make defmt optional
2023-04-30 18:55:19 -03:00
Daniel Larsen
af368676ef
Removed defmt
2023-04-30 18:02:44 -03:00
kalkyl
4d551a5865
Update embassy
2023-04-27 19:37:19 +02:00
kbleeke
869b337715
PIO at maximum speed
2023-03-28 16:51:49 +02:00
kbleeke
781c7f978c
make pio faster
2023-03-28 15:29:14 +02:00
kbleeke
20ea35fc96
Move pio driver to separate crate
2023-03-27 19:00:20 +02:00