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 atmega || nrf || sam || (stm32 && !stm32wlx) || fe310 || k210 || rp2040
// +build atmega nrf sam stm32,!stm32wlx fe310 k210 rp2040
//go:build atmega || nrf || sam || stm32 || fe310 || k210 || rp2040
// +build atmega nrf sam stm32 fe310 k210 rp2040
package machine