1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-30 11:24:12 +01:00
Arduino/hardware/arduino/avr
Matthijs Kooijman 10a89a1d8d Support Atmega8 (and similar that define PE instead of UPE) again
These chips were previously supported, but since parity error checking
was added, this support has broken. Most chips define UPE0 (etc.) for
the parity error bit. Some chips don't have numbered UARTS so only
define UPE and even fewer define PE instead of UPE. This adds support
for those chips again.

Closes: #2137
2014-06-25 17:20:07 +02:00
..
bootloaders merge 2013-10-14 12:42:42 +02:00
cores/arduino Support Atmega8 (and similar that define PE instead of UPE) again 2014-06-25 17:20:07 +02:00
firmwares Merged 1.0.5 2013-04-03 13:51:04 +02:00
libraries Merge remote-tracking branch 'arduino/master' into ide-1.5.x 2014-05-23 21:04:47 +02:00
variants Merge branch 'master' into ide-1.5.x 2014-02-12 17:17:33 +01:00
boards.txt In boards.txt, rename atmega328diecimila to diecimila 2013-12-08 18:16:31 +01:00
platform.txt Explicitly define compiler.path in avr/platform.txt 2014-04-10 12:19:43 +02:00
programmers.txt Set correct speed of Arduino ISP programmer 2013-04-06 01:59:25 +02:00