aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMick Chanthaseth <[email protected]>2024-02-16 22:27:06 -0800
committerGitHub <[email protected]>2024-02-16 22:27:06 -0800
commit7609313a75fee51613535eb8ea5dac4cdb193d3e (patch)
tree696777d9e54a88a77cf5ac0066f90ad559f2a84e /docs
parent0097cbcfe3311ca89f52284a4a1187e19666a330 (diff)
parent377e58e408f830f79171a470ba602b7d8bc525e4 (diff)
Merge branch 'embassy-rs:main' into main
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/faq.adoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc
index 7fb81e2ca..6b5e6d009 100644
--- a/docs/modules/ROOT/pages/faq.adoc
+++ b/docs/modules/ROOT/pages/faq.adoc
@@ -118,6 +118,13 @@ features = [
118] 118]
119---- 119----
120 120
121If you are in the early project setup phase and not using anything from the HAL, make sure the HAL is explicitly used to prevent the linker removing it as dead code by adding this line to your source:
122
123[source,rust]
124----
125use embassy_stm32 as _;
126----
127
121== Error: `Only one package in the dependency graph may specify the same links value.` 128== Error: `Only one package in the dependency graph may specify the same links value.`
122 129
123You have multiple versions of the same crate in your dependency tree. This means that some of your 130You have multiple versions of the same crate in your dependency tree. This means that some of your