machine/samd51: implement TRNG for randomness

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2021-12-14 12:17:55 +01:00
committed by Ron Evans
parent 5159eab694
commit 2ebaa9f520
2 changed files with 20 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//go:build stm32wlx
// +build stm32wlx
//go:build stm32wlx || (sam && atsamd51) || (sam && atsame5x)
// +build stm32wlx sam,atsamd51 sam,atsame5x
package rand