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
Age
Commit message (
Expand
)
Author
2020-09-16
Add -DARDUINO_BOARD definition
Tokita Hiroshi
2020-09-15
Add -DARDUINO_{build.board} for compile options
Tokita Hiroshi
2020-08-05
Merge remote-tracking branch 'sej7278/python3'
John Whittington
2020-08-04
Rebased python3 branch with some changes from tuna-f1sh@87d5241
Simon John
2020-06-04
Merge branch 'master' of https://github.com/sudar/Arduino-Makefile
John Whittington
2020-03-21
fix monitor baudrate typo for user config
Ladislas de Toldi
2020-02-24
switch compliler flags to prevent AR fail on ARM
John Whittington
2019-07-19
Syntax fix and documentation of MONITOR_PARAMS
Taylor Zowtuk
2019-07-05
Merge pull request #599 from szeder/build-api
Simon John
2019-07-04
Build the ArduinoCore API
SZEDER Gábor
2019-06-19
Merge pull request #586 from SearchAThing-forks/master
Sudar Muthu
2019-06-12
Show the configuration when ARDUINO_QUIET=0
SZEDER Gábor
2019-03-25
add swtich for ARM 'avr-size' so that .elf is passed as arg
John Whittington
2019-01-11
Only add USB_PRODUCT and USB_MANUFACTURER to flags if defined
John Whittington
2019-01-11
Populate USB_PRODUCT and USB_MANUFACTURER if in boards file using Caterina
John Whittington
2018-11-11
Change BOARD_SPEED to BOARD_CLOCK setting and extend to menu.clock and menu.s...
Donna Whisnant
2018-11-11
Add support for BOARD_SPEED setting.
Donna Whisnant
2018-10-13
allow to enable AVRDUDE_AUTOERASE_FLASH
Lorenzo Delana
2018-10-02
Merge remote-tracking branch 'org/master' into move_core_link_last
Pieter du Preez
2018-09-30
Merge pull request #580 from wingunder/master
Sudar Muthu
2018-09-30
Moved CORE_LIB to the last position of the defined linked objects.
Pieter du Preez
2018-09-28
Pass OpenOCD options to debug_init target
John Whittington
2018-09-15
Moved the BOARDS_TXT section and stop if BOARDS_TXT is not a file.
Pieter du Preez
2018-09-14
Added the TOOL_PREFIX variable for setting up the executable tools.
Pieter du Preez
2018-09-13
Moved the PARSE_BOARD macro from Arduino.mk to Common.mk.
Pieter du Preez
2018-08-09
Fix typo of AVRDUDE_ISP_OPT
Hiroaki Yamazoe
2018-06-14
Support for Arduino Due added
John Whittington
2018-03-18
Added the DIAGNOSTICS_COLOR_WHEN var for controlling diagnostics-color.
Pieter du Preez
2018-02-24
Merge branch 'master' into disable-prog-types-compat
Simon John
2018-02-24
Merge pull request #533 from doronbehar/detect-archlinux
Simon John
2018-02-24
SAMD Cortex M0 device support (Zero, MKR1000, etc)
John Whittington
2018-01-24
Allow compatibility with old pgmspace API to be disabled by the user
Kier Davis
2018-01-03
Merge remote-tracking branch 'upstream/master'
John Whittington
2017-12-22
Moved -e flag for avrdude from set_fuses to ispload as you wouldn't want a ch...
Simon John
2017-10-06
Set `ARDMK_VENDOR` differently if OS is Arch Linux.
Doron Behar
2017-10-03
Recognize serial monitors with full path in MONITOR_CMD
SZEDER Gábor
2017-09-28
Add support for ISP_PROG Atmel Ice
John Whittington
2017-09-28
Fix:Add to langmap not set ino,pde using ctags
John Whittington
2017-09-27
Recognize serial monitors with full path in MONITOR_CMD
SZEDER Gábor
2017-09-06
Fix indenting
John Whittington
2017-09-06
Auto detect Windows sketchbook path using USERPROFILE not HOME and spelling
John Whittington
2017-09-05
Documentation changes for Windows usage
John Whittington
2017-09-05
Detect Cygwin Python or user installed Windows Python and use according devic...
John Whittington
2017-09-03
Merge branch 'master' of https://github.com/sudar/Arduino-Makefile
John Whittington
2017-09-03
rm old tags file made safer and only if it exists
John Whittington
2017-09-03
Ido/ino typo in echo when building tags
John Whittington
2017-09-02
Moved the LTO etc. flags from CXXFLAGS_STD to CXXFLAGS
Simon John
2017-09-01
Merge with upstream
John Whittington
2017-09-01
Use LOCAL_SRC variable due to proir assert and only scan libs if there are libs
John Whittington
2017-07-21
Add -fno-devirtualize to CXXFLAGS_STD to workaround a g++ bug. As this could ...
Simon John
[next]