MiniCore

Arduino hardware package for ATmega8, ATmega48, ATmega88, ATmega168, ATmega328 and ATmega328PB

OTHER License

Stars
983
Committers
14

Bot releases are hidden (Show)

MiniCore - MiniCore v1.0.4

Published by MCUdude almost 7 years ago

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 - MiniCore v1.0.3

Published by MCUdude almost 8 years ago

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

MiniCore - MiniCore v1.0.2

Published by MCUdude about 8 years ago

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 - MiniCore v1.0.1

Published by MCUdude about 8 years ago

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 - MiniCore v1.0.0

Published by MCUdude over 8 years ago

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! 😃