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
- Host: GitHub
- URL: https://github.com/mithro/fx2lib-linux-headers
- Owner: mithro
- License: gpl-2.0
- Created: 2015-10-18T04:14:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T09:41:18.000Z (almost 9 years ago)
- Last Synced: 2025-03-18T05:54:51.351Z (about 1 year ago)
- Language: C
- Size: 81.1 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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