We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80217de commit 7b5c508Copy full SHA for 7b5c508
boards/arm/stm32h573i_dk/doc/index.rst
@@ -189,6 +189,8 @@ hardware features:
189
+-----------+------------+-------------------------------------+
190
| CAN | on-chip | can bus |
191
192
+| AES | on-chip | crypto |
193
++-----------+------------+-------------------------------------+
194
195
Other hardware features are not yet supported on this Zephyr port.
196
boards/arm/stm32h573i_dk/stm32h573i_dk.dts
@@ -121,6 +121,10 @@
121
};
122
123
124
+&aes {
125
+ status = "okay";
126
+};
127
+
128
&rng {
129
status = "okay";
130
0 commit comments