diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2015-03-28 17:10:22 +0530 |
|---|---|---|
| committer | Sudar Muthu <sudar@sudarmuthu.com> | 2015-03-28 17:10:22 +0530 |
| commit | 1dfcb941b3dbd96acceb68a452aa91dce384947b (patch) | |
| tree | 50048e4af8df9fb2534b133fb5de2f6ffd1e2b1b /HISTORY.md | |
| parent | ab068291723dea83a97be9b9e32a61a01452c435 (diff) | |
| parent | 8d52840eb86fa45158a8b7387931ea5e43e2b4a6 (diff) | |
Merge pull request #333 from sej7278/master
Add = to PARSE_BOARD regex to make it less greedy.
Diffstat (limited to 'HISTORY.md')
| -rw-r--r-- | HISTORY.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Tweak: Ability to override `USB_TYPE` in Teensy.md (Issue #313) (https://github.com/Poofjunior) - Tweak: Integration instructions for CodeBlocks IDE (Issue #321) (https://github.com/fbielejec) - Tweak: Add BOARD_SUB to OBJDIR if defined in 1.5+ (https://github.com/sej7278) +- Tweak: Add = to PARSE_BOARD regex to make it less greedy and not match vid.0, vid.1 and vid (https://github.com/sej7278) - Fix: Improved Windows (Cygwin/MSYS) support (https://github.com/PeterMosmans) - Fix: Change "tinyladi" username to "ladislas" in HISTORY.md. (https://github.com/ladislas) @@ -47,6 +48,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Fix: Removed some double quotes that were breaking variable expansion. (https://github.com/sej7278) - Fix: Fixed PLATFORM_LIB support for 1.5+ and removed duplicate libs (https://github.com/sej7278) - Fix: Added ARCHITECTURE to ALTERNATE_CORE_PATH to support 1.5+ cores like arduino-tiny (https://github.com/sej7278) +- Fix: Can now find IDE 1.5+ preferences.txt on Linux at least (https://github.com/sej7278) ### 1.3.4 (2014-07-12) - Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav) |
