Go to file
Matthijs Kooijman 714874dd8c Move buffers into HardwareSerial
This removes the need for doing an extra pointer dereference on every
access to the buffers, shrinking the code by around 100 bytes.

The members for these buffers must be public for now, since the
interrupt handlers also need to access them. These can later be made
private again.

Furthermore, the struct ring_buffer was removed. This allows the all
head and tail pointers to be put into the HardwareSerial struct before
the actual buffers, so the pointers all end up in the first 32 bytes of
the struct that can be accessed using a single instruction (ldd).

References: #947
2013-07-26 12:39:56 +02:00
bootloaders Merged 1.0.5 2013-05-29 18:30:36 +02:00
cores Move buffers into HardwareSerial 2013-07-26 12:39:56 +02:00
firmwares Merged 1.0.5 2013-04-03 13:51:04 +02:00
libraries Merge branch 'master' into ide-1.5.x 2013-07-14 11:51:50 +02:00
variants Added robot hardware 2013-05-13 19:50:59 +02:00
boards.txt Fixed usb_products on some AVR boards 2013-07-22 12:30:25 +02:00
platform.txt Added quoting to usb_product key to preserve double quotes. 2013-07-17 14:42:41 +02:00
programmers.txt Set correct speed of Arduino ISP programmer 2013-04-06 01:59:25 +02:00