Skip to content

Commit bcfa1a7

Browse files
committed
Updated revision log
1 parent 5b48b1e commit bcfa1a7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build/shared/revisions.txt

+11
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)