platformio.ini

Tue, 19 Jul 2016 21:17:39 +0200

author
David Douard <david.douard@logilab.fr>
date
Tue, 19 Jul 2016 21:17:39 +0200
changeset 1
3021fc79cc3b
parent 0
f3377957d8c0
child 3
a3233abe730e
permissions
-rw-r--r--

kinf of working prototype using a ILI9341 based TFT

#
# 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:nucleo_f446re]
platform = ststm32
framework = mbed
board = nucleo_f446re
build_flags = -D UNIG_SPI8
upload_port = /media/sdb

[env:nucleo_f031k6]
platform = ststm32
framework = mbed
board = nucleo_f031k6
build_flags = -D UNIG_SPI8
upload_port = /media/sdb

mercurial