| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-12 | Add makefile for Robotis OpenCM & update version to 1.6.0 | Karl Semich | |
| 2017-06-02 | Document how to setup Makefile for 3rd party boards | Milan Vancura | |
| 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 | 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-12 | Update HISTORY.md | Simon John | |
| 2017-02-12 | Update HISTORY.md | Simon John | |
| 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-05 | hard code ARCHITECTURE if not found in boards.txt, update history | George Harker | |
| 2016-10-11 | Changed the PARSE_BOARD function to handle colons found in things like ↵ | Simon John | |
| build.core and build.variant Fixes Issue #461 | |||
| 2016-10-11 | Changed LTO support check to avr-gcc > 4.9.0 as the 4.8.1 bundled with the ↵ | Simon John | |
| IDE prior to 1.6.10 doesn't support LTO or plugins. Fixes Issue #456 So essentially LTO support will only be enabled with avr-gcc 4.9.2 which comes with 1.6.10 or later and Debian, Ubuntu etc; not 4.8.1 which comes with IDE 1.6.9 and a few earlier versions. Tested with: * 1.6.8 (avr-gcc 4.8.1 which doesn't support LTO so uses avr-ar and doesn't set LTO flags) * 1.6.12 (avr-gcc 4.9.2 which supports LTO so uses avr-gcc-ar and sets LTO flags) * 1.0.5 with Debian avr-gcc 4.9.2 (supports LTO so uses avr-gcc-ar and sets LTO flags) | |||
| 2016-09-08 | Updated changelog | Simon John | |
| 2016-08-25 | PySerial installation for Windows updated (#1) | Jozef Sovcik | |
| 2016-07-29 | Fix for 1.6.10 version detection | Simon John | |
| Updated HISTORY.md with latest commits | |||
| 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 | |
| 2016-02-19 | update changelog to reflect show_submenu target | andrew hutchison | |
| 2016-02-09 | ard-reset-arduino: support pyserial 3.0 | Gaute Hope | |
| 2015-12-28 | Removed the check for BOOTLOADER_PATH being empty as its merged into | Simon John | |
| BOOTLOADER_FILE in 1.5+ Now we just check for BOOTLOADER_FILE being non-empty on both versions. Fixes issue #402 | |||
| 2015-12-16 | Fixed "make show_boards" regex to allow for hyphens in BOARD_TAG | Simon John | |
| e.g. attiny44-20, thanks to Atmel for the sample chip! | |||
| 2015-10-27 | correct HISTORY.md order | Albert Pretorius | |
| 2015-10-26 | Better parsing of boards.txt file which allows Adafruit Trinket to be used | Albert Pretorius | |
| 2015-09-21 | added missing quote in RAEDME.md and fix-note in HISTORY.md | Thomas Kilian | |
| 2015-09-15 | Replace $VENDOR with $ARDMK_VENDOR as $VENDOR is a tcsh environment variable. | Simon John | |
| $ARCHITECTURE is probably safe as that's usually called $ARCH. Fixes issue #386. Need to decide if this is going to upset too many user's who have already started using $VENDOR - and who uses tcsh? ;-) | |||
| 2015-09-13 | Ensure AVRDUDE_CONF is set when AVR_TOOLS_DIR is manually set by user, | Simon John | |
| not just on Windows - fixes issue #381 Code around this area probably needs a tidy up at some point. | |||
| 2015-09-07 | Added contributor details to history | Simon John | |
| 2015-09-07 | Make sure TARGET is set correctly when CURDIR contains spaces. | Sven Dahlstrand | |
| With this fix the `TARGET` variable is set correctly when the project directory (or its path) contains spaces. So in this case: /Users/Joe/Dropbox (Personal)/example project `TARGET` will be set to `example_project` instead of `Dropbox example project` (like it was before this fix). | |||
| 2015-07-14 | Add AVR Dragon commit info to HISTORY.md | Simon John | |
| 2015-07-09 | fix typo, add more info about asm core sources | Simon John | |
| 2015-07-09 | Preserve source extension for object files. | Simon John | |
| Needed to fix the new wiring_pulse.S in IDE 1.6.5 which also has a wiring_pulse.c source file. Mostly rebased @peplin's PR #266, so should allow us to support newer chipKIT builds too. | |||
| 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-06-11 | Updated changelog | Grzegorz Biesiadecki | |
| 2015-06-02 | Add option to split avrdude MCU from avr-gcc MCU | hhgarnes | |
| Fix #359 | |||
| 2015-05-21 | Added some extra checks to Travis-CI | Simon John | |
| 2015-05-15 | Updated some documentation to clarify 1.5+ settings. | Simon John | |
| Fixes #352 | |||
| 2015-05-09 | Update HISTORY.md | Simon John | |
| 2015-04-13 | Prepare HISTORY.md for develpment of next version | Sudar | |
| 2015-04-07 | Bump version to v1.5 for release1.5 | Sudar | |
| 2015-04-04 | Fix reset for leonardo | Calvin Li | |
| I found that the previous reset code did not work for Leonardo or Micro, nor did any reset code anywhere on the internet. An examination of the Arduino IDE source code (and the JNI code behind its serial implementation) shows that it holds RTS high and DTR low when doing the 1200 baud open/close. And it turns out that's exactly what's needed! | |||
| 2015-04-04 | Better autodetection of ARDUINO_SKETCHBOOK and ARDUINO_DIR on OSX | Simon John | |
| 2015-03-28 | Replaced UTF-8 copyright symbol causing sed errors on OSX | Simon John | |
| Fixes issue #335 | |||
| 2015-03-28 | Added support for VARIANT in submenu's | Simon John | |
| Also added a note that in certain 1.6 cores (attiny) F_CPU is a submenu item e.g. attiny.menu.clock.internal1.build.f_cpu=1000000L | |||
| 2015-03-28 | Locate 1.5+ preferences.txt file on Mac | Sudar | |
| 2015-03-27 | Now we know that arduino 1.6.1 uses the ~/.arduino15 directory | Simon John | |
| we can find preferences.txt Still need to find out where it looks on OSX/Cygwin | |||
| 2015-03-27 | Add = to PARSE_BOARD regex to make it less greedy. | Simon John | |
| For instance in the Sparkfun 1.6 core, we have: promicro16.build.vid.0=0x1B4F promicro16.build.vid.1=0x1B4F promicro16.build.vid=0x1B4F So we end up matching all 3 instead of just the last one. Adding the = means we're looking for promicro16.build.vid= so not catching the .0 or .1 version. | |||
| 2015-03-26 | Added BOARD_SUB to OBJDIR so that when changing sub boards we don't ↵ | Simon John | |
| accidentally overwrite existing builds. E.g. mega1280 and mega2560 previously *both* created a "build-mega" directory, now they'll create build-mega-mega2560 and build-mega-mega1280 Only applies to 1.5+ of course, and only when BOARD_SUB is used. 1.0 will still create build-mega2560 and build-mega1280 directories (just BOARD_TAG) | |||
| 2015-03-25 | Added ARCHITECTURE to ALTERNATE_CORE_PATH to support 1.5+ cores like ↵ | Simon John | |
| arduino-tiny. arduino-tiny and damellis' attiny85 cores don't use a vendor, but they do use the avr architecture (subdirectory) in their 1.5/1.6 branches. arduino-tiny builds and is auto-detected now, still needs some work to support sub-cpu's and clocks. damellis doesn't compile, but that's not our makefile it seems. | |||
