index
:
Arduino-Makefile.git
auto-lib
headers
master
gitar
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arduino-mk-vars.md
Age
Commit message (
Expand
)
Author
2016-02-19
updated BOARD_TAG to indicate show_submenu target
andrew hutchison
2015-09-15
Replace $VENDOR with $ARDMK_VENDOR as $VENDOR is a tcsh environment variable.
Simon John
2015-09-07
Add documentation for the TARGET variable.
Sven Dahlstrand
2015-05-15
Updated some documentation to clarify 1.5+ settings.
Simon John
2015-03-28
Added support for VARIANT in submenu's
Simon John
2015-01-23
Ability to modify USB_TYPE in Teensy.md
poofjunior
2014-12-30
Tidy new arduino mk vars
Gabrielius Mickevicius
2014-11-07
Allow avrdude to erase the chip before programming during ispload
Thomas Hebb
2014-10-11
Arduino 1.5.x - support new library layout and plaform specific system libs
Lukasz Engel
2014-09-10
Document CFLAGS, CXXFLAGS, ASFLAGS and CPPFLAGS.
Christopher Peplin
2014-08-29
Allow libraries/sketches to have the same name as system libs,
Simon John
2014-08-13
add CFLAGS_STD and CXXFLAGS_STD defaults
ladislas
2014-08-13
Revert "Using CFLAGS_STD and CPPFLAGS_STD"
Sudar
2014-08-12
create CPPFLAGS_STD and make both CFLAGS_STD and CPPFLAGS_STD avalaible for C...
ladislas
2014-08-08
Add some documentation regarding overloading system libs and reporting bugs
Simon John
2014-07-12
Made all the changes into one commit that could be a patch for master
Simon John
2014-04-21
fixed typo - should be ARDUINO_SKETCHBOOK not ARDUINO_VERSION
Simon John
2014-03-23
Add `BOOTLOADER_PARENT` which has to be set if the user sets either of the ot...
Simon John
2014-03-20
Add phony target to run pre-build hook script
Julien Ridoux
2014-03-06
Beautify arduino-mk-vars.md
tinyladi
2014-03-06
Add `OBJDIR` reference to `arduino-mk-vars.md`
tinyladi
2014-02-04
Document all the variables that can be overridden in child makefile
Sudar