platformio.ini

Tue, 11 Oct 2016 21:47:10 +0200

author
David Douard <david.douard@logilab.fr>
date
Tue, 11 Oct 2016 21:47:10 +0200
changeset 14
5dfbcea0ebef
parent 8
55021f3f1929
child 19
a52d60613cf7
permissions
-rw-r--r--

define HAVE_PC to have a serial (debug) console

#
# 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:f446re]
platform = ststm32
framework = mbed
board = nucleo_f446re
upload_port = /media/sdb
lib_compat_mode = 0

[env:f303k8]
platform = ststm32
framework = mbed
board = nucleo_f303k8
upload_port = /media/sdb

[env:l432kc]
platform = ststm32
framework = mbed
board = nucleo_l432kc
upload_port = /media/sdb
lib_compat_mode = 0
build_flags = -DDEBUG -DDEBUG2 -DHAVE_PC

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

mercurial