Skip to content

Commit

Permalink
2.1.0!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Oct 10, 2020
1 parent 2b2df4a commit 304bfcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
* Fixed bug with millis conversion with RTC (any) as clock source (#327)
* Added support for external clock sources, including ones that attempt to overclock the device.
* Added support for ignoring SerialEvent - this little used and ill-conceived feature imposes a significant cost in time on all parts whether they use it or not.
* Pulled in latest logic library (#224). Did not bring in all the examples, which were really repetitive, but added some new ones that are super cool...
* Pulled in latest logic library (#224). Did not bring in all the examples, which were really repetitive, and added some new ones that are super cool...
* Added ModernRevSerial example under megaTinyCore "library" to get silicon rev and serial number and print it to console.

### 2.0.5
* Internal change to ADC initialization (saves a bit of flash) and init_ADC1() function for parts that have ADC1.
Expand Down
4 changes: 2 additions & 2 deletions megaavr/cores/megatinycore/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ void setup_timers();
#define MEGATINYCORE_MAJOR 2
#define MEGATINYCORE_MINOR 1
#define MEGATINYCORE_PATCH 0
#define MEGATINYCORE_RELEASED 0
#define MEGATINYCORE_NUM 0x02010000
#define MEGATINYCORE_RELEASED 1
#define MEGATINYCORE_NUM 0x02010001



Expand Down
2 changes: 1 addition & 1 deletion megaavr/platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification

name=megaTinyCore
version=2.1.0-dev
version=2.1.0

# AVR compile variables
# ---------------------
Expand Down

0 comments on commit 304bfcf

Please sign in to comment.