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
2018-11-11
Change BOARD_SPEED to BOARD_CLOCK setting and extend to menu.clock and menu.s...
Donna Whisnant
2018-11-11
Update documentation for BOARD_SPEED.
Donna Whisnant
2018-09-14
Added the TOOL_PREFIX variable for setting up the executable tools.
Pieter du Preez
2018-03-18
Added the DIAGNOSTICS_COLOR_WHEN var for controlling diagnostics-color.
Pieter du Preez
2018-02-24
SAMD Cortex M0 device support (Zero, MKR1000, etc)
John Whittington
2017-09-03
Merge branch 'master' of https://github.com/sudar/Arduino-Makefile
John Whittington
2017-09-02
Moved the LTO etc. flags from CXXFLAGS_STD to CXXFLAGS
Simon John
2017-06-04
Support for generation of project tags file
John Whittington
2017-06-01
Fix autodetection of USB_PID on SparkFun's new ProMicro core
Simon John
2016-11-04
add comment on additional vars
George Harker
2016-10-11
Changed LTO support check to avr-gcc > 4.9.0 as the 4.8.1 bundled with the ID...
Simon John
2016-09-08
Updated docs regarding CXXFLAGS etc. for LTO support
Simon John
2016-07-25
Added -std=gnu++11 -fno-threadsafe-statics to CXXFLAGS_STD if we're using Ard...
Simon John
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