mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user