Skip to content

MicroCore v2.3.0

Compare
Choose a tag to compare
@MCUdude MCUdude released this 13 Apr 17:02
· 8 commits to master since this release

Changelog:

  • Fix the issue where the AVRISPmkII programmer option didn't work
  • Add operator bool to Serial for compatibility with the official Arduino API (#145)
  • Add support for the Urboot bootloader
    • The bootloader occupies 256 bytes of flash, which leaves 256 bytes for the user application
    • The bootloader uses the Urprotocol, which is designed to be tightly integrated with Avrdude
    • The bootloader is very rugged and reliable, and will not loose its patched reset vector like Optiboot on ATtinys can