This website requires JavaScript.
Explore
Help
Register
Sign in
dominic
/
Arduino-Makefile
Watch
1
Star
0
Fork
You've already forked Arduino-Makefile
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
f5893dc7a1
Arduino-Makefile
/
examples
/
BlinkChipKIT
/
Makefile
6 lines
68 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add support for the Digilent chipKIT platform This commit modifies a few things in Arduino.mk to be able to support overriding the necessary configuration options to support the chipKIT build, and also includes an example sketch configured to build for the Max32 platform. In addition the following changes were done as well - Control C standard with a CFLAGS_STD flag, GNU99 by default. - Duplicate show_config_variable in each sub-makefile. - Remove redundant output of ARDUINO_PREFERENCES_PATH from config table. - Defer Priting ARDMK_DIR until Arduino.mk. - Define names of compiler tools earlier to use for path checking. Duplicating show_config_variable is unfortunate because the code is duplicated, but I don't see a good way around it since we need to dupliacate the check for ARDMK_DIR before we can find Common.mk. Fix #98
2013-07-02 23:28:54 +02:00
BOARD_TAG
=
mega_pic32
ARDUINO_LIBS
=
Remove `arduino-mk` folder from all examples Fix #154
2014-01-14 10:06:24 +01:00
i
n
c
l
u
d
e
.
.
/
.
.
/
c
h
i
p
K
I
T
.
m
k
Add support for the Digilent chipKIT platform This commit modifies a few things in Arduino.mk to be able to support overriding the necessary configuration options to support the chipKIT build, and also includes an example sketch configured to build for the Max32 platform. In addition the following changes were done as well - Control C standard with a CFLAGS_STD flag, GNU99 by default. - Duplicate show_config_variable in each sub-makefile. - Remove redundant output of ARDUINO_PREFERENCES_PATH from config table. - Defer Priting ARDMK_DIR until Arduino.mk. - Define names of compiler tools earlier to use for path checking. Duplicating show_config_variable is unfortunate because the code is duplicated, but I don't see a good way around it since we need to dupliacate the check for ARDMK_DIR before we can find Common.mk. Fix #98
2013-07-02 23:28:54 +02:00
Reference in a new issue
Copy permalink