200 Commits

Author SHA1 Message Date
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
Badr Bouslikhin
75a21e5045
docs: add an faq on bootloader failures 2024-12-05 18:39:54 +01:00
Dario Nieuwenhuis
796f6c034a Release embassy-executor 0.6.3. 2024-11-12 18:07:50 +01:00
rafael
32dcff3995 add simple-robot to Embassy in the wild 2024-11-10 17:20:59 +01:00
ckrenslehner
3d0921ffc4
fix spelling 2024-10-25 20:41:51 +02:00
ckrenslehner
2c05ac5262
Update embassy Cargo.toml section in new_project.adoc
Embassy is already published to crates.io 🍾
2024-10-25 20:36:46 +02:00
Dario Nieuwenhuis
a18ca16437
Merge pull request #3460 from bugadani/keepawake
Explain how to keep the executor awake
2024-10-25 19:36:34 +02:00
ckrenslehner
6545dfee6d
Update overview.adoc 2024-10-25 19:22:20 +02:00
Dániel Buga
d1db7d9043
Explain how to keep the executor awake 2024-10-25 18:53:59 +02:00
Ulf Lilleengen
2935290a62
Merge pull request #3366 from kingofpayne/main
Fixed signature script in bootloader documentation
2024-09-23 15:08:22 +00:00
Olivier Hériveaux
05d453bfd8 Fixed signature script in bootloader documentation 2024-09-23 16:11:45 +02:00
kingofpayne
6d89f2729a
boot: flash-erase-zero (#3344)
Allow compatibility with devices whose flash erase set bytes to 0x00
instead of 0xFF, using a new flash-erase-zero feature.
See issue #3342.
2024-09-16 22:07:56 +02:00
Süha Ünüvar
833537231e
add link to rustybits zero to async video in resources section 2024-09-11 12:50:46 +08:00
James Munns
d8459685fd
Update faq.adoc - "code doesn't work in release mode" (#3267)
Add debugging tips from chat
2024-08-18 10:58:07 +02:00
rafael
20b1b15bda
add one more embassy in the wild example (#3262) 2024-08-17 12:37:42 +02:00
Ulf Lilleengen
37d7b0cd06 prepare release embassy-executor 2024-08-05 08:56:29 +02:00
Ulf Lilleengen
2f3b3335e1 Prepare for embassy-nrf release 2024-08-05 08:56:29 +02:00
Ulf Lilleengen
44282b18fa Prepare embassy-time release 2024-08-05 08:56:29 +02:00
Mark Tomlin
4811c14cc8 Updated cargo toml section links. 2024-07-22 07:26:55 -04:00
Mark Tomlin
dc6639fa4d Updated github branch from master to main. 2024-07-22 06:59:13 -04:00
James Munns
2766993099
Merge pull request #3159 from kalkyl/shared-bus
Add example for shared I2C and SPI buses
2024-07-18 15:11:54 +00:00
rafael
2f62376a15 add faq 2024-07-08 23:27:42 +02:00
kalkyl
af9c7379f9 Add link to example in book 2024-07-08 22:53:50 +02:00
kalkyl
028ca55f9c Add more docs and cross-links 2024-07-08 17:16:35 +02:00
J. Neuschäfer
e3b495908c docs: Fix mention of ExtiInput
The struct is called ExtiInput, not ExtiButton.
2024-06-27 16:48:48 +02:00
Dario Nieuwenhuis
ad7d739ddc
Merge pull request #3062 from kkrolczyk/kk/bootloader-typos
fix docu typos, linker addr example
2024-06-10 20:48:41 +00:00
Krzysztof Królczyk
268430bd9f
stm32/docs: correct typos, links
Signed-off-by: Krzysztof Królczyk <Krzysztof.Krolczyk@o2.pl>
2024-06-10 11:25:43 +02:00
Ulf Lilleengen
30918c355b prepare for embassy-time 0.3.1 release 2024-06-04 09:02:41 +02:00
Ulf Lilleengen
d2045be9f3 fix broken links to embassy book 2024-06-03 08:45:05 +02:00
Priit Laes
4d431b3080 docs: faq: Fix link to bdma example and improve wording. 2024-05-28 11:27:21 +03:00
James Munns
ad45725a24
Update docs/pages/faq.adoc 2024-05-25 19:33:13 +02:00
James Munns
9c32c43cf8
FAQ: One vs Many tasks
Copy and paste from chat
2024-05-25 19:32:02 +02:00
James Munns
495a29ad6e Explicitly license the book prose CC-BY-SA
This matches the Rust Embedded books
2024-05-23 09:57:10 +02:00
Ulf Lilleengen
bb9c687a39 update crate paths 2024-05-21 10:05:21 +02:00
Ulf Lilleengen
06218f9536 fix internal refs 2024-05-21 10:05:21 +02:00
Ulf Lilleengen
38946114d8 update links 2024-05-21 10:05:21 +02:00
Ulf Lilleengen
797f5c1e5e add book ci script 2024-05-21 10:05:21 +02:00
Ulf Lilleengen
2991099daa move images and add makefile 2024-05-21 10:05:21 +02:00
Ulf Lilleengen
739e5861c2 convert from antora to asciidoctor 2024-05-21 10:05:21 +02:00