1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-04 15:24:12 +01:00
Arduino/hardware/arduino/avr/libraries/HID
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
..
HID.cpp [HID] removed HIDDescriptor field 2015-10-02 11:59:24 +02:00
HID.h [HID] removed HIDDescriptor field 2015-10-02 11:59:24 +02:00
keywords.txt rework HID-based libraries and add Due fallback 2015-07-16 13:13:53 +02:00
library.properties Added categories to libraries 2015-09-18 11:01:08 +02:00