stm32: add more MCUs with h/w RNG

This commit is contained in:
Kenneth Bell
2021-12-19 17:17:30 +00:00
committed by Ron Evans
parent 61be9189f1
commit 5c3ad004ab
5 changed files with 21 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//go:build stm32wlx || stm32f4 || stm32f7 || stm32l4 || (sam && atsamd51) || (sam && atsame5x)
// +build stm32wlx stm32f4 stm32f7 stm32l4 sam,atsamd51 sam,atsame5x
//go:build stm32 || (sam && atsamd51) || (sam && atsame5x)
// +build stm32 sam,atsamd51 sam,atsame5x
package rand