1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-04 15:24:12 +01:00
Arduino/hardware/arduino/avr/libraries
Cristian Maglie d13aadc7d5 [HID] removed HIDDescriptor field
The field is now built on-the-fly on the stack and sent over USB.
This change increase Flash usage and decrease SRAM usage:

before: 6114 / 241
after:  6152 / 216 (removed HIDDescriptor field)

delta:   +38 / -25

SRAM is a much more scarse resource and this change free up to
about 10% of the "base" usage.
2015-10-02 11:59:24 +02:00
..
EEPROM Added Arduino Zero exclusion to README 2015-09-28 11:29:18 +02:00
HID [HID] removed HIDDescriptor field 2015-10-02 11:59:24 +02:00
SoftwareSerial Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00
SPI Added categories to libraries 2015-09-18 11:01:08 +02:00
Wire Added categories to libraries 2015-09-18 11:01:08 +02:00