C8051F32x firmware infrastructure

Sign in or create your account | Project List | Help

C8051F32x firmware infrastructure Git Source Tree

Root/include/f32xbase/usb.h

1/*
2 * include/f32xbase/usb.h - Common USB code for F32Xbase tools
3 *
4 * Written 2008-2010 by Werner Almesberger
5 * Copyright 2008-2010 Werner Almesberger
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 */
12
13
14#ifndef F32XBASE_USB_H
15#define F32XBASE_USB_H
16
17#include <stdint.h>
18#include <usb.h>
19
20
21usb_dev_handle *open_usb(uint16_t default_vendor, uint16_t default_product);
22void parse_usb_id(const char *id);
23
24#endif /* !F32XBASE_USB_H */
25

Archive Download this file

Branches:
master



interactive