aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJohn Whittington <git@jbrengineering.co.uk>2020-08-06 09:38:07 +0200
committerJohn Whittington <git@jbrengineering.co.uk>2020-08-06 12:32:17 +0200
commit264f8f604a2c29b7bd66a1e0d11f263db7582702 (patch)
treef3495a8161075d48a393d66a66cb9aff80dc7c1e /HISTORY.md
parentbcce50471e264bcd8376b3c277600af629684083 (diff)
Arduino IDE upto support version and SAMD builds
process uses direct downloads. Might be better to move to distribution Arduino install + arduino-cli to install board support in future.
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 8950c7e..0641531 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -12,6 +12,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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).
- Fix: Show the configuration when ARDUINO_QUIET=0
+- Fix: Travis build and bring Arduino IDE upto date
- 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)