Skip to content

MicroCore v2.2.1

Compare
Choose a tag to compare
@MCUdude MCUdude released this 17 Jan 22:59
· 22 commits to master since this release

Changelog:

  • Increase ADCtouch sensitivity with 10 instead of 8 bit resolution (#133)
  • Prevent corruption of disassembler listing command for paths w/ spaces (#137)
  • Remove "Timing" option from the tools menu
    • Instead, micros and its initialization code get automatically optimized away when not called in the user application
  • Borrow picoCore compiler optimization tricks
  • Fix issue where delayMicroseconds required a compile-time constant (#136)
  • Use "correct" lock/unlock byte values in boards.txt
    • Previously Avrdude tried to write 0's to reserved bits that were supposed to be 1's
  • Re-organize programmers menu
  • 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