From 7e26a153752c9ebf346bd4e5db2e7c9b78a8b3c6 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Tue, 5 Apr 2022 20:55:23 +0200 Subject: [PATCH] PRs/Issues 900, 901, 913, 914 done --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 8f540d33..c53a6924 100644 --- a/NEWS +++ b/NEWS @@ -84,6 +84,9 @@ Changes since version 6.4: - Cannot use non-standard baud rates for uploading on MacOS #771 - Wrong values in avrdude.conf #897 - AVR-Eclipse plugin broken by missing -u commandline option #890 + - Timeout passed to hid_read_timeout() is too short for instances + where the EDBG AVRISP 'Enter Programming Mode' command fails #900 + - Terminal write mode doesn't support string input (yet) #913 * Pull requests: @@ -167,6 +170,8 @@ Changes since version 6.4: - Add MacOS serial/parallel port note #908 - Add ATmega16U4 to avrdude.conf #910 - Mask out unused ATmega32U4 efuse bits #909 + - Increased timeout passed to hid_read_timeout() #901 + - Add terminal write string functionality #914 * Internals: