Hi,
I'm trying to trace down the source of the lpcusbsio library that supports usb serial devices... My motivation is to extend the blhost application for other uses, and I'm finding that the example code for the blhost uses a pre-compiled binary for the lpcusbsio library. I was able to find the source code from the link above, but that appears to be for an older version of the library that only supports I2C. The header I have shows the following:
* @note
* Copyright(C) NXP Semiconductors, 2014
* All rights reserved.
which is a year later than the 1.00 src release above. Can you help me track this down? Thanks.