aboutsummaryrefslogtreecommitdiff
path: root/Arduino.mk
AgeCommit message (Expand)Author
2019-03-25add swtich for ARM 'avr-size' so that .elf is passed as argJohn Whittington
2019-01-11Only add USB_PRODUCT and USB_MANUFACTURER to flags if definedJohn Whittington
2019-01-11Populate USB_PRODUCT and USB_MANUFACTURER if in boards file using CaterinaJohn Whittington
2018-11-11Change BOARD_SPEED to BOARD_CLOCK setting and extend to menu.clock and menu.s...Donna Whisnant
2018-11-11Add support for BOARD_SPEED setting.Donna Whisnant
2018-10-02Merge remote-tracking branch 'org/master' into move_core_link_lastPieter du Preez
2018-09-30Merge pull request #580 from wingunder/masterSudar Muthu
2018-09-30Moved CORE_LIB to the last position of the defined linked objects.Pieter du Preez
2018-09-28Pass OpenOCD options to debug_init targetJohn Whittington
2018-09-15Moved the BOARDS_TXT section and stop if BOARDS_TXT is not a file.Pieter du Preez
2018-09-14Added the TOOL_PREFIX variable for setting up the executable tools.Pieter du Preez
2018-09-13Moved the PARSE_BOARD macro from Arduino.mk to Common.mk.Pieter du Preez
2018-08-09Fix typo of AVRDUDE_ISP_OPTHiroaki Yamazoe
2018-06-14Support for Arduino Due addedJohn Whittington
2018-03-18Added the DIAGNOSTICS_COLOR_WHEN var for controlling diagnostics-color.Pieter du Preez
2018-02-24Merge branch 'master' into disable-prog-types-compatSimon John
2018-02-24Merge pull request #533 from doronbehar/detect-archlinuxSimon John
2018-02-24SAMD Cortex M0 device support (Zero, MKR1000, etc)John Whittington
2018-01-24Allow compatibility with old pgmspace API to be disabled by the userKier Davis
2018-01-03Merge remote-tracking branch 'upstream/master'John Whittington
2017-12-22Moved -e flag for avrdude from set_fuses to ispload as you wouldn't want a ch...Simon John
2017-10-06Set `ARDMK_VENDOR` differently if OS is Arch Linux.Doron Behar
2017-10-03Recognize serial monitors with full path in MONITOR_CMDSZEDER Gábor
2017-09-28Add support for ISP_PROG Atmel IceJohn Whittington
2017-09-28Fix:Add to langmap not set ino,pde using ctagsJohn Whittington
2017-09-27Recognize serial monitors with full path in MONITOR_CMDSZEDER Gábor
2017-09-06Fix indentingJohn Whittington
2017-09-06Auto detect Windows sketchbook path using USERPROFILE not HOME and spellingJohn Whittington
2017-09-05Documentation changes for Windows usageJohn Whittington
2017-09-05Detect Cygwin Python or user installed Windows Python and use according devic...John Whittington
2017-09-03Merge branch 'master' of https://github.com/sudar/Arduino-MakefileJohn Whittington
2017-09-03rm old tags file made safer and only if it existsJohn Whittington
2017-09-03Ido/ino typo in echo when building tagsJohn Whittington
2017-09-02Moved the LTO etc. flags from CXXFLAGS_STD to CXXFLAGSSimon John
2017-09-01Merge with upstreamJohn Whittington
2017-09-01Use LOCAL_SRC variable due to proir assert and only scan libs if there are libsJohn Whittington
2017-07-21Add -fno-devirtualize to CXXFLAGS_STD to workaround a g++ bug. As this could ...Simon John
2017-07-12Add makefile for Robotis OpenCM & update version to 1.6.0Karl Semich
2017-06-04Support for generation of project tags fileJohn Whittington
2017-06-01Fix autodetection of USB_PID on SparkFun's new ProMicro coreSimon John
2017-04-01Add support for cu as MONITOR_CMD, use ~. to exit, be mindful when using over...Simon John
2017-03-13show_submenu: fix sed expressionCédric Bosdonnat
2017-03-12Correct spelling mistake in PuTTY sectionEric Dand
2017-01-21Arduino.mk: Fix generating assembly for cpp files.batchy
2017-01-11Bump up version to 1.5.2 for releasev1.5.21.5.2Sudar Muthu
2016-11-04make it work with modern arduino and teensyduino scriptsGeorge Harker
2016-10-11Changed the PARSE_BOARD function to handle colons found in things like build....Simon John
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-08Added LTO flags etc. to provide smaller/faster AVR code.Simon John
2016-07-29Fix for 1.6.10 version detectionSimon John