Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-28 | Clean up unused var from HardwareSerial_private.h | Matt Robinson | |
2014-01-22 | Inlined HardwareSerial calls to RX ISR. | Cristian Maglie | |
Moreover, declaring pointers-to-registers as const and using initializer list in class constructor allows the compiler to further improve inlining performance. This change recovers about 50 bytes of program space on single-UART devices. See #1711 |