mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +00:00
machine/samd51: implement TRNG for randomness
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//go:build stm32wlx
|
||||
// +build stm32wlx
|
||||
//go:build stm32wlx || (sam && atsamd51) || (sam && atsame5x)
|
||||
// +build stm32wlx sam,atsamd51 sam,atsame5x
|
||||
|
||||
package rand
|
||||
|
||||
|
||||
Reference in New Issue
Block a user