Files
platformio-core/examples/stm32/stm32-spl-blink/platformio.ini
2015-03-09 12:18:46 +02:00

34 lines
673 B
INI

#
# Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
#
# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.
# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload
[env:disco_f407vg]
platform = ststm32
framework = cmsis,spl
board = disco_f407vg
[env:disco_l152rb]
platform = ststm32
framework = cmsis,spl
board = disco_l152rb
[env:disco_f303vc]
platform = ststm32
framework = cmsis,spl
board = disco_f303vc