Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: MCUdude/MiniCore

MiniCore v3.1.2

10 Feb 22:12
2c3df5a

Choose a tag to compare

Changelog:

  • Compile for ATmega48A / ATmega88A instead of ATmega48/88 (#362)
  • Update to the latest version of PyAvrOCD

MiniCore v3.1.1

03 May 13:06
b533014

Choose a tag to compare

Changelog:

  • Fix installation issue on 32-bit systems
    • Debugging is not supported on 32-bit systems, but that shouldn't prevent MiniCore from being installed

MiniCore v3.1.0

30 Apr 20:40

Choose a tag to compare

Changelog:

  • Add support for dw-link and EDBG based debugWire debuggers. This makes "real" debugging possible using Arduino IDE 2. More info here. Huge thanks to @felias-fogg for making this possible!

MiniCore v3.0.4

07 Apr 20:39

Choose a tag to compare

Changelog:

  • Fix issue where using the bootloader on an ATmega48/P/PA/PB wouldn't work because the selfprogen fuse was't set (#338)
  • Fix issue where the allowed sketch size was larger than what was possible

MiniCore v3.0.3

20 Nov 22:06

Choose a tag to compare

Changelog:

  • Update to Urboot v8.0 bootloaders
  • Prepare for Avrdude v8.0 boards manager support

MiniCore v3.0.2

23 May 18:45

Choose a tag to compare

Changelog:

  • Add 9.216 MHz clock option
  • Fix ATmega168 and ATmega88 fuse issue

MiniCore v3.0.1

30 Dec 13:43

Choose a tag to compare

Changelog:

  • Add upload bootloader speed menu option
    • Urboot has automatic baud rate detection, so the upload baud rate can be changed without flashing a new bootloader binary. The Default baud rate option should always work for the selected clock speed. However, faster or slower baud rates may be used if the baud rate error is within about ±2.5%. Use a baud rate calculator to check whenever a clock speed supports a particular baud rate.

MiniCore v3.0.0

19 Oct 19:41

Choose a tag to compare

Changelog:

  • Replace Optiboot with Urboot
  • Add bootloader support to ATmega48/A/PA/PA/PB
  • Replace Optiboot flash library with one that supports Urboot
  • Enable LTO by default
  • Add -fpermissive GCC build flag but better compatibility
  • Add support for EEPROM uploads directly from the sketch using Urboot or an ISP programmer
    • See README for more information
  • Add 6 MHz external oscillator option
  • Update toolchain to use Avrdude 7.2

MiniCore v2.2.2

01 May 10:13

Choose a tag to compare

Changelog:

  • Fix issue where the AVRISPmkII couldn't be used

MiniCore v2.2.1

21 Jan 19:18

Choose a tag to compare