tinygo/src/machine/board_stm32.go
ardnew 7f829fe153
machine/stm32f4: refactor common code and add new build tag stm32f4 (#1332)
* machine/STM32F4: break out STM32F4 machine with new build tag
2020-09-01 11:31:41 +02:00

5 строки
105 Б
Go

// +build bluepill nucleof103rb stm32f4
package machine
// Peripheral abstraction layer for the stm32.