Skip to content

Releases: MCUdude/MegaCoreX

MegaCoreX v1.0.3

27 Apr 15:25
Compare
Choose a tag to compare

Changelog:

  • Fix critical error where nothing would build on 32-pin parts (#70)
  • Downgrade toolchain from 7.3.0-atmel3.6.1-arduino6 to 7.3.0-atmel3.6.1-arduino5
    • Due to build issues for all parts except for ATmega4808/4809

MegaCoreX v1.0.2

27 Apr 13:03
Compare
Choose a tag to compare

Changelog:

  • Fix issue where SPI SS pin was incorrectly initialized
  • Improve EEPROM library
    • You can now use the EEPROM library to write to USERROW. Use address 256-319 to access this.
  • Implement "classic" pinMode, digitalRead and digitalWrite that doesn't use enums
  • Implement digitalReadFast and digitalWriteFast for high speed IO (#58)
  • Improve analogRead speed
  • Add PIN macros
    • You can now use PIN_PA0 to refer to pins instead of the "standard" Arduino pin number. Great for portable code!
  • Improve micros accuracy

MegaCoreX v1.0.1

06 Dec 08:45
fc1bea7
Compare
Choose a tag to compare

Changelog:

  • Fix incorrect bootloader filenames
  • Add availableForWrite()
  • Fix PWM period issue (#53)

MegaCoreX v1.0.0

27 Oct 18:08
Compare
Choose a tag to compare

First MegaCoreX release!

Arduino support for megaAVR-0 chips!

Key features:

  • Support for all megaAVR-0 chips including development boards from Arduino and Microchip
  • Optiboot support
  • Standard and "Arduino style" pinouts
  • User-selectable clock speed (in tools menu)
  • User-selectable BOD level (in tools menu)
  • User-friendly libraries for interfacing with new peripherals such as the analog comparator (AC) and custom logic (CCL).