https://github.com/felHR85/UsbSerial
Revision d8742925056c01c88e6f6aa38f254661a0441569 authored by Raul Bache on 18 February 2019, 13:35:41 UTC, committed by Raul Bache on 18 February 2019, 13:52:06 UTC
After this commit, vendor-product-tuples are stored as longs internally.
This way heap size is conserved and specialized classes are omitted.

This might not be a big deal desktop applications, but for Android,
every bit counts.

The public api is unchanged

Added test to verify that things did not break
1 parent 37e5dfc
Raw File
Tip revision: d8742925056c01c88e6f6aa38f254661a0441569 authored by Raul Bache on 18 February 2019, 13:35:41 UTC
Removed unneccesary classes and made a memory and cpu optimization
Tip revision: d874292
settings.gradle
include ':usbserial', ':example', ':examplesync', ':examplestreams', ':examplemultipleports'
back to top