aboutsummaryrefslogtreecommitdiff
path: root/arduino-mk-vars.md
AgeCommit message (Expand)Author
2018-11-11Change BOARD_SPEED to BOARD_CLOCK setting and extend to menu.clock and menu.s...Donna Whisnant
2018-11-11Update documentation for BOARD_SPEED.Donna Whisnant
2018-09-14Added the TOOL_PREFIX variable for setting up the executable tools.Pieter du Preez
2018-03-18Added the DIAGNOSTICS_COLOR_WHEN var for controlling diagnostics-color.Pieter du Preez
2018-02-24SAMD Cortex M0 device support (Zero, MKR1000, etc)John Whittington
2017-09-03Merge branch 'master' of https://github.com/sudar/Arduino-MakefileJohn Whittington
2017-09-02Moved the LTO etc. flags from CXXFLAGS_STD to CXXFLAGSSimon John
2017-06-04Support for generation of project tags fileJohn Whittington
2017-06-01Fix autodetection of USB_PID on SparkFun's new ProMicro coreSimon John
2016-11-04add comment on additional varsGeorge Harker
2016-10-11Changed LTO support check to avr-gcc > 4.9.0 as the 4.8.1 bundled with the ID...Simon John
2016-09-08Updated docs regarding CXXFLAGS etc. for LTO supportSimon John
2016-07-25Added -std=gnu++11 -fno-threadsafe-statics to CXXFLAGS_STD if we're using Ard...Simon John
2016-02-19updated BOARD_TAG to indicate show_submenu targetandrew hutchison
2015-09-15Replace $VENDOR with $ARDMK_VENDOR as $VENDOR is a tcsh environment variable.Simon John
2015-09-07Add documentation for the TARGET variable.Sven Dahlstrand
2015-05-15Updated some documentation to clarify 1.5+ settings.Simon John
2015-03-28Added support for VARIANT in submenu'sSimon John
2015-01-23Ability to modify USB_TYPE in Teensy.mdpoofjunior
2014-12-30Tidy new arduino mk varsGabrielius Mickevicius
2014-11-07Allow avrdude to erase the chip before programming during isploadThomas Hebb
2014-10-11Arduino 1.5.x - support new library layout and plaform specific system libsLukasz Engel
2014-09-10Document CFLAGS, CXXFLAGS, ASFLAGS and CPPFLAGS.Christopher Peplin
2014-08-29Allow libraries/sketches to have the same name as system libs,Simon John
2014-08-13add CFLAGS_STD and CXXFLAGS_STD defaultsladislas
2014-08-13Revert "Using CFLAGS_STD and CPPFLAGS_STD"Sudar
2014-08-12create CPPFLAGS_STD and make both CFLAGS_STD and CPPFLAGS_STD avalaible for C...ladislas
2014-08-08Add some documentation regarding overloading system libs and reporting bugsSimon John
2014-07-12Made all the changes into one commit that could be a patch for masterSimon John
2014-04-21fixed typo - should be ARDUINO_SKETCHBOOK not ARDUINO_VERSIONSimon John
2014-03-23Add `BOOTLOADER_PARENT` which has to be set if the user sets either of the ot...Simon John
2014-03-20Add phony target to run pre-build hook scriptJulien Ridoux
2014-03-06Beautify arduino-mk-vars.mdtinyladi
2014-03-06Add `OBJDIR` reference to `arduino-mk-vars.md`tinyladi
2014-02-04Document all the variables that can be overridden in child makefileSudar