machine/rp2040: implement semi-random RNG based on ROSC based on pico-sdk

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2022-09-08 18:34:08 +02:00
committed by Ron Evans
parent bba0dc9575
commit ea1e08f53f
2 changed files with 40 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//go:build stm32 || (sam && atsamd51) || (sam && atsame5x)
// +build stm32 sam,atsamd51 sam,atsame5x
//go:build stm32 || (sam && atsamd51) || (sam && atsame5x) || rp2040
// +build stm32 sam,atsamd51 sam,atsame5x rp2040
package rand