mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 08:53:15 +00:00
Add support for the hardware Random Number Generator (RNG) module found on the Ingenic JZ4780 SoC. Changes include: - Update jz4780 chip.h with power management controllor base address JZPMC_BASE and register offsets for the RNG registers. - A new file jz4780_rng.c to provide character driver interfaces for `/dev/random` and `/dev/urandom` utilizing the hardware RNG block. Signed-off-by: Lwazi Dube <lwazeh@gmail.com> |
||
|---|---|---|
| .. | ||
| jz4780 | ||
| mips32 | ||
| pic32mx | ||
| pic32mz | ||
| .gitignore | ||
| arch.h | ||
| inttypes.h | ||
| irq.h | ||
| limits.h | ||
| syscall.h | ||
| types.h | ||