aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-05-31 17:05:47 +0530
committerSudar <sudar@sudarmuthu.com>2013-05-31 17:10:49 +0530
commit47b2dca1efbee57218d5a3942f8614974136c0ed (patch)
treeafd0a7ded4a2fd1205301f37472748d3c868174c /HISTORY.md
parentcd210f96ca9812ea36dfca7c36d58ac0f754ed05 (diff)
Add USB_VID and USB_PID to CPPFLAGS only if the board is Leonardo. Fixes #43 and fixes #51
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index d5fa3fc..f40fa04 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -3,6 +3,9 @@ A Makefile for Arduino Sketches
The following is the rough list of changes that went into different versions. I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
+### 0.10.5 (in development)
+- Add USB_VID and USB_PID to CPPFLAGS only if the board is Leonardo.
+
### 0.10.4 (2013-05-31) @matthijskooijman
- Improved BAUD_RATE detection logic
- Added logic to check if there is only .ino or .pde file