Skip to content

MegaCore v2.0.2

Compare
Choose a tag to compare
@MCUdude MCUdude released this 23 Jun 20:17
· 255 commits to master since this release
43929bd

Changelog

  • Fix incorrect flash size for ATmega680 and ATmega1280
  • SoftwareSerial library updated
    • Now "regular" interrupt pins can be used. Great for devices with no PCINT!
  • All 86 IO pins are now mapped in the Arduino MEGA pinout (from previously 70)
  • Fix annoying compiler warnings
  • Add dedicated bootloader menu
    • You can now select what UART to use for upload, and you can choose not to use a bootloader at all
  • Add AT90CAN32, AT90CAN64, and AT90CAN128
  • Update Ethernet library
  • Rename TWI buffer for easier manipulation in PlatformIO
  • Add 14.7456MHz, 11.0592MHz, 7.3728MHz, 3.6864MHz and 1.8432MHz clock frequencies
  • Add printf to print class