mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| rng90_main.c | ||