代码搜索:libusb
找到约 710 项符合「libusb」的源代码
代码结果 710
www.eeworm.com/read/169238/9873340
txt readme.txt
usbasp.sch为protel格式的原理图。
fusecfg.jpg为熔丝配置的图片
fireware为usbasp改进版的程序,可用avrgccide打开编译,生成hex文件。
win-driver 目录为usbasp的驱动程序目录
相关网站
USBasp .......................... http://www.fischl.de/usbasp/
Fi
www.eeworm.com/read/352943/10490798
makefile
LIBUSB_CONFIG = libusb-config
CFLAGS+=-g -Wall -pedantic `$(LIBUSB_CONFIG) --cflags`
LFLAGS+=`$(LIBUSB_CONFIG) --libs` -lusb
all:
make avrusbboot
clean:
rm *.o
rm avrusbboot
avrusbboot: main.c
www.eeworm.com/read/332500/12752295
makefile
# ======================================================================
# Build a Python wrapper for libusb.
#
# Copyright 2006-2008 Dick Streefland
#
# This is free software, licensed under the term
www.eeworm.com/read/149037/12406930
txt readme.txt
usbasp.sch为protel格式的原理图。
fusecfg.jpg为熔丝配置的图片
fireware为usbasp改进版的程序,可用avrgccide打开编译,生成hex文件。
win-driver 目录为usbasp的驱动程序目录
相关网站
USBasp .......................... http://www.fischl.de/usbasp/
Fi
www.eeworm.com/read/292808/8331931
txt readme.txt
usbasp.sch为protel格式的原理图。
fusecfg.jpg为熔丝配置的图片
fireware为usbasp改进版的程序,可用avrgccide打开编译,生成hex文件。
win-driver 目录为usbasp的驱动程序目录
相关网站
USBasp .......................... http://www.fischl.de/usbasp/
Fi
www.eeworm.com/read/186003/8967164
in configure.in
# Process this file with autoconf to produce a configure script.
AC_INIT([libptp2],[1.1.0],[emsi@ipartners.pl])
AM_INIT_AUTOMAKE(libptp2, 1.1.0)
AC_PREREQ(2.53)
AM_CONFIG_HEADER([config.h])
AC_PROG_LI
www.eeworm.com/read/197887/7964262
am makefile.am
## Process this file with automake to produce Makefile.in
# require automake 1.4
# gnu strictness chokes on README being autogenerated
AUTOMAKE_OPTIONS = 1.4 foreign
SUBDIRS = . tests doc
AM_CFLAGS
www.eeworm.com/read/427414/8947564
c io.c
/*
* I/O functions for libusb
* Copyright (C) 2007-2008 Daniel Drake
* Copyright (c) 2001 Johannes Erdfelt
*
* This library is free software; you can redis
www.eeworm.com/read/427414/8947723
porting
PORTING LIBUSB TO OTHER PLATFORMS
Introduction
============
This document is aimed at developers wishing to port libusb to unsupported
platforms. I believe the libusb API is OS-independent, so by su
www.eeworm.com/read/378510/9227874
c io.c
/*
* I/O functions for libusb
* Copyright (C) 2007-2008 Daniel Drake
* Copyright (c) 2001 Johannes Erdfelt
*
* This library is free software; you can redis