Releases: MCUdude/MegaCoreX
Releases · MCUdude/MegaCoreX
MegaCoreX v1.0.4
Changelog:
- Improve Servo library
- Fix missing include for Uno Wifi pinout
- Caused compiling to fail
- Add
analogReadResolution()
- Supports 8 and 10 bits
- Create dedicated DIP-40 pinout for ATmega4809 (#65)
- Improve PWM pin routing for 28 and 32-pin parts (#66)
- Improve Wire library by adding features from megaTinyCore
MegaCoreX v1.0.3
Changelog:
- Fix critical error where nothing would build on 32-pin parts (#70)
- Downgrade toolchain from
7.3.0-atmel3.6.1-arduino6
to7.3.0-atmel3.6.1-arduino5
- Due to build issues for all parts except for ATmega4808/4809
MegaCoreX v1.0.2
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
Changelog:
- Fix incorrect bootloader filenames
- Add availableForWrite()
- Fix PWM period issue (#53)
MegaCoreX v1.0.0
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).