You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/faq.adoc
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,13 @@ features = [
118
118
]
119
119
----
120
120
121
+
If you are in the early project setup phase and not using anything from the HAL, make sure the HAL is passed to the linker by adding this line to your source:
122
+
123
+
[source,rust]
124
+
----
125
+
use embassy_stm32 as _;
126
+
----
127
+
121
128
== Error: `Only one package in the dependency graph may specify the same links value.`
122
129
123
130
You have multiple versions of the same crate in your dependency tree. This means that some of your
0 commit comments