2015-01-02 00:16:29 +02:00
|
|
|
#
|
|
|
|
|
# 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
|
2014-06-12 21:40:11 +03:00
|
|
|
|
2015-03-09 12:18:46 +02:00
|
|
|
[env:disco_f407vg]
|
|
|
|
|
platform = ststm32
|
2015-03-16 17:34:52 +02:00
|
|
|
framework = libopencm3
|
2015-03-09 12:18:46 +02:00
|
|
|
board = disco_f407vg
|
2015-02-08 21:55:26 +02:00
|
|
|
|
2015-03-09 12:18:46 +02:00
|
|
|
[env:disco_l152rb]
|
|
|
|
|
platform = ststm32
|
2015-03-16 17:34:52 +02:00
|
|
|
framework = libopencm3
|
2015-03-09 12:18:46 +02:00
|
|
|
board = disco_l152rb
|
2015-02-14 20:17:04 +02:00
|
|
|
|
2015-03-09 12:18:46 +02:00
|
|
|
[env:disco_f303vc]
|
|
|
|
|
platform = ststm32
|
2015-03-16 17:34:52 +02:00
|
|
|
framework = libopencm3
|
2015-03-09 12:18:46 +02:00
|
|
|
board = disco_f303vc
|