stm32wlx: I2C implementation for gnse,lora-e5,nucleo-wl55jc boards

This commit is contained in:
Olivier Fauchon
2021-12-22 01:32:47 +01:00
committed by Ron Evans
parent c35ce761aa
commit 2b1a72d112
6 changed files with 88 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//go:build stm32l5 || stm32f7 || stm32l4 || stm32l0
// +build stm32l5 stm32f7 stm32l4 stm32l0
//go:build stm32l5 || stm32f7 || stm32l4 || stm32l0 || stm32wlx
// +build stm32l5 stm32f7 stm32l4 stm32l0 stm32wlx
package machine