Arduino/hardware/arduino/avr
Adrien Descamps a899b9e1a8 Set unused bits of extended fuse to 1
Avrdude has changed the way it handle unused bits in the extended fuse for atmega 328 and atmega 168, they are now at 1 instead of 0.
See http://svn.savannah.nongnu.org/viewvc?view=rev&root=avrdude&revision=1335 for more info.
This causes avrdude to fail when one try to write the fuse with the unused bits at 0, because the value it read back is not the same than the one it tried to write. This commit fixes the fuse value for all boards that use atmega328 or 168.
2017-03-07 12:25:54 +01:00
..
bootloaders Adding Arduino.org new boards 2016-12-16 10:59:00 +01:00
cores/arduino Add virtual beginMulticast(...) stub to UDP class 2017-02-08 15:33:41 +01:00
firmwares Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
libraries Update SoftwareSerialExample.ino 2016-08-14 19:14:53 -04:00
variants Added Adafruit Circuits Playground board 2016-12-14 15:00:23 +01:00
boards.txt Set unused bits of extended fuse to 1 2017-03-07 12:25:54 +01:00
platform.txt Update bundled avr core version to 1.6.18 2017-02-08 17:50:04 +01:00
programmers.txt Merge branch 'master' into stk500-jtagice3 2017-02-08 12:56:49 +01:00