stm32: add minimal stm32wlex5 / lorae5 target

credit to ofauchon
This commit is contained in:
Kenneth Bell
2021-11-11 10:56:05 +00:00
committed by Ron Evans
parent 339301b709
commit 62d4a6a77f
17 changed files with 582 additions and 6 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
// +build !baremetal stm32,!stm32f7x2,!stm32l5x2 fe310 k210 atmega
//go:build !baremetal || (stm32 && !stm32f7x2 && !stm32l5x2 && !stm32wle5) || fe310 || k210 || atmega
// +build !baremetal stm32,!stm32f7x2,!stm32l5x2,!stm32wle5 fe310 k210 atmega
package machine