Skip to content

Releases: MCUdude/MightyCore

MightyCore v1.0.7

06 Oct 10:48
Compare
Choose a tag to compare

It's time for a new release again! A lot has happened in three month, so I'm happy to bring you these new features:

Changelog:

  • Fixed bug where PCINT were incorrectly defined
  • Updated to the latest version of Optiboot
  • Optiboot makefile cleanup. Now it's much easier to build all bootloader files
  • Extra Wiring functionality is added to the core
  • Fixed analogRead(0..7) for the Bobuino pinout
  • The core files are updated to the latest version from the Arduino Github repo
  • Add support for LTO in IDE 1.6.11 and newer
  • LOTS of under-the-hood changes

MightyCore v1.0.6

09 Jul 17:08
Compare
Choose a tag to compare

Changelog:

  • Vastly improved support for MightyCore variants such as *P, *A and *PA
  • Added 12 MHz oscillator as an option
  • Minor changes and cleanup

MightyCore v1.0.5

08 Jun 18:24
Compare
Choose a tag to compare

Changelog:

  • The bootloader now lets you read and write to the internal flash memory! Simply re-burn the bootloader to enable this feature. Example code can be found here.
  • The core is updated to the latest version from the Arduino master branch
  • Minor changes and cleanup

MightyCore v1.0.4

26 Mar 21:55
Compare
Choose a tag to compare

CHANGELOG:

  • Bobuino pinout bug fixed, where the analog pins was incorrect
  • No "Consider updating this core" errors anymore! (Thanks @per1234)
  • Improvements to the platform.txt file (Thanks @per1234)

MightyCore v1.0.3r1

06 Mar 02:14
Compare
Choose a tag to compare

It's time for another release! Lots of bug fixed and updates.

Changelog:
The core folder is now renamed for the last time (MightyCore_modified -> MightyCore)
Updated core libraries (libraries unified with the MegaCore)
Added copies of all programmer boards (thanks @per1234!)
Fixed typos in the boards.txt file
Fixed core compiler warnings (thanks @per1234!)
It's now possible to view compiler warnings (thanks @per1234!)

MightyCore v1.0.2

21 Feb 00:09
Compare
Choose a tag to compare

It's time for a new release. A lot of improvements have been done since the last release!

CHANGELOG:
Bobuino pinout added
PWM on PB3 (Arduino pin 3) on ATmega8535/16/32 now working

Under the hood:
One core for all microcontrollers (Previously the core for mega8535/16/32/164/324 and mega644/1284 was splitted)
The core now has a unified pins_arduino file for all microcontrollers (instead of seven separate)
Core files updated to the latest version from http://github.com/Arduino/Arduino
(The readme file is growing stronger!)

MightyCore v1.0.1

27 Jan 19:57
Compare
Choose a tag to compare

It's time for a new release!

CHANGELOG:

  • Added more keywords to the AVR_Examples library
  • Added a BOD (Brown out detection) menu option for ATmega164/324/644/1284
  • Added a Variant menu option for ATmega164/324/644/1284
  • Possible to export compiled code as a HEX file

MightyCore v1.0.0

25 Dec 17:51
Compare
Choose a tag to compare

This is the first release of the MightyCore.
The core features a boards menu with selectable clock frequency, ported libraries and Optiboot for all MightyCore compatible microcontrollers.