Skip to content

MegaCore v2.2.1

Compare
Choose a tag to compare
@MCUdude MCUdude released this 17 Jan 21:50
· 33 commits to master since this release

Changelog:

  • Speed up 'available' function by inserting uint16_t (see arduino/ArduinoCore-avr#433 for details)
  • Prevent corruption of disassembler listing command for paths w/ spaces (#193)
  • Replace typeof macros like min, max, sq with template-based functions instead
    • Will fall back to the "classic" macros if in a non-c++ environment
  • Add Wire timeout
    • Enable Wire timeout by adding -DWIRE_TIMEOUT as a compiler flag, or by uncommenting a line in Wire_timeout.h
  • Remove unnecessarytwi_masterBuffer from twi.c (#196)
  • Add Arduino Leonardo/Pro Micro as ISP to the list of supported programmers
  • Prepare for Avrdude 7.1
    • avrdude.conf updated to fully utilize the features and improvements Avrdude 7.1 brings over the current Avrdude 6.3