aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJohn Whittington <git@jbrengineering.co.uk>2019-07-17 10:25:21 +0200
committerJohn Whittington <git@jbrengineering.co.uk>2019-07-17 10:25:21 +0200
commite3b46003d3d7b4917dcee6e4fe9d575c6c0c1067 (patch)
tree92eeeb81dbdc11e2f1dc1fba2be8edccb540f34f /HISTORY.md
parentbdeaf1576be76beae3f223816692fd0dd6626f09 (diff)
parent0e462fcff173c0e6963f3b23ecb5fbb2e59737e7 (diff)
Merge branch 'upstream' into HEAD
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 04ff1e4..8f228fe 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -11,6 +11,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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).
+- Fix: Show the configuration when ARDUINO_QUIET=0
- 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)
@@ -30,6 +31,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- New: Add support for BOARD_CLOCK for board.menu.speed and board.menu.clock entries in boards.txt files. (https://github.com/dewhisna)
- New: Updated Arch instructions. (https://github.com/Akram-Chehaima)
- New: Add support for Robotis OpenCR 1.0 boards.
+- New: Build the ArduinoCore API
### 1.6.0 (2017-07-11)
- Fix: Allowed for SparkFun's weird usb pid/vid submenu shenanigans (issue #499). (https://github.com/sej7278)