File tree 1 file changed +11
-0
lines changed
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
13
13
* Ethernet: added operator == for EthernetClient class (Norbert Truchsess)
14
14
15
15
[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)
16
27
* sam: Fixed wrap-around bug in delay() (Mark Tillotson)
17
28
* sam: Fixed regression in analogRead() (fails to read multiple channels) (Mark Tillotson)
18
29
* sam: Optimized delayMicroseconds() (Rob Tillaart) #1121
You can’t perform that action at this time.
0 commit comments