1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-30 11:24:12 +01:00
Arduino/hardware/arduino/avr
Matthijs Kooijman e0a9a7676b Use uint8_t for HardwareSerial ringbuffer pointers
Since the buffers aren't bigger than 64 bytes, these values can be
smaller. This saves a few bytes of ram, but also saves around 50 bytes
of program space, since the values can now be loaded using a single
instruction.

To prevent problems when people manually increase the buffer size, a
compile-time check is added.

Closes: #1078
2013-07-26 12:18:56 +02:00
..
bootloaders Merged 1.0.5 2013-05-29 18:30:36 +02:00
cores Use uint8_t for HardwareSerial ringbuffer pointers 2013-07-26 12:18: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 Merged 1.0.5 2013-05-29 18:30:36 +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