Skip to content

Commit

Permalink
Fix references to megaavr
Browse files Browse the repository at this point in the history
"megaavr" is a made-up term Arduino uses which directly conflicts with the official (from Microchip) term "megaAVR" - removed all the references to it I could find.
  • Loading branch information
SpenceKonde committed Jul 7, 2020
1 parent 66ae540 commit 753271a
Show file tree
Hide file tree
Showing 12 changed files with 440 additions and 325 deletions.
7 changes: 5 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
2.0.4
* Improve naming of exported binary and assembler listings - now includes every setting that could impact the output!
* Fix failure to export compiled binary on some linux platforms (#201)
* Massive doc improvements.
* Improve backwards compatibility of Wire.h (#203)
* Fix strange bug in EEPROM.h that was somehow missed
* Mark unqualified BOD settings that were removed from datasheet as unofficial, add warning that they may not work correctly (but suspect will be close - they were working for me before I realized they were unsupported! they were listed in io.h before!), and add Microchip's guaranteed operating speeds + BOD levels per datasheet to documentation.
* Switch to new and improved compiler toolchain - now get informative errors if sketch is too big on parts that use RJMP, various header improvements (board manager install only).
* Possibly fix #189!

2.0.3
* Fix problem with millis not being entirely disabled when set to be disabled.
* Ever so slightly improve baud rate accuracy, reduce space taken by Serial.begin() by a few bytes.
* Fix compile error from Tone() on parts without a second type B timer (ie, everything not a 1614, 3216, 1616, 3217, or 1617) when TCB0 was selected as a millis source. (part of #189)
Expand Down
102 changes: 72 additions & 30 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 753271a

Please sign in to comment.