| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-02 | ardmk-init linted using pylint | John Whittington | |
| 2017-09-28 | ardmk-init usage added to README and HISTORY update | John Whittington | |
| 2017-09-28 | ardmk-init arg parse options and made V1.0 | John Whittington | |
| 2017-09-28 | WIP: ardmk-init more verbose about directory operating in | John Whittington | |
| 2017-09-28 | WIP: CLI project makefile generator | John Whittington | |
| 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-06 | Fix indenting | John Whittington | |
| 2017-09-06 | Auto detect Windows sketchbook path using USERPROFILE not HOME and spelling | John Whittington | |
| 2017-09-05 | Update HISTORY.md | 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 ↵ | John Whittington | |
| device port | |||
| 2017-09-04 | Merge pull request #502 from tuna-f1sh/master | Sudar Muthu | |
| Support for generation of project tags file | |||
| 2017-09-03 | Merge branch 'master' of https://github.com/sudar/Arduino-Makefile | John Whittington | |
| 2017-09-03 | Merge pull request #524 from sej7278/master | Simon John | |
| Moved the LTO etc. flags from CXXFLAGS_STD to CXXFLAGS | |||
| 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-08-11 | Merge pull request #516 from szeder/quote-prefix-tag | Simon John | |
| Quote the prefix tag in the space_pad_to function | |||
| 2017-08-08 | Quote the prefix tag in the space_pad_to function | SZEDER Gábor | |
| POSIX shells treat an unquoted [abcd] as a pattern bracket expression and apply it for filename expansion. This kicks in and causes troubles in the space_pad_to function when it's called to pad prefix tags like '[AUTODETECT]', because the argument holding such a tag is passed to a shell unquoted. The result is funny output when the directory containing the Makefile also contains any files or directories, whose name is a single upper-case character that can be found in any prefix tags: $ touch A B C D $ make ------------------------- Arduino.mk Configuration: - A C D CURRENT_OS = LINUX - [USER] ARDUINO_DIR = /home/szeder/src/arduino/arduino-1.8.1 - [USER] ARDMK_DIR = /home/szeder/src/arduino/Arduino-Makefile - A C D ARDUINO_VERSION = 181 - A D ARCHITECTURE = avr - A D ARDMK_VENDOR = arduino - A D ARDUINO_SKETCHBOOK = <snip> Prevent this by quoting space_pad_to's parameter when passing it to a shell. | |||
| 2017-07-25 | Merge pull request #510 from sej7278/master | Simon John | |
| Add -fno-devirtualize to CXXFLAGS_STD | |||
| 2017-07-21 | Add -fno-devirtualize to CXXFLAGS_STD to workaround a g++ bug. As this could ↵ | Simon John | |
| impact performance we should track when the issue is fixed upstream to remove the flag again (see links from Issue #486) Enabled colourised diagnostics from avr-gcc We forgot to increase ARDMK_VERSION for the 1.6.0 release | |||
| 2017-07-16 | Merge pull request #508 from fuzzyTew/robotis-opencm1.6.0 | Sudar Muthu | |
| Add makefile for Robotis OpenCM | |||
| 2017-07-12 | Add makefile for Robotis OpenCM & update version to 1.6.0 | Karl Semich | |
| 2017-06-04 | Support for generation of project tags file | John Whittington | |
| Considering the number of project files spread in different locations when developing an Arduino project, proper use of tags can be difficult; resolving beyond local functions. I've added automatic generation of a tags file, which includes: * Standard ctags source in project dir (.c, .cpp, .h) * Arduino source in project dir (.ide, .pde) * Arduino core based on detected project core from Arduino install. * Included Arduino libraries from user library folder. As a Vim user I find this hugely useful and think it would be a useful addtion for others. Target has been added as `make tags`. | |||
| 2017-06-02 | Merge pull request #501 from MilanV/master | Simon John | |
| Document how to setup Makefile for 3rd party boards | |||
| 2017-06-02 | Fix paths in the example Makefile | Milan Vancura | |
| 2017-06-02 | Document how to setup Makefile for 3rd party boards | Milan Vancura | |
| 2017-06-01 | Merge pull request #500 from sej7278/master | Simon John | |
| Fix autodetection of USB_PID on SparkFun's new ProMicro core Remove use of tilde from documentation | |||
| 2017-06-01 | Fix autodetection of USB_PID on SparkFun's new ProMicro core | Simon John | |
| Remove use of tilde in documentation as ~ doesn't work, use $(HOME) instead | |||
| 2017-04-01 | Merge pull request #493 from sej7278/master | Simon John | |
| Add support for cu as MONITOR_CMD | |||
| 2017-04-01 | Add support for cu as MONITOR_CMD, use ~. to exit, be mindful when using ↵ | Simon John | |
| over ssh | |||
| 2017-03-13 | Update HISTORY.md | Simon John | |
| 2017-03-13 | Merge pull request #488 from cbosdo/show_submenu-fix | Simon John | |
| show_submenu: fix sed expression | |||
| 2017-03-13 | show_submenu: fix sed expression | Cédric Bosdonnat | |
| The matching parentheses and | in sed expresssions need to be escaped or sed will consider like normal characters. Without this fix, make show_submenu was showing lines like this one: pro.menu.cpu.8MHzatmega328 ATmega328 (3.3V, 8 MHz) It now properly outputs lines like this: pro 8MHzatmega328 ATmega328 (3.3V, 8 MHz) This output is much less misleading to users especially newcomers. | |||
| 2017-03-12 | Update HISTORY.md | Simon John | |
| 2017-03-12 | Merge pull request #487 from ericdand/patch-1 | Simon John | |
| Correct spelling mistake in PuTTY section Thanks @ericdand | |||
| 2017-03-12 | Correct spelling mistake in PuTTY section | Eric Dand | |
| MONITOR_PARMS should be MONITOR_PARAMS. | |||
| 2017-02-12 | Update HISTORY.md | Simon John | |
| 2017-02-12 | Merge pull request #477 from DaWelter/master | Simon John | |
| Auto-detect F_CPU for Teensy boards Thanks for the PR @DaWelter i'll update HISTORY.md @sudar | |||
| 2017-02-12 | Autodetect the fastest speed with which various Teensy boards can run. ↵ | Michael Welter | |
| Alternatively, set the speed in MHz via BOARD_SUB. | |||
| 2017-01-24 | Merge pull request #475 from Batchyx/master | Sudar Muthu | |
| Fix generate_assembly for cpp files. | |||
| 2017-01-21 | Arduino.mk: Fix generating assembly for cpp files. | batchy | |
| Do not include the Arduino header when generating assembly for .cpp files with generate_assembly. This was likely a copy-paste error. | |||
| 2017-01-21 | History.md: Re-add "In Development" section. | batchy | |
| 2017-01-11 | Bump up version to 1.5.2 for releasev1.5.21.5.2 | Sudar Muthu | |
| 2016-11-13 | Merge pull request #469 from wilywampa/master | Sudar Muthu | |
| Fix parsing of Teensy options with multiple "="s | |||
| 2016-11-12 | Fix parsing of Teensy options with multiple "="s | Jacob Niehus | |
| 2016-11-09 | Merge pull request #468 from georgeharker/master | Sudar Muthu | |
| Update to work with Arduino 1.6.12 and Teensyduino 1.30 | |||
