1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/hardware/arduino
David A. Mellis a374e8b766 Changing setting of the UMSELn bits (for UART mode) and serial config values.
Before, the UMSELn1 bit was being to set to 1, putting the UART into a reserved mode. Now, we only set the high (0x80) bit to 1 for the ATmega8, which is needed to access UCSRnC (whose i/o address is shared with UBRRH).

Also, no longer bitwise-or the new config with the existing register value, because we're actually configuring all the settings in the register. (We're not using UCPOL, but it's supposed to be 0 in asynchronous mode.)
2012-08-30 08:47:35 -04:00
..
bootloaders changed PID values for Leonardo bootloader and sketch 2012-04-25 15:56:18 -04:00
cores/arduino Changing setting of the UMSELn bits (for UART mode) and serial config values. 2012-08-30 08:47:35 -04:00
firmwares Added latest firmware for usbserial (not combined with DFU) 2011-11-12 12:57:30 +01:00
variants Updating SoftwareSerial pin mapping (pin change interrupts) for Leonardo. 2012-05-20 15:56:49 -07:00
boards.txt Use "wiring" (not "stk500v2") avrdude protocol for uploads to Mega 2560. 2012-07-15 09:12:08 -04:00
programmers.txt Putting ArduinoISP back to 19200 baud. 2012-03-15 19:02:08 -04:00