aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3240g-eval/README.txt')
-rw-r--r--nuttx/configs/stm3240g-eval/README.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/configs/stm3240g-eval/README.txt b/nuttx/configs/stm3240g-eval/README.txt
index df98f087d..b536097a8 100644
--- a/nuttx/configs/stm3240g-eval/README.txt
+++ b/nuttx/configs/stm3240g-eval/README.txt
@@ -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: