mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
stm32/stm32wlx: Add support for stm32wl55_cm4
board/stm32: Add support for GNSE (Generic Node Sensor Edition) Thanks to @jamestait for his help on GNSE port
This commit is contained in:
committed by
Ron Evans
parent
b4503c1e37
commit
93ac7cec0d
@@ -1,5 +1,5 @@
|
||||
//go:build stm32 && !stm32f1 && !stm32l5 && !stm32wle5
|
||||
// +build stm32,!stm32f1,!stm32l5,!stm32wle5
|
||||
//go:build stm32 && !stm32f1 && !stm32l5 && !stm32wlx
|
||||
// +build stm32,!stm32f1,!stm32l5,!stm32wlx
|
||||
|
||||
package machine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user