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:
Olivier Fauchon
2021-12-09 00:22:09 +01:00
committed by Ron Evans
parent b4503c1e37
commit 93ac7cec0d
15 changed files with 100 additions and 22 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//go:build atmega || nrf || sam || (stm32 && !stm32wle5) || fe310 || k210 || rp2040
// +build atmega nrf sam stm32,!stm32wle5 fe310 k210 rp2040
//go:build atmega || nrf || sam || (stm32 && !stm32wlx) || fe310 || k210 || rp2040
// +build atmega nrf sam stm32,!stm32wlx fe310 k210 rp2040
package machine