diff --git a/CHANGELOG.md b/CHANGELOG.md index c68a53b..021a0c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog + +## [3.17] - March 2024 + +### Added +- DSG-7091 Add CLI command to convert hex file to UF2 + +### Changed +- DSG-6630 Improve presentation of memory data on console + +### Fixed +- DSG-6636 UPDI devices tinyAVR(R)/megaAVR(R) overwrites preceding bytes when writing single values to user row +- DSG-7110 Programming failure of AVR64DU32 target with pymcuprog +- DSG-7223 Serial UPDI uses Flash page buffer erase for EEPROM on AVR EA and EB +- DSG-7224 Serial UPDI does not support writing complete user row in one operation for AVR DU + ## [3.16] - November 2023 ### Added diff --git a/LICENSE.txt b/LICENSE.txt index bd9c5f6..fe6fd4a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries. +Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/doc/source/conf.py b/doc/source/conf.py index e7c3137..671e5d8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -17,7 +17,7 @@ # -- Project information ----------------------------------------------------- project = 'pymcuprog' -copyright = '2023, Microchip Technology Inc' +copyright = '2024, Microchip Technology Inc' author = 'Microchip Technology Inc' diff --git a/docs/.buildinfo b/docs/.buildinfo index ae1a264..124c4cf 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: dad876c68577c22814db7221fb4894b6 +config: 96f4a348079cded5483c93d65e5ef62e tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/genindex.html b/docs/genindex.html index 9a9388d..c0acfb6 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -130,14 +130,12 @@