1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-21 15:54:39 +01:00
Cristian Maglie 275c0a02b1 Inlined HardwareSerial calls to RX ISR.
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
2014-01-22 11:19:35 +01:00
..
2013-04-03 13:51:04 +02:00
2013-09-30 16:25:10 +02:00
2012-12-17 16:53:45 +01:00
2012-12-17 16:53:45 +01:00
2013-12-24 13:22:42 +01:00
2013-05-29 18:30:36 +02:00
2013-05-29 18:30:36 +02:00
2013-04-03 13:51:04 +02:00