platformio.ini

Mon, 05 Nov 2018 23:18:37 +0100

author
David Douard <david.douard@logilab.fr>
date
Mon, 05 Nov 2018 23:18:37 +0100
changeset 21
9ffa9d727d80
parent 19
a52d60613cf7
child 27
8f2be7aaec00
permissions
-rw-r--r--

wip

#
# 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
#build_flags = -DHAVE_PC --verbose
#lib_compat_mode = 0
build_flags = -DHAVE_PC -DPIO_FRAMEWORK_MBED_RTOS_PRESENT

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

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

mercurial