Implementation of /dev/random using the STM32 Random Number Generator (RNG)

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5207 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-09-29 20:34:25 +00:00
parent d876c6370b
commit f477f1ce04
3 changed files with 14 additions and 5 deletions
+10 -1
View File
@@ -1110,7 +1110,16 @@ Where <subdir> is one of the following:
nsh> umount /mnt/stuff
11. This configuration requires that jumper JP22 be set to enable RS-232
11. By default, this configuration supports /dev/random using the STM32's
RNG hardware. This can be disabled as follows:
-CONFIG_STM32_RNG=y
+CONFIG_STM32_RNG=n
-CONFIG_DEV_RANDOM=y
+CONFIG_DEV_RANDOM=n
12. This configuration requires that jumper JP22 be set to enable RS-232
operation.
nsh2: