aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/RNGv1/notes.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-10-07 07:58:29 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-10-07 07:58:29 +0000
commite72ef8c943b3a335fe4354e6451be99ab1346081 (patch)
tree7f3e178fe11465c79753666492605ee34f39aaec /os/hal/ports/STM32/LLD/RNGv1/notes.txt
parent644898df5f9771ad9308ed9abd7dee165a4b1268 (diff)
downloadChibiOS-e72ef8c943b3a335fe4354e6451be99ab1346081.tar.gz
ChibiOS-e72ef8c943b3a335fe4354e6451be99ab1346081.tar.bz2
ChibiOS-e72ef8c943b3a335fe4354e6451be99ab1346081.zip
STM32 TRNG driver, not tested yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12342 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/ports/STM32/LLD/RNGv1/notes.txt')
-rw-r--r--os/hal/ports/STM32/LLD/RNGv1/notes.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/LLD/RNGv1/notes.txt b/os/hal/ports/STM32/LLD/RNGv1/notes.txt
new file mode 100644
index 000000000..8e0c8e530
--- /dev/null
+++ b/os/hal/ports/STM32/LLD/RNGv1/notes.txt
@@ -0,0 +1,10 @@
+STM32 RNGv1 driver.
+
+Driver capability:
+
+- Supports the STM32 TRNGv1 found on STM32L4 and STM32L4+ families.
+
+The file registry must export:
+
+STM32_HAS_RNG1 - RNG presence flag.
+