diff options
author | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
commit | dc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch) | |
tree | 4ccb8fa5886b66fa9d480edef74236c27f035e16 /lib/chibios/os/hal/ports/STM32/LLD/RNGv1/notes.txt |
Diffstat (limited to 'lib/chibios/os/hal/ports/STM32/LLD/RNGv1/notes.txt')
-rw-r--r-- | lib/chibios/os/hal/ports/STM32/LLD/RNGv1/notes.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/chibios/os/hal/ports/STM32/LLD/RNGv1/notes.txt b/lib/chibios/os/hal/ports/STM32/LLD/RNGv1/notes.txt new file mode 100644 index 000000000..5216b28c9 --- /dev/null +++ b/lib/chibios/os/hal/ports/STM32/LLD/RNGv1/notes.txt | |||
@@ -0,0 +1,10 @@ | |||
1 | STM32 RNGv1 driver. | ||
2 | |||
3 | Driver capability: | ||
4 | |||
5 | - Supports the STM32 TRNGv1 found on STM32L4 and STM32L4+ families. | ||
6 | |||
7 | The file registry must export: | ||
8 | |||
9 | STM32_HAS_RNG1 - RNG presence flag. | ||
10 | |||