mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 12:03:41 +00:00
7f829fe153
* machine/STM32F4: break out STM32F4 machine with new build tag
6 lines
105 B
Go
6 lines
105 B
Go
// +build bluepill nucleof103rb stm32f4
|
|
|
|
package machine
|
|
|
|
// Peripheral abstraction layer for the stm32.
|