Dario Nieuwenhuis
3a6ea3a31c
Load all crates in the graph, honor the "publish" flag to prevent publishing examples/tests.
2025-08-25 19:44:50 +02:00
Ulf Lilleengen
c4c5167e3d
chore: update metapac and prepare embassy-stm32 0.3.0
2025-08-12 18:17:41 +02:00
Rob Wells
794477eca3
book: Suggest Picotool for RP chips instead of elf2uf2-rs
2025-08-12 07:04:23 +01:00
Ulf Lilleengen
9ca44b519a
chore: bump nrf and rp hal versions
2025-08-04 14:07:30 +02:00
Ulf Lilleengen
3f1ddaf60e
chore: prepare embassy-executor 0.8 release
2025-07-31 10:33:14 +02:00
Dario Nieuwenhuis
996974e313
Merge pull request #4259 from natevw/patch-1
...
Update layer_by_layer.adoc to clarify PAC limitations
2025-07-24 23:14:45 +00:00
Ulf Lilleengen
8c087e3641
chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0
2025-07-16 15:47:37 +02:00
Ulf Lilleengen
4f50c85221
chore: update to embassy-nrf
v0.4.0
2025-07-14 11:55:23 +02:00
Ulf Lilleengen
c7e33b28b8
Revert "chore: update to embassy-nrf
v0.4.0"
...
This reverts commit 1df59ffec4eed74ade4086da496a32d376e4190a.
2025-07-14 11:50:13 +02:00
Ulf Lilleengen
1df59ffec4
chore: update to embassy-nrf
v0.4.0
2025-07-14 11:46:47 +02:00
Dániel Buga
8d2657383e
Link to esp-generate
2025-07-02 10:33:16 +02:00
Dániel Buga
5da6e31a3e
Correct esp-hal link
2025-06-24 16:19:33 +02:00
paul fornage
f84792aaa7
Add syntax highlighter
2025-06-20 07:47:30 -07:00
9names
69abc42077
doc: add high-level embassy-boot a-b info
2025-06-01 00:08:09 +10:00
Nathan Vander Wilt
035040e53c
Update layer_by_layer.adoc to clarify PAC limitations
...
proposed fix for #4226 , re. https://github.com/embassy-rs/embassy/issues/4226#issuecomment-2908772500
2025-05-27 11:38:11 -07:00
Yuri Astrakhan
ef0f29f0ed
Update defmt dependencies
2025-05-18 20:52:09 +02:00
Felipe Balbi
d64ae225b3
Add UART and DMA drivers
...
Both blocking and async versions are supported. Add separate examples
for each mode.
2025-05-15 07:22:49 -07:00
Dario Nieuwenhuis
102258c0b0
Merge branch 'main' into add-rng
2025-05-13 22:33:56 +02:00
Felipe Balbi
8e7e4332b4
Add embassy-imxrt RNG driver
2025-05-09 07:25:23 -07:00
Felipe Balbi
d4c378e059
Add embassy-imxrt CRC driver
2025-05-09 07:21:40 -07:00
Ulf Lilleengen
64a2b9b2a3
Merge pull request #4170 from yutannihilation/chore/fix-unsafe-attribute-rust2024
...
chore: Wrap `link_section` attribute in example code with `unsafe()` for compatibility with Rust 2024 edition
2025-05-09 13:05:23 +02:00
Hiroaki Yutani
0460a924ac
chore: Wrap link_section attribute with unsafe
2025-05-06 09:09:22 +09:00
Hiroaki Yutani
a42fa0a67a
Tweak
2025-05-04 09:54:37 +09:00
Hiroaki Yutani
0406b83c52
Tweak the example rust-toolchain.toml
in doc
2025-05-04 09:39:35 +09:00
Yuri Astrakhan
e5c03e1e79
chore: use probe-rs
instead of probe-run
...
I found a few remaining deprecated `probe-run` cases.
2025-05-02 17:56:32 -04:00
Marc Poulhiès
8b565fc85e
Fix link in faq.adoc
...
Looks like a link was using markdown instead of asciidoc.
2025-04-16 21:40:30 +02:00
1-rafael-1
6719e13059
update documentation and examples to mention RP235x
2025-04-13 22:23:07 +02:00
Felipe Balbi
aa9a16e569
Add embassy-imxrt
...
Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent
PRs will add more drivers.
2025-04-09 09:37:45 -07:00
Dániel Buga
aa5ecbdb56
Remove task arena FAQ
2025-03-31 13:16:11 +02:00
Ulf Lilleengen
e29be82c8b
Merge pull request #3966 from i509VCB/mspm0-init
...
Embassy for MSPM0
2025-03-21 13:32:14 +00:00
i509VCB
9afb385f6d
Add docs related things
2025-03-19 13:05:10 -05:00
decaday
0f0030651c
Add py32-hal to documentation
2025-03-19 11:59:05 +08:00
Alex Charlton
3525771e84
Add mpfs-hal references to docs
2025-03-06 11:57:07 -08:00
Ronald Weber
7a2f038800
doc: Fix "the the"
2025-02-19 17:29:21 +01:00
Dario Nieuwenhuis
05bbb99603
Merge pull request #3870 from kkrolczyk/kk/mostly-docu-changes-and-examples-fix
...
dfu documentation update, fix a couple issues
2025-02-11 12:22:24 +01:00
Krzysztof Królczyk
01b7ff8ff0
fix: layer-by-layer examples
...
closes : #3794 #3793
Remove 'blinky-irq' from workspace.
During linking from workspace level - embassy-stm32 and example code redefine EXTI15_10 symbol
Building it separately, outside of workspace works
Signed-off-by: Krzysztof Królczyk <Krzysztof.Krolczyk@o2.pl>
2025-02-11 10:08:47 +01:00
Krzysztof Królczyk
4b809af905
fix : #3760 - typo in docs
...
Signed-off-by: Krzysztof Królczyk <Krzysztof.Krolczyk@o2.pl>
2025-02-11 10:08:47 +01:00
Owen Brooks
74c42fd9d0
Fix typos in docs
2025-02-11 19:58:34 +11:00
Graic
89b5795eec
Fix typo in getting started docs
2025-02-01 18:06:43 -05:00
Dániel Buga
8052ef037e
Add __pender error to the FAQ
2025-01-21 22:26:18 +01:00
Dario Nieuwenhuis
2fab8d0b9b
Update doc projects deps, don't use patch.crates-io
2025-01-15 02:15:30 +01:00
Diego Barrios Romero
9cd2deba4d
Fix typo
2025-01-11 16:23:30 +01:00
Ulf Lilleengen
6003582beb
docs: add intro to embassy by therustybits
2025-01-10 21:51:53 +01:00
Dario Nieuwenhuis
593d9973e0
Release embassy-stm32 v0.2.0
2025-01-10 17:38:39 +01:00
Ulf Lilleengen
9d94d68a7f
Create embassy-nrf 0.3.1
2025-01-09 11:41:00 +01:00
Ulf Lilleengen
de27d9cd00
Update cyw43, nrf, rp hals and embassy-boot
2025-01-06 09:22:09 +01:00
Dániel Buga
8639692ce3
Update faq
2024-12-30 20:25:42 +01:00
Dániel Buga
ab8ca3f126
Rename ETQD, bump date
2024-12-22 21:00:23 +01:00
Dániel Buga
9a238e6ad8
Prepare new embassy-time-*driver, embassy-executor, embassy-time
2024-12-22 20:27:15 +01:00
Dario Nieuwenhuis
2f2e2c6031
Make integrated-timers
the default, remove Cargo feature.
2024-12-15 18:49:57 +01:00