nuttx-apps/examples/rng90
Felipe Moura 8b43c71595 examples/rng90: add RNG90 example
Add a new RNG90 example application that opens the RNG90 character device, reads random bytes, and prints them in hexadecimal format.

The example supports optional command-line arguments for device path and byte count and integrates with Kconfig, Make, and CMake build flows.

Signed-off-by: Felipe Moura <moura.fmo@gmail.com>
2026-06-09 12:36:04 +08:00
..
CMakeLists.txt examples/rng90: add RNG90 example 2026-06-09 12:36:04 +08:00
Kconfig examples/rng90: add RNG90 example 2026-06-09 12:36:04 +08:00
Make.defs examples/rng90: add RNG90 example 2026-06-09 12:36:04 +08:00
Makefile examples/rng90: add RNG90 example 2026-06-09 12:36:04 +08:00
rng90_main.c examples/rng90: add RNG90 example 2026-06-09 12:36:04 +08:00