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

26 lines
593 B
INI
Raw Normal View History

2016-05-27 08:48:20 -07:00
#
# PlatformIO Project Configuration File
2016-05-27 08:48:20 -07:00
#
# Build options: build flags, source filter, extra scripting
# Upload options: custom port, speed and extra flags
# Library options: dependencies, extra library storages
#
# Please visit documentation for the other options and examples
# http://docs.platformio.org/en/stable/projectconf.html
2016-05-27 08:48:20 -07:00
#
[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