| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-09 | Merge pull request #350 from dcousens/patch-1 | Sudar Muthu | |
| Fix s/detailled/detailed typo | |||
| 2015-05-09 | Fix s/detailled/detailed typo | Daniel Cousens | |
| 2015-04-13 | Prepare HISTORY.md for develpment of next version | Sudar | |
| 2015-04-13 | Merge pull request #347 from sej7278/master | Sudar Muthu | |
| Looks for submenu items first when parsing BOARDS_TXT. Fix #346 | |||
| 2015-04-12 | Looks for submenu items first when parsing BOARDS_TXT | Simon John | |
| as suggested by @michaelbaisch in issue #346 Might want to update HISTORY.md with an "in development" version number. | |||
| 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 | Merge pull request #342 from sej7278/master | Sudar Muthu | |
| Replace comment about not supporting 1.5 with not supporting SAM | |||
| 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 | Merge branch 'calvinli-patch-1' | Sudar | |
| Fix #340 | |||
| 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 | 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-04-04 | Merge pull request #339 from sej7278/master | Sudar Muthu | |
| Better autodetection of ARDUINO_SKETCHBOOK and ARDUINO_DIR on OSX | |||
| 2015-04-04 | Better autodetection of ARDUINO_SKETCHBOOK and ARDUINO_DIR on OSX | Simon John | |
| 2015-03-28 | Merge pull request #336 from sej7278/master | Simon John | |
| Added support for VARIANT in submenu's Also fixed sed issue on OSX (copyright symbol) | |||
| 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 | Add a new example to show how serial monitor can be used | Sudar | |
| 2015-03-28 | Whitespace fixes in examples | Sudar | |
| 2015-03-28 | Merge pull request #334 from sej7278/master | Simon John | |
| Fixed typo - bracket should be backslash to continue the call to firstword | |||
| 2015-03-28 | Fixed typo - bracket should be backslash to continue the call to firstword() | Simon John | |
| 2015-03-28 | Locate 1.5+ preferences.txt file on Mac | Sudar | |
| 2015-03-28 | Merge pull request #333 from sej7278/master | Sudar Muthu | |
| Add = to PARSE_BOARD regex to make it less greedy. | |||
| 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-27 | Merge pull request #331 from sej7278/master | Sudar Muthu | |
| Added BOARD_SUB to OBJDIR | |||
| 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 | Merge pull request #330 from sej7278/master | Simon John | |
| Added ARCHITECTURE to ALTERNATE_CORE_PATH to support 1.5+ cores | |||
| 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. | |||
| 2015-03-25 | Merge pull request #329 from sej7278/master | Sudar Muthu | |
| Added search of PLATFORM_LIB_NAMES to ARDUINO_LIBS | |||
| 2015-03-25 | Always forgetting the history! | Simon John | |
| 2015-03-25 | Added search of PLATFORM_LIB_NAMES to ARDUINO_LIBS so that Wire.h is found ↵ | Simon John | |
| on 1.6.1 and its output separately to SYS_LIB_NAMES Added "sort" to the USER/SYS/PLATFORM _LIBS so we don't get duplicates | |||
| 2015-03-14 | Add credit to the contributors | Sudar | |
| 2015-02-27 | Merge pull request #322 from onandoffables/linuxgpio | Sudar Muthu | |
| Add "linuxgpio" to the list of ISP's that don't have a port | |||
| 2015-02-26 | Add "linuxgpio" to the list of ISP's that don't have a port | onandoffables | |
| 2015-02-25 | Give credit to @fbielejec for #321 | Sudar | |
| 2015-02-25 | Merge pull request #321 from fbielejec/master | Sudar Muthu | |
| instructions on setting CodeBlocks IDE to use the makefiles | |||
| 2015-02-25 | instructions on setting CodeBlocks IDE to use the makefiles | filip | |
| 2015-01-23 | Ability to modify USB_TYPE in Teensy.md | poofjunior | |
| See #313 | |||
| 2015-01-23 | Merge pull request #315 from sej7278/master | Sudar | |
| Get all the commits before #313 | |||
| 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-12-31 | Merge pull request #307 from Gaboose/pr | Sudar | |
| Ease flashing through ssh. Tweak alternate core support. #306 rebased | |||
| 2014-12-30 | Fix build.core parsing | Gabrielius Mickevicius | |
| Disregard anything before first colon. E.g. build.core = arduino:arduino results in CORE = arduino Print CORE. | |||
| 2014-12-30 | Typo | Gabrielius Mickevicius | |
| 2014-12-30 | Tidy new arduino mk vars | Gabrielius Mickevicius | |
| Add CORE and FORCE_MONITOR_PORT to arduino-mk-vars.md and FORCE_MONITOR_PORT to config print. | |||
| 2014-12-30 | Note on using root in BlinkNetworkRPi | Gabrielius Mickevicius | |
