Files
platformio-core/examples/titiva/titiva-native-blink/platformio.ini
T
2015-02-14 20:17:04 +02:00

34 lines
700 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:LaunchPad_lm4f120h5qr]
platform = titiva
framework = energia
board = lplm4f120h5qr
[env:LaunchPad_tm4c1230c3pm]
platform = titiva
framework = energia
board = lptm4c1230c3pm
[env:LaunchPad_tm4c1294ncpdt]
platform = titiva
framework = energia
board = lptm4c1294ncpdt