File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,17 @@ ARDUINO 1.5.6 BETA
1313* Ethernet: added operator == for EthernetClient class (Norbert Truchsess)
1414
1515[core]
16+ * avr: Pile of HardwareSerial improvements (Matthijs Kooijman)
17+ - Remove duplicate code from HardwareSerial::begin() methods
18+ - Simplify HardwareSerial::begin() (Rob Tillaart)
19+ - Use constants for register bit positions in HardwareSerial
20+ - Fix HardwareSerial::flush() when interrupts are kept disabled for a while
21+ - Fix lockup when writing to HardwareSerial with interrupts disabled
22+ - Disable the UDRE interrupt sooner in HardwareSerial (Nathan Blackwell)
23+ - Put each HardwareSerial instance in its own .cpp file in order to save memory
24+ for unused UARTS
25+ - In HardwareSerial::write, bypass the queue when it's empty in order to
26+ improve throughput when using high baudrates (KurtE)
1627* sam: Fixed wrap-around bug in delay() (Mark Tillotson)
1728* sam: Fixed regression in analogRead() (fails to read multiple channels) (Mark Tillotson)
1829* sam: Optimized delayMicroseconds() (Rob Tillaart) #1121
You can’t perform that action at this time.
0 commit comments