James Munns
|
4722bac07c
|
FAQ: "How to add support for a new chip"
This adds an opinionated process for supporting a brand new (family of) chip(s) in Embassy.
|
2024-05-17 11:07:47 +02:00 |
|
Dario Nieuwenhuis
|
128575aebe
|
Merge pull request #2950 from felipebalbi/add-stm32g0-i2c-async-example
stm32g0: add i2c_async example
|
2024-05-16 19:17:48 +00:00 |
|
Felipe Balbi
|
57d9bfd343
|
stm32g0: add i2c_async example
This example will help those having difficulties understanding how to
bind interrupts on stm32g0 devices.
|
2024-05-16 12:15:43 -07:00 |
|
Dario Nieuwenhuis
|
d45638be1b
|
Merge pull request #2947 from felipebalbi/add-shared-bus-example
stm32h7: add shared bus example
|
2024-05-16 16:41:23 +00:00 |
|
Felipe Balbi
|
3ef62eef53
|
stm32h7: add shared bus example
|
2024-05-16 09:38:13 -07:00 |
|
Dario Nieuwenhuis
|
17dde65ac2
|
net-esp-hosted: fix missing enabling defmt feature in heapless.
|
2024-05-15 22:28:51 +02:00 |
|
Joël Schulz-Ansres
|
cc6998be30
|
Cargo format
|
2024-05-15 14:12:44 +02:00 |
|
Joël Schulz-Ansres
|
db56c4fe6f
|
Add miso pullup to spi configuration, add input as field for speed
|
2024-05-15 12:54:30 +02:00 |
|
Karun
|
3e399a9690
|
update to remove dma generics
|
2024-05-14 12:45:07 -04:00 |
|
Joël Schulz-Ansres
|
620d182c5a
|
Use read_busy function
|
2024-05-14 13:53:02 +02:00 |
|
Joël Schulz-Ansres
|
663b5b094d
|
Add helper functions
|
2024-05-14 13:45:37 +02:00 |
|
Joël Schulz-Ansres
|
48719d742c
|
Add unwrap to write
|
2024-05-14 12:22:27 +02:00 |
|
Joël Schulz-Ansres
|
94cf606892
|
Improve write_cmd parameters
|
2024-05-14 12:16:43 +02:00 |
|
Joël Schulz-Ansres
|
9005d26fca
|
Remove comments, add some comments, minor fixes to dsihost.rs
|
2024-05-14 12:14:34 +02:00 |
|
James Munns
|
ea70b440cd
|
Merge pull request #2940 from qiuweishengx/main
Fix: typo
|
2024-05-14 07:51:34 +00:00 |
|
QWS
|
c3db435011
|
Fix: typo
|
2024-05-14 15:48:00 +08:00 |
|
Dario Nieuwenhuis
|
e1435195cb
|
Merge pull request #2939 from embassy-rs/u0-hil
stm32/tests: add stm32u0 hil.
|
2024-05-13 14:23:05 +00:00 |
|
Dario Nieuwenhuis
|
7089e5b586
|
stm32/tests: add stm32u0 hil.
|
2024-05-13 16:20:52 +02:00 |
|
Ulf Lilleengen
|
3c52ef60b1
|
Merge pull request #2937 from qiuweishengx/main
In the start_xosc function, the frequency range is set twice.
|
2024-05-13 12:39:36 +00:00 |
|
QWS
|
75cf17994f
|
In the start_xosc function, the frequency range is set twice. Remove the redundant one.
|
2024-05-13 19:48:23 +08:00 |
|
Dario Nieuwenhuis
|
763b57449f
|
Merge pull request #2928 from bobrippling/feat/usb-stall
rp: implement usb stall
|
2024-05-13 01:38:47 +02:00 |
|
Dario Nieuwenhuis
|
aaf4cb0cb2
|
Merge pull request #2934 from embassy-rs/example-papercuts
Fix misc example papercuts.
|
2024-05-12 23:16:57 +00:00 |
|
Dario Nieuwenhuis
|
b131108396
|
examples/stm32h7rs: add i2c example.
|
2024-05-13 01:11:49 +02:00 |
|
Dario Nieuwenhuis
|
66e3d4da8d
|
examples/stm32: do not enable vbus detect by default, it doesn't work on all boards.
|
2024-05-13 01:11:49 +02:00 |
|
Dario Nieuwenhuis
|
09781db85d
|
embassy-usb-synopsys-otg: default vbus_detect to false.
|
2024-05-13 01:11:49 +02:00 |
|
Dario Nieuwenhuis
|
e2dfdcb509
|
examples/stm32: reduce packet queue count to avoid OOM on smaller chips.
|
2024-05-13 01:11:49 +02:00 |
|
Dario Nieuwenhuis
|
fd97c52d78
|
Merge pull request #2931 from timbod7/timbod7-rp-usb-serial-example
refactor rp usb_serial example to use a task to run the usb
|
2024-05-12 23:07:48 +00:00 |
|
Dario Nieuwenhuis
|
b56a0419bd
|
Merge pull request #2933 from embassy-rs/update-stable
Update stable Rust.
|
2024-05-12 22:39:17 +00:00 |
|
Dario Nieuwenhuis
|
1c9bb7c2e1
|
time/generic-queue: fix ub in tests.
|
2024-05-13 00:35:46 +02:00 |
|
Dario Nieuwenhuis
|
a8f578751f
|
tests/riscv32: workaround linking bug, update deps.
https://github.com/rust-embedded/riscv/issues/196
|
2024-05-13 00:16:24 +02:00 |
|
Dario Nieuwenhuis
|
a14319f51e
|
stm32: allow some unused.
|
2024-05-13 00:00:36 +02:00 |
|
Dario Nieuwenhuis
|
623d3ec306
|
stm32/ospi: remove unused trait.
|
2024-05-12 23:41:46 +02:00 |
|
Dario Nieuwenhuis
|
43d51884e2
|
hal-internal: fix failing test due to not initializing ringbuf.
|
2024-05-12 23:40:32 +02:00 |
|
James Munns
|
9556e935f1
|
Merge pull request #2932 from embassy-rs/jamesmunns-patch-1
FAQ: add `patch.crates-io` example
|
2024-05-12 21:33:19 +00:00 |
|
Dario Nieuwenhuis
|
f30b298b0e
|
Update stable Rust.
|
2024-05-12 23:31:42 +02:00 |
|
James Munns
|
61fa95f353
|
Update docs/modules/ROOT/pages/faq.adoc
|
2024-05-12 21:09:51 +02:00 |
|
James Munns
|
3294ca36ce
|
FAQ: add patch.crates-io example
|
2024-05-12 21:07:37 +02:00 |
|
Tim Docker
|
9d783d3b35
|
refactor rp usb_serial example to use a task to run the usb
|
2024-05-12 21:43:01 +10:00 |
|
Dario Nieuwenhuis
|
4cade64ebd
|
Merge pull request #2929 from kalkyl/sdmmc
rp: Add embedded-sdmmc example
|
2024-05-11 16:59:47 +00:00 |
|
kalkyl
|
17d4f0173c
|
spinlock + loop at end to allow defmt to flush properly
|
2024-05-11 16:09:20 +02:00 |
|
kalkyl
|
fd5412ffc5
|
rp: Add embedded-sdmmc example
|
2024-05-11 15:16:20 +02:00 |
|
Dario Nieuwenhuis
|
a0da566d22
|
Merge pull request #2927 from qiuweishengx/main
Fix: typo
|
2024-05-11 11:45:26 +02:00 |
|
Rob Pilling
|
84cd0c672b
|
rp usb: wake ep-wakers after stalling
|
2024-05-10 16:27:08 +01:00 |
|
Rob Pilling
|
94b38449bd
|
rp usb: add stall implementation
|
2024-05-10 16:27:08 +01:00 |
|
QWS
|
fe68308958
|
Fix: typo
|
2024-05-10 22:22:24 +08:00 |
|
Dario Nieuwenhuis
|
9cbbedef79
|
Merge pull request #2925 from timokroeger/ucpd-refactor
[UCPD] Use `ChannelAndRequest` helper
|
2024-05-10 08:49:07 +00:00 |
|
Timo Kröger
|
5c93e9dadd
|
[UCPD] Use ChannelAndRequest helper
|
2024-05-10 10:37:56 +02:00 |
|
Dario Nieuwenhuis
|
4b4777e6bb
|
Merge pull request #2922 from Mirror0/qspi-example
Example usage of QSPI
|
2024-05-10 07:34:57 +00:00 |
|
Mateusz Butkiewicz
|
ee22e98fe1
|
feat(qspi): add example usage of QSPI
|
2024-05-10 07:58:30 +02:00 |
|
Dario Nieuwenhuis
|
a7eb9bced1
|
Merge pull request #2923 from kalkyl/interrupt
rp: Add raw interrupt handler example
|
2024-05-09 10:31:15 +00:00 |
|