Skip to content

MightyCore v2.0.6

Compare
Choose a tag to compare
@MCUdude MCUdude released this 12 Oct 19:50
· 117 commits to master since this release
cc2c7d0

Changelog:

  • Implement PROGMEM1
    • Great if you want to store data in the upper part in the ATmega1284/P flash memory
  • Fix issue where 1 MHz compiled bootloaders ran at 8 MHz
    • This bug affected ATmega164, ATmega324, ATmega644 and ATmega1284
  • Load user application and bootloader when uploading using programmer and a bootloader option is selected.
    • If you want to wipe the bootloader, simply choose "No bootloader"
  • Generate assembly output when exporting binaries
  • Add EEPROM retain menu option
    • Only applies when uploading using a programmer or burning bootloader
  • Wire and Wire1 is now based on the same class (TwoWire), so Wire1 can be passed to any library that expects a TwoWire object
    • Big thanks to @asukiaaa for doing all the hard work
  • Update Arduino core files
    • Replace sbi and cbi macros with "regular" bitshifts for reduced compiled size and improved execution speed