platform-ststm32/examples/libopencm3-blink/platformio.ini

22 lines
412 B
INI

#
# PlatformIO Project Configuration File
#
# Please make sure to read documentation with examples first
# http://docs.platformio.org/en/stable/projectconf.html
#
[env:disco_f407vg]
platform = ststm32
framework = libopencm3
board = disco_f407vg
[env:disco_l152rb]
platform = ststm32
framework = libopencm3
board = disco_l152rb
[env:disco_f303vc]
platform = ststm32
framework = libopencm3
board = disco_f303vc