Commit Graph

9 Commits

Author SHA1 Message Date
PaulStoffregen 133d082760 Clean up bandwidth usage info when deleting a pipe 2017-12-19 15:31:08 -08:00
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
PaulStoffregen 3355eab2a2 Add documentation (in source code comments) 2017-03-06 06:03:07 -08:00
PaulStoffregen ea75a1c673 Rename header file to USBHost_t36.h 2017-03-05 21:33:29 -08:00
PaulStoffregen 0443ab8db6 Device drivers contribute the memory they will require 2017-03-05 15:48:50 -08:00
PaulStoffregen 86c1bbe6ee Add reset-enumeration mutual exclusion 2017-03-03 04:58:10 -08:00
PaulStoffregen d0ee653192 Restructure hub driver to stateless approach 2017-02-28 08:39:43 -08:00
PaulStoffregen dc87eeaaf6 Convert to C++ classes 2017-02-11 03:34:36 -08:00
PaulStoffregen 2a2f745dc1 Group code into cpp files 2017-02-11 02:30:52 -08:00