Skip to content

MegaCore v2.0.4

Compare
Choose a tag to compare
@MCUdude MCUdude released this 07 Oct 19:06
· 114 commits to master since this release

Changelog:

  • Implement PROGMEM1, PROGMEM2 and PROGMEM3
    • Great if you want to store data further up in the memory
  • Fix issue where 1 MHz compiled bootloaders ran at 8 MHz
  • 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
  • Update Arduino core files
    • Replace sbi and cbi macros with "regular" bitshifts for reduced compiled size and improved execution speed