mirror of
https://github.com/platformio/platformio-core.git
synced 2025-11-01 22:51:36 +01:00
28 lines
487 B
INI
28 lines
487 B
INI
;
|
|
; Project Configuration File
|
|
;
|
|
; A detailed documentation with the EXAMPLES is located here:
|
|
; http://docs.platformio.org/en/latest/projectconf.html
|
|
;
|
|
|
|
[env:uno]
|
|
platform = atmelavr
|
|
framework = arduino
|
|
board = uno
|
|
|
|
[env:teensy31]
|
|
platform = teensy
|
|
framework = arduino
|
|
board = teensy31
|
|
|
|
[env:lpmsp430g2553]
|
|
platform = timsp430
|
|
framework = energia
|
|
board = lpmsp430g2553
|
|
|
|
[env:lptm4c1230c3pm]
|
|
platform = titiva
|
|
framework = energia
|
|
board = lptm4c1230c3pm
|
|
build_flags = -DLED_PIN=GREEN_LED
|