An open API service indexing awesome lists of open source software.

https://github.com/mithro/fx2lib-linux-headers

Repository for managing the USB headers from Linux which have been modified to work with sdcc for use with fx2lib
https://github.com/mithro/fx2lib-linux-headers

Last synced: 12 months ago
JSON representation

Repository for managing the USB headers from Linux which have been modified to work with sdcc for use with fx2lib

Awesome Lists containing this project

README

          

# fx2lib-linux-headers

This repository has a copy of modified USB headers from the Linux kernel to
make them easy to use with sdcc and the fx2lib.

fx2lib is a library for creating firmware for the Cypress EZ-USB FX2 series of
chips. It allows emulation of a wide range of USB devices include HID, Video,
Audio, Serial or Storage devices or even your own custom USB device.

## License

The contents of the repository are under the GPLv2, a copy of the license can
should be found in the LICENSE file which accompanied this repository. It can
also be found at https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

## Authors

* Tim 'mithro' Ansell