Skip to content

Releases: MCUdude/MiniCore

MiniCore v1.0.4

25 Dec 12:00
Compare
Choose a tag to compare

Changelog:

  • Fix incorrect analog pin A6 and A7 numbering
  • Add analogPinToChannel macro
  • Add more programmers to programmers.txt
  • Add modified SoftwareSerial that works non-PCINT devices such as ATmega8
    • Uses regular interrupt pins instead

MiniCore v1.0.3

31 Dec 14:37
Compare
Choose a tag to compare

Changelog:
*Add separate BOD menu option for ATmega8
*Add 18.432 MHz oscillator option
*Improved documentation

MiniCore v1.0.2

06 Oct 11:00
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:

  • Verbose bootloader burning always enabled for easier debugging
  • 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
  • Optiboot flasher example updated
  • LOTS of small under-the-hood changes and improvements

MiniCore v1.0.1

22 Jul 22:36
Compare
Choose a tag to compare

It's time for a new release to fix some the bugs that have appeared. Don't hesitate to report an issue if you believe you've found a bug 😉

Changelog:

  • Efuse error on the ATmega8 resolved
  • Lock bit error on the ATmega48 resolved
  • Support for Arduino Eclipse IDE added!

MiniCore v1.0.0

11 Jul 15:48
Compare
Choose a tag to compare

This is the first MiniCore release, and adds support for the ATmega8, ATmega48, ATmega88, ATmega168 and ATmega328 to Arduino IDE. This also includes the A, P, and PA version.
This core uses @majekw's famous Optiboot port, and lets you write to the flash memory while the program is running. The core incorporates register keyword highlighting as well. This will be a great extension to the list of Arduino compatible microcontrollers. Feel free to try it out, and if you like it please give this repository a star! 😃