machine/esp32c3: implement RNG

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2023-11-30 09:08:16 +01:00
committed by Ron Evans
parent c6609a02fa
commit c6add1e769
2 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build nrf || stm32 || (sam && atsamd51) || (sam && atsame5x)
//go:build nrf || stm32 || (sam && atsamd51) || (sam && atsame5x) || esp32c3
package rand