Skip to content

Commit

Permalink
linting and spelling for SerialUPDI
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Jan 17, 2022
1 parent 12273cd commit 1ab01a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion megaavr/tools/VersionHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This was introduced in megaTinyCore 2.5.6; notably, it also added a crapload of

## 1.2.1 - Part support update
Mid-late 2021, text printed at startup not updated.
Part of the promise of using pymcuprog was a steady stream of updates to support new parts. Unfortunatly that has not happened: While Microchip is keeping it updated internally, there is an in-house quality control process before it is released to github, and by all appearances this must be very thorough, because even in late 2021, long after the 64 and 32 DA and DB-series parts had been released, the device files for pymcuprog were still missing. And we're stuck with it's disadvantages, namely that the codebase is a sprawling mess written by multiple individuals none of whom speak python fluently (and you can be sure Spence hasn't helped matters in this fork).
Part of the promise of using pymcuprog was a steady stream of updates to support new parts. Unfortunately that has not happened: While Microchip is keeping it updated internally, there is an in-house quality control process before it is released to github, and by all appearances this must be very thorough, because even in late 2021, long after the 64 and 32 DA and DB-series parts had been released, the device files for pymcuprog were still missing. And we're stuck with it's disadvantages, namely that the codebase is a sprawling mess written by multiple individuals none of whom speak python fluently (and you can be sure Spence hasn't helped matters w/rt code quality, his idea of a python development tool is google search.
The missing files were synthecized from existing files and publlically available information on the parts.

## 1.2.0 - Addition of read chunking
Expand Down
2 changes: 1 addition & 1 deletion megaavr/tools/libs/pause_mod/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

#
# Unittests for pause
#
#
2 changes: 1 addition & 1 deletion megaavr/tools/libs/pause_mod/tests/test_pause.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ def test_timestamp(self):
self.assertEqual(diff, 6)

if __name__ == '__main__':
unittest.main()
unittest.main()

0 comments on commit 1ab01a0

Please sign in to comment.