sanezek opened a new pull request, #16705: URL: https://github.com/apache/nuttx/pull/16705
Enabling support for random device on stm32h7 arch. Driver copy pasted from arch/arm/stm32. *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary New feature for stm32h7 devices. After that change you can enable RNG peripheral in menuconfig menu. ``` Symbol: STM32H7_RNG [=y] Type : boolean Prompt: RNG Location: -> System Type (1) -> STM32H7 Peripheral Selection Defined at arch/arm/src/stm32h7/Kconfig:763 Depends on: ARCH_ARM [=y] && ARCH_CHIP_STM32H7 [=y] && STM32H7_HAVE_RNG [=y] Selects: ARCH_HAVE_RNG [=y] ``` ## Impact ## Testing Tested on stm32h743xi chip. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org