summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sama5d3x-ek/README.txt')
-rw-r--r--nuttx/configs/sama5d3x-ek/README.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/configs/sama5d3x-ek/README.txt b/nuttx/configs/sama5d3x-ek/README.txt
index 2f127b1aa..802704c75 100644
--- a/nuttx/configs/sama5d3x-ek/README.txt
+++ b/nuttx/configs/sama5d3x-ek/README.txt
@@ -2535,14 +2535,18 @@ TRNG and /dev/random
NSH can be configured to enable the SAMA5 TRNG peripheral so that it
provides /dev/random. The following configuration will enable the TRNG,
- /dev/random, and the simple test of /dev/random at apps/examples/ranadom:
+ and support for /dev/random:
System Type:
CONFIG_SAMA5_TRNG=y : Enable the TRNG peripheral
- Drivers (automatically selected):
+ Drivers:
CONFIG_DEV_RANDOM=y : Enable /dev/random
+ A simple test of /dev/random is available at apps/examples/random and
+ can be enabled as a NSH application via the following additional
+ configuration settings:
+
Applications -> Examples
CONFIG_EXAMPLES_RANDOM=y : Enable apps/examples/random
CONFIG_EXAMPLES_MAXSAMPLES=64 : Default settings are probably OK