Cypress USB Suite for MacOS

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

All,

   

Cypress USB Suite for MacOS:

   

A libusb based wrapper library for Mac OS, to facilitate USB host application development. This can be found in the following webpage.

   

http://www.cypress.com/?rID=57990

   

Thanks,

   

sai krishna.

0 Likes
1 Reply
Anonymous
Not applicable

Watch out, it has been licensed under GPL, not LGPL.

Make sure you understand the implications this has on the software you ship.

/*******************************************************************************\

* Program Name        :    libcyusb.c                    *

* Author        :    V. Radhakrishnan ( rk@atr-labs.com )        *

* License        :    GPL Ver 2.0                    *

* Copyright        :    Cypress Semiconductors Inc. / ATR-LABS        *

* Date written        :    March 12, 2012                    *

* Modification Notes    :                            *

*                                         *

* This program is the main library for all cyusb applications to use.        *

* This is a thin wrapper around libusb                        *

\*******************************************************************************/

0 Likes