mirror of
https://github.com/stid/APPLE-1-ReplicaDue.git
synced 2024-12-28 14:32:39 +00:00
24 lines
490 B
INI
24 lines
490 B
INI
|
#
|
||
|
# 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:due]
|
||
|
platform = atmelsam
|
||
|
framework = arduino
|
||
|
board = due
|