mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-04 15:24:12 +01:00
d13aadc7d5
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. |
||
---|---|---|
.. | ||
HID.cpp | ||
HID.h | ||
keywords.txt | ||
library.properties |