Go to file
Kurt Eckhardt 4e2ea2d96e String buffers - Devices contribute buffers
instead of having each HUB have 7 buffers, which can eat up space.  We have each main object contribute currently one string buffer, which than when we initialize a Device_t we try to allocate one for it, likewise we release it when the Device is released.

Hopefully less memory needed.

Also updated such that the HIDInput classes can not retrieve these strings.

Changed test program to now also have list of HIDInput objects and when I detect a new one, I again print out info on it...
2017-10-19 14:57:52 -07:00
examples String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00
USBHost_t36.h String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00
antplus.cpp String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00
antplusdefs.h AntPlus from Michael McElligott (work in progress...) 2017-10-16 06:06:51 -07:00
ehci.cpp Fix print() & println() conflict with Arduino Print class 2017-10-15 13:11:46 -07:00
enumeration.cpp String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00
hid.cpp String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00
hub.cpp String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00
joystick.cpp PS4 support 2017-09-12 06:57:19 -07:00
keyboard.cpp String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00
keyboardHIDExtras.cpp Work around for MS keyboard 2017-10-12 19:23:02 -07:00
keywords.txt Add Mouse driver from wwatson 2017-08-24 13:41:39 -07:00
library.properties Convert to Arduino library format 2017-03-07 07:40:06 -08:00
memory.cpp String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00
midi.cpp String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00
mouse.cpp Keyboard HID extras plus map extra keys 2017-10-12 10:27:41 -07:00
print.cpp Fix print() & println() conflict with Arduino Print class 2017-10-15 13:11:46 -07:00
serial.cpp String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00