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 054e2d8 commit 4f0417bCopy full SHA for 4f0417b
src/lib.rs
@@ -1,3 +1,15 @@
1
+//! This crate provides a way to access Device electronic signature
2
+//! items on STM32 microcontrollers.
3
+//!
4
+//! You need to pass one of the features in order to use this crate:
5
+//! * `stm32f0`
6
+//! * `stm32f1`
7
+//! * `stm32f3`
8
+//! * `stm32f4`
9
+//! * `stm32g0`
10
+//! * `stm32l0`
11
+//! * `stm32l4`
12
+
13
#![no_std]
14
15
use core::slice;
0 commit comments