mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 19:23:25 +00:00
stm32: add minimal stm32wlex5 / lorae5 target
credit to ofauchon
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user