Added project
This commit is contained in:
parent
fe9aa14dfd
commit
2d73cc8845
186 changed files with 21174 additions and 0 deletions
20
lib-build/make/Makefile.inc.local-template
Normal file
20
lib-build/make/Makefile.inc.local-template
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Local env included makefile
|
||||
# This file should be ignored in version control
|
||||
# note: the ?= is so you can override those again in cmdline.
|
||||
#
|
||||
# Change to local arduino installation.
|
||||
ARD_HOME ?= /home/willemc/devv/avr/ide/arduino-1.6.0
|
||||
|
||||
# Default port to isp
|
||||
# PORT ?= /dev/ttyACM0
|
||||
|
||||
# Uncomment to have serial debug printing
|
||||
# Supported arguments are: NONE,ALL,NETWORK,RADIO,SYSTEM,SERIAL,SENSOR
|
||||
# DEBUG_LOGGING ?= ALL
|
||||
|
||||
# Uncomment to disable lookup and this this address.
|
||||
# DEBUG_NET_HISIP ?= {10,11,12,177}
|
||||
|
||||
# Only needed in some extreme cases where there is
|
||||
# transparant http proxy filtering in the network...
|
||||
# DEBUG_NET_GATE ?= {10,11,12,177}
|
||||
Loading…
Add table
Add a link
Reference in a new issue