aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJohn Whittington <git@jbrengineering.co.uk>2019-01-08 17:53:11 +0000
committerJohn Whittington <“git@jbrengineering.co.uk”>2019-01-11 11:17:16 +0000
commit8a313c5d94e4db00c0e0927a1c50737b327b7f6e (patch)
tree2ac2b474c80ae816ad4b0dd253560220da4fe387 /HISTORY.md
parente88f7e1a9fbeb07b7c14700b3e8e50083f4f968a (diff)
Populate USB_PRODUCT and USB_MANUFACTURER if in boards file using Caterina
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 2f543f8..dc69258 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -10,6 +10,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Fix: Add -fno-devirtualize flag to workaround g++ segfault bug (issue #486). (https://github.com/sej7278)
- Fix: Quote the prefix tag in the space_pad_to function
- Fix: recognize serial monitors with full path in MONITOR_CMD
+- Fix: Grab USB_PRODUCT and USB_MANUFACTURER from boards.txt for 32u4 boards (issue #594).
- Tweak: Move chip erase flag from set_fuses to ispload to prevent sketch being nuked when setting fuses
- Tweak: Set ARDMK_VERSION to 1.6 (https://github.com/sej7278)
- Tweak: Move non-standard-related items from CxxFLAGS_STD to CxxFLAGS (issue #523) (https://github.com/sej7278)