2015-02-25 00:22:24 +02:00
|
|
|
;
|
|
|
|
|
; Project Configuration File
|
|
|
|
|
;
|
|
|
|
|
; A detailed documentation with the EXAMPLES is located here:
|
|
|
|
|
; http://docs.platformio.org/en/latest/projectconf.html
|
|
|
|
|
;
|
2014-06-12 22:09:26 +03:00
|
|
|
|
2015-05-07 15:53:06 +01:00
|
|
|
[env:uno]
|
2014-05-18 23:41:07 +03:00
|
|
|
platform = atmelavr
|
2014-06-02 20:55:20 +03:00
|
|
|
framework = arduino
|
2015-01-02 00:16:29 +02:00
|
|
|
board = uno
|
2014-05-18 23:41:07 +03:00
|
|
|
|
2015-05-07 15:53:06 +01:00
|
|
|
[env:teensy31]
|
2015-02-25 00:22:24 +02:00
|
|
|
platform = teensy
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = teensy31
|
|
|
|
|
|
2015-05-07 15:53:06 +01:00
|
|
|
[env:lpmsp430g2553]
|
2014-05-18 23:41:07 +03:00
|
|
|
platform = timsp430
|
2014-06-02 20:55:20 +03:00
|
|
|
framework = energia
|
2014-05-18 23:41:07 +03:00
|
|
|
board = lpmsp430g2553
|
|
|
|
|
|
2015-05-07 15:53:06 +01:00
|
|
|
[env:lptm4c1230c3pm]
|
2014-05-18 23:41:07 +03:00
|
|
|
platform = titiva
|
2014-06-02 20:55:20 +03:00
|
|
|
framework = energia
|
2015-01-02 00:16:29 +02:00
|
|
|
board = lptm4c1230c3pm
|
|
|
|
|
build_flags = -DLED_PIN=GREEN_LED
|