2.4.0 - SerialUPDI compatibility fixes, oscillator tuning, and much more! #503
Replies: 4 comments
-
I think that some congratulations are appropriate. Proficiat and thanks, as I suspect it was a boatload of work to get this out of the door. |
Beta Was this translation helpful? Give feedback.
-
Thanks. Take this boatload out for a shakedown cruise, find any huge bugs, because I need to do a 2.4.1 this weekend, because I discovered about 20 minutes after releasing.... that SerialUPDI was missing device definitions for the 4k and 8k 2-series parts! So that has to get fixed along with a huge bug in openDrainFast() (address offset by 20 instead of 0x20 per port. so if used on ports other that port A, it scribbles over some other port-related register. I am just stunned by how well these bad boys overclock! I've yet to find a 2-series that can't do 32 MHz from internal cranked up to near the maximum value @5V/25C! |
Beta Was this translation helpful? Give feedback.
-
I see 2.4.1. is the latest release now and I am wondering if it will be also available as Arduino IDE install-able release. Or only as a manual install? |
Beta Was this translation helpful? Give feedback.
-
2.4.1 was bad. 2.4.2 will be released within a few hours.
…____________
Spence Konde
Azzy’S Electronics
New products! Check them out at tindie.com/stores/DrAzzy
GitHub: github.com/SpenceKonde
ATTinyCore: Arduino support for almost every ATTiny microcontroller
Contact: ***@***.***
On Sat, Sep 4, 2021, 02:07 hmeijdam ***@***.***> wrote:
I see 2.4.1. is the latest release now and I am wondering if it will be
also available as Arduino IDE install-able release. Or only as a manual
install?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#503 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTXEW445J4I5FRQ4PQB2F3UAGZQ7ANCNFSM5CWLDGMA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
megaTinyCore 2.4.0 is FINALLY HERE!!!
This brings what is hoped will be a major improvement in compatibility of SerialUPDI (except in turbo mode - turbo mode is slowed significantly by those improvements; turbo mode is not expected to work on all adapters or under all conditions, but rather to offer the absolute highest performance, with the expectation that the user will take care to provide optimum conditions)
We also see some exciting new features:
There's also a HUGE number of minor and major bugfixes in here this release. Truly too many to list - the changelog is not complete, and even that runs to over 30 bullet-points.
We also now have better CI testing to catch any future problems which result in failures to compile, and look forward to improving this testing further.
This discussion was created from the release 2.4.0 - SerialUPDI compatibility fixes, oscillator tuning, and much more!.
Beta Was this translation helpful? Give feedback.
All reactions