Improvements for stm32wle targets :

- board/stm32: Add STM32 Nucleo WL55JC board
- stm32/stm32wl: Set 48Mhz HSE32/PLL as default Clock, SPI implementation
This commit is contained in:
Olivier Fauchon
2021-11-20 21:08:42 +01:00
committed by Ron Evans
parent 718746dd21
commit b0fce80b50
9 changed files with 249 additions and 15 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//go:build stm32 && !stm32f7x2 && !stm32l5x2 && !stm32wle5
// +build stm32,!stm32f7x2,!stm32l5x2,!stm32wle5
//go:build stm32 && !stm32f7x2 && !stm32l5x2
// +build stm32,!stm32f7x2,!stm32l5x2
package machine