diff --git a/megaavr/tools/VersionHistory.md b/megaavr/tools/VersionHistory.md index 0e4d0227..8c72a44d 100644 --- a/megaavr/tools/VersionHistory.md +++ b/megaavr/tools/VersionHistory.md @@ -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 diff --git a/megaavr/tools/libs/pause_mod/tests/__init__.py b/megaavr/tools/libs/pause_mod/tests/__init__.py index eee5ea5a..2cf32c3e 100644 --- a/megaavr/tools/libs/pause_mod/tests/__init__.py +++ b/megaavr/tools/libs/pause_mod/tests/__init__.py @@ -2,4 +2,4 @@ # # Unittests for pause -# \ No newline at end of file +# diff --git a/megaavr/tools/libs/pause_mod/tests/test_pause.py b/megaavr/tools/libs/pause_mod/tests/test_pause.py index 1296484e..396d2de9 100644 --- a/megaavr/tools/libs/pause_mod/tests/test_pause.py +++ b/megaavr/tools/libs/pause_mod/tests/test_pause.py @@ -144,4 +144,4 @@ def test_timestamp(self): self.assertEqual(diff, 6) if __name__ == '__main__': - unittest.main() \ No newline at end of file + unittest.main()