Skip to content

Commit

Permalink
pymcuprog 3.16.8.40 release on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Microchip Technology committed Nov 7, 2023
1 parent 593afdc commit cf7c170
Show file tree
Hide file tree
Showing 91 changed files with 4,558 additions and 14,712 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.16] - November 2023

### Added
- DSG-6057 Added support for BOOT_ROW memtype
- DSG-6631 Added serialupdi support for P:4 and P:5
- DSG-6213 Added AVR EB

### Changed
- DSG-5887 Refactor serialupdi NVM variants
- DSG-6210 Made serialupdi logging more concise
- DSG-6533 Help tweaks

### Fixed
- DSG-5817 Improved error handling with SAM devices
- DSG-6409 Error return code when --verify fails
- DSG-6590 Corrected AVR Ex to use 24-bit addressing for serialupdi

## [3.14] - October 2022

### Added
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2021 Microchip Technology Inc. and its subsidiaries.
Copyright (c) 2023 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
Expand Down
7 changes: 0 additions & 7 deletions MANIFEST.in

This file was deleted.

2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# -- Project information -----------------------------------------------------

project = 'pymcuprog'
copyright = '2021, Microchip Technology Inc'
copyright = '2023, Microchip Technology Inc'
author = 'Microchip Technology Inc'


Expand Down
24 changes: 24 additions & 0 deletions doc/source/pymcuprog.serialupdi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,30 @@ pymcuprog.serialupdi.nvm module
:undoc-members:
:show-inheritance:

pymcuprog.serialupdi.nvmp0 module
---------------------------------

.. automodule:: pymcuprog.serialupdi.nvmp0
:members:
:undoc-members:
:show-inheritance:

pymcuprog.serialupdi.nvmp2 module
---------------------------------

.. automodule:: pymcuprog.serialupdi.nvmp2
:members:
:undoc-members:
:show-inheritance:

pymcuprog.serialupdi.nvmp3 module
---------------------------------

.. automodule:: pymcuprog.serialupdi.nvmp3
:members:
:undoc-members:
:show-inheritance:

pymcuprog.serialupdi.physical module
------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -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: 1c400cb5073abd566b4ff083d5e9075f
config: dad876c68577c22814db7221fb4894b6
tags: 645f666f9bcd5a90fca523b33c5a78b7
24 changes: 24 additions & 0 deletions docs/_sources/pymcuprog.serialupdi.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,30 @@ pymcuprog.serialupdi.nvm module
:undoc-members:
:show-inheritance:

pymcuprog.serialupdi.nvmp0 module
---------------------------------

.. automodule:: pymcuprog.serialupdi.nvmp0
:members:
:undoc-members:
:show-inheritance:

pymcuprog.serialupdi.nvmp2 module
---------------------------------

.. automodule:: pymcuprog.serialupdi.nvmp2
:members:
:undoc-members:
:show-inheritance:

pymcuprog.serialupdi.nvmp3 module
---------------------------------

.. automodule:: pymcuprog.serialupdi.nvmp3
:members:
:undoc-members:
:show-inheritance:

pymcuprog.serialupdi.physical module
------------------------------------

Expand Down
134 changes: 0 additions & 134 deletions docs/_static/_sphinx_javascript_frameworks_compat.js

This file was deleted.

23 changes: 22 additions & 1 deletion docs/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -324,13 +324,15 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}

nav.contents,
aside.topic,
div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

nav.contents,
aside.topic,
div.topic {
Expand Down Expand Up @@ -606,6 +608,7 @@ ol.simple p,
ul.simple p {
margin-bottom: 0;
}

aside.footnote > span,
div.citation > span {
float: left;
Expand Down Expand Up @@ -667,6 +670,16 @@ dd {
margin-left: 30px;
}

.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}

.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -735,6 +748,14 @@ abbr, acronym {
cursor: help;
}

.translated {
background-color: rgba(207, 255, 207, 0.2)
}

.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
Loading

0 comments on commit cf7c170

Please sign in to comment.