From 53ece538622ec695893bff35ee2650c1640b012a Mon Sep 17 00:00:00 2001 From: Stefan Rueger Date: Wed, 3 Aug 2022 01:19:48 +0100 Subject: [PATCH] Update NEWS --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 84852dbf..d820a6a4 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,16 @@ Changes since version 7.0: add one read mode; add quell command #1025 - Fix usbtiny read for parts with more than 64 kB flash #1029 + - CMakeLists.txt: fix build without C++ #1016 + - Provide file format I: Intel HEX with comments that ignores + checksum errors #1030 + - Enable writing fuse and lock bits for AVR-JTAGICE #1031 + - Ignore -s flag as safemode is no longer supported #1033 + - Developer options to describe parts and + extend avrdude.conf syntax #1040 + - Deprecate original STK500 v1 protocol in favour of optiboot + and Arduino as ISP #1046 + - Add jtagmkii_updi programmer option #1048 * Internals: