| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |||
| 2016-11-05 | fix incorrect variable ref | George Harker | |
| 2016-11-05 | hard code ARCHITECTURE if not found in boards.txt, update history | George Harker | |
| 2016-11-04 | add comment on additional vars | George Harker | |
| 2016-11-04 | fix mcu | George Harker | |
| 2016-11-04 | fix platform dir | George Harker | |
| 2016-11-04 | make it work with modern arduino and teensyduino scripts | George Harker | |
| 2016-10-12 | Merge pull request #465 from sej7278/master | Simon John | |
| Changed the PARSE_BOARD function to handle colons | |||
| 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 | Merge pull request #464 from sej7278/master | Simon John | |
| Changed LTO support check to avr-gcc > 4.9.0 | |||
| 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 | Merge pull request #453 from sej7278/master | Simon John | |
| Updated changelog | |||
| 2016-09-08 | Updated changelog | Simon John | |
| 2016-09-08 | Merge pull request #452 from sej7278/master | Sudar Muthu | |
| Added LTO flags etc. to provide smaller/faster AVR code. | |||
| 2016-09-08 | Updated docs regarding CXXFLAGS etc. for LTO support | Simon John | |
| 2016-09-08 | Added LTO flags etc. to provide smaller/faster AVR code. | Simon John | |
| Works with 1.6.10 or later; or 1.0.x with avr-gcc toolchain 4.8+ | |||
| 2016-08-25 | Merge pull request #449 from sovcik/master | Sudar Muthu | |
| PySerial installation for Windows updated | |||
| 2016-08-25 | PySerial installation for Windows updated (#1) | Jozef Sovcik | |
| 2016-07-29 | Merge pull request #445 from sej7278/master | Sudar Muthu | |
| Fix for 1.6.10 version detection | |||
| 2016-07-29 | Fix for 1.6.10 version detection | Simon John | |
| Updated HISTORY.md with latest commits | |||
| 2016-07-25 | Merge pull request #437 from straccio/master | Sudar Muthu | |
| Search in submenu chip or cpu for vars | |||
| 2016-07-25 | Merge pull request #442 from sej7278/master | Sudar Muthu | |
| Change CXXFLAGS_STD to match upstream | |||
| 2016-07-25 | Added -std=gnu++11 -fno-threadsafe-statics to CXXFLAGS_STD if we're using ↵ | Simon John | |
| Arduino 1.6 to match upstream (without it compilation seems to fail on OSX). Updated docs. Also made ARDUINO_LIB_PATH overloadable (as implied by arduino-mk-vars.md) although this is a pretty niche use-case. | |||
| 2016-07-02 | Merge branch 'az-z-master' | Sudar Muthu | |
| 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-06-22 | Search in BOARDS_TXT for chip or cpu submenu | straccio | |
| Using new Arduino IDE and ATTinyCore board module he need to search var various vars not in cpu submenu but in chip. Changed the makefile in order to search chip or cpu using regular expression. | |||
