Skip to content

Releases: carlosefr/atmega

ide-1.6.x-R1.3.1

12 Feb 22:57
Compare
Choose a tag to compare

Update extended fuse values to match the latest arvrdude releases. Unused fuse bits must now be set to 1 instead of 0.

ide-1.6.x-R1.3.0

17 Jul 17:23
Compare
Choose a tag to compare

Changes to configuration fuses for all supported chips and fixes for ATmega8:

  • Don't reserve bootloader memory to actually make all flash available to sketches;
  • Fix upload failures for ATmega8 due to unsupported efuse parameter;
  • Match ATmega8 fuse configuration to the other supported chips:
    • enable brown-out detection at 2.7V;
    • erase EEPROM on upload;
  • Add external 8 and 12 MHz clocks to ATmega8.

Thanks to Atmel for providing me with ATmega8/168p/328 samples to test this configuration.

ide-1.6.x-R1.2.1

12 Jun 22:16
Compare
Choose a tag to compare
  • Support for ATmega168p, ATmega328 and ATmega8 (experimental).
  • External 8, 12 and 20MHz clock rates for ATmega168/168p/328/328p.

ide-1.6.x-R1.1

08 May 23:15
Compare
Choose a tag to compare

Suppress a warning with the latest IDE.