| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-12 | Add makefile for Robotis OpenCM & update version to 1.6.0 | Karl Semich | |
| 2017-01-11 | Bump up version to 1.5.2 for releasev1.5.21.5.2 | Sudar Muthu | |
| 2016-08-25 | PySerial installation for Windows updated (#1) | Jozef Sovcik | |
| 2016-07-02 | Update README | az-z | |
| Updated to reflect the Linux changes for Arduino 1.6.5 Updated to reflect the information (Linux portion) from the guide. Removed the URL to the blog. | |||
| 2016-02-22 | Bump up version to v1.5.1 for release1.5.1 | Sudar Muthu | |
| 2015-09-21 | added missing quote in RAEDME.md and fix-note in HISTORY.md | Thomas Kilian | |
| 2015-09-21 | Add path examples for both Mac IDE versions | Thomas Kilian | |
| 2015-07-02 | Added examples for various boards and IDE versions to the Blink example. | Simon John | |
| 2015-06-24 | Updated instructions for Fedora 22 | Simon John | |
| 2015-05-15 | Updated some documentation to clarify 1.5+ settings. | Simon John | |
| Fixes #352 | |||
| 2015-04-08 | Update README about the version of Arduino that are supported | Sudar | |
| Fix #328 | |||
| 2015-04-07 | Bump version to v1.5 for release1.5 | Sudar | |
| 2015-04-06 | Replace comment about not supporting 1.5 with not supporting SAM | Simon John | |
| We can probably close issue #45 and maybe open a new one for ARM SAM support, as 1.6.3 is supported now (and 1.5 is dead). | |||
| 2015-04-05 | Add a note about Arduino.org | Sudar | |
| 2015-04-04 | Make sure pyserial is properly linked | Sudar | |
| 2015-04-04 | Link to Requirements section | Sudar | |
| 2015-04-04 | Tweak pyserial installation instructions | Sudar | |
| 2015-04-04 | Better highlighting for code in README | Sudar | |
| 2015-03-14 | Add credit to the contributors | Sudar | |
| 2015-02-25 | instructions on setting CodeBlocks IDE to use the makefiles | filip | |
| 2015-01-01 | Change CXX_NAME to CXX as per the EmacsWiki for Flymake instructions. | Simon John | |
| Makes it a bit more standard too. | |||
| 2014-11-27 | Add information about installing dependencies when installing using | Sudar | |
| homebrew Refer to https://github.com/sudar/homebrew-arduino-mk/issues/2#issuecomment-64432785 | |||
| 2014-11-23 | Add information about homebrew in ReadME | Sudar | |
| 2014-11-23 | Added support for PuTTY on Windows | Peter Mosmans | |
| Use MONITOR_CMD=putty The optional parameter MONITOR_PARMS can be used as well | |||
| 2014-10-22 | added info about Teensy to README.md | stepcut | |
| 2014-09-23 | Added ArchLinux package info, thanks Niels. | Simon John | |
| Linked Fedora packaging instructions to homepage. Added Raspbian to distro's with arduino-mk apt packages. | |||
| 2014-09-20 | Move scripts inside tests directory. | Christopher Peplin | |
| Fixed https://github.com/sudar/Arduino-Makefile/issues/260 | |||
| 2014-09-10 | Add the built status button | Sudar | |
| 2014-09-09 | Add a script to compile examples as an automated test suite. | Christopher Peplin | |
| * Added script/boostrap.sh to download the Arduino IDE and MPIDE (for chipKIT). Tested in Linux, should work in Cygwin and OS X too. * Added script/runtests.sh to run "make" in each example project and collect the results. The script returns -1 if any fails. * Moved currently testable examples to a "tests" directory, separate from examples that require alternative cores. | |||
| 2014-08-28 | Small typo, can lead to copy and paste fails | Joseivaldo Benito Junior | |
| Signed-off-by: Joseivaldo Benito Junior <jrbenito@benito.qsl.br> | |||
| 2014-08-08 | Add some documentation regarding overloading system libs and reporting bugs | Simon John | |
| 2014-07-16 | Add information about `Bare-Arduino-Project` in README | Sudar | |
| Fix #220 Fix #221 Fix #225 | |||
| 2014-07-16 | Add "Interfacing with other projects" section in README | Sudar | |
| 2014-07-12 | Made all the changes into one commit that could be a patch for master | Simon John | |
| 2014-07-12 | Bump up version to v1.3.4 for release1.3.4 | Sudar | |
| 2014-06-10 | Make Arduino.mk compatible with Flymake | Ronan Barzic | |
| If Flymake is configured to parse .ino files the same way as for c/c++ files, it creates a temporary file (_flymake.ino) in the same directory as the original file. It fails with the current Arduino.mk because of the check for multiple .ino files. This fix removes the check only when flymake is calling the Makefile (Flymake will call make with the variable CHK_SOURCES set to the temporary file name) To make Flymake working with .ino file : Add : check-syntax: $(CXX_NAME) -c -include Arduino.h -x c++ $(CXXFLAGS) $(CPPFLAGS) -fsyntax-only $(CHK_SOURCES) in the project Makefile after the inclusion of the Arduino.mk file Edit the flymake configuration : M-x customize-option RET flymake-allowed-file-name-masks RET (using auto completion !) Add the line : ("\\.ino\\'" flymake-simple-make-init) Then click on "Apply and Save" button Fix #211 | |||
| 2014-05-21 | Some language clean up | Simon John | |
| 2014-04-13 | Bump up version to v1.3.3 for release1.3.3 | Simon John | |
| Fix #189 | |||
| 2014-04-11 | Bump up version to v1.3.2 for release1.3.2 | Sudar | |
| 2014-04-11 | Tweak AVRdude conf file detection in windows | EAGMnor | |
| On windows the AVRdude configuration file is now detected properly. The comments and `README` are updated as well. Fix #187 | |||
| 2014-04-02 | replace perl reset script with python one | Simon John | |
| Fix #180 Fix #127 | |||
| 2014-03-06 | Add a reference makefile, with real-world example | tinyladi | |
| 2014-02-04 | Document all the variables that can be overridden in child makefile | Sudar | |
| Huge thanks to @sej7278 for doing this Fix #75 | |||
| 2014-02-01 | BUNDLED_AVR_TOOLS_DIR is now set correctly using := instead of ?=, | Simon John | |
| so that installations using only the arduino-core packages that don't have the $(ARDUINO_DIR)/hardware/tools/avr directory can still use the avr-g++ tools found in the $PATH (/usr/bin) Previously BUNDLED_AVR_TOOLS_DIR was set to an empty string as the directory doesn't exist, which meant that "ifdef BUNDLED_AVR_TOOLS_DIR..." was set rather than skipping to "else SYSTEMPATH_AVR_TOOLS_DIR...." No user would set BUNDLED_AVR_TOOLS_DIR so the assignment operator := should be used not ?= Updated the version info/changes in various locations. | |||
| 2014-01-29 | Bump up version to v1.3.0 for release1.3.0 | Sudar | |
| 2014-01-29 | Update `README.md` about compatibility with Windows | Sudar | |
| Fix #94 | |||
| 2014-01-29 | Document that ARDUINO_DIR must be a relative path in Windows | Sudar | |
| Fix #156 | |||
| 2014-01-28 | Document that ARDUINO_DIR must be a relative path in Windows. | Christopher Peplin | |
| 2014-01-28 | Use more reliable serial device naming in Windows. | Christopher Peplin | |
| * Strip leading "/dev/" from MONITOR_PORT before handing to avrdude in Windows. * Use the more widely available awk tool instead of bc to subtract 1 from COM ID (as opposed to `bc`). * Allow Windows user to specify "com1" or just "1". * Document MONITOR_PORT format for Windows users. | |||
| 2014-01-14 | Simplify package vs git checkout detection | Simon John | |
| Fix #147 Fix #151 Fix #153 The following are the detailed changes - Remove ARDMK_PATH, ARDMK_FILE and arduino-mk subdirectory - Looks for ard-reset-arduino in $PATH or ARDMK_DIR/bin - Fix git-archive command in RPM SPEC file - Remove some whitespace - Remove arduino-mk dir from debian package's arduino-mk.install - Update docs to reflect the above changes - Bump Up version to 1.2.0 | |||
