Skip to content

MiniCore v2.0.6

Compare
Choose a tag to compare
@MCUdude MCUdude released this 30 Aug 17:08
· 112 commits to master since this release

Changelog:

  • Fix an issue where bootloaders compiled for 1 MHz was actually running at 8 MHz (#140)
  • Load user application + bootloader when uploading using programmer
    • This means that the IDE won't wipe the bootloader anymore if you're uploading with a dedicated programmer and a bootloader is selected in the Tools menu
  • Save assembly output when exporting compiled binary
  • Update fallthrough statement in Wire libraries to prevent warning in avr-gcc < 7
  • Add EEPROM retain menu