CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - app
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - app - List
[
Linux driver
]
UserDefaultsPreference
DL : 0
用于调节游戏的难易程度,从源码文件控制app的内部变量-failed to translate
Date
: 2026-01-09
Size
: 2kb
User
:
qp
[
Linux driver
]
Huawei3G-linux-driver-app
DL : 0
HUAWEI 3G网卡驱动及详细讲解 应用说明-HUAWEI 3G network card driver and application notes
Date
: 2026-01-09
Size
: 13.16mb
User
:
赖页
[
Linux driver
]
ts_uart_read
DL : 0
linux 串口读触摸屏数据的应用程序,用于串口TP-linux UART APP for reading touchpannel
Date
: 2026-01-09
Size
: 215kb
User
:
肖楷
[
Linux driver
]
dm365-adc-linux_drive
DL : 0
DM365 内部ADC liunx驱动。本驱动使用DM365evm裸机ADC测试程序修改而来,只有原默认ADC配置。实现功能也相对简单,app可以使用read()函数一次读取6个通道的转换值。您可以在此驱动基础上稍作修改,实现app配置ADC功能。-DM365 internal ADC liunx drive. The driver uses DM365evm ADC testing procedures modified from bare metal, only the original default ADC configuration. Relatively simple to achieve functional, app can use read () function to convert the value of a read channel 6. You can drive a slightly modified on the basis of this, the realization app configure the ADC functions.
Date
: 2026-01-09
Size
: 14kb
User
:
王建
[
Linux driver
]
btstack
DL : 0
蓝牙协议栈btstack的源码,用于iphone的开发。 在XCODE 4.6 /MAC OS LION 10.7.3 上编译btstack步骤: btstack的官网上的介绍各种不靠谱,按照上面的说法根本无法编译成功。 注意:XCODE要和其他APP放在一起,路径为/Applications/Xcode.app。不可省事放在桌面上。 1、下载btstack svn checkout http://btstack.googlecode.com/svn/trunk/ btstack 2、编译生成iphone上的静态库libBTstack.a和动态库libBTstack.dylib cd btstack ./bootstrap.sh 修改configure.in文件,找到这几行,改成如下这样 [Specify toolchain path])], DEVELOPER_PATH=$withval, DEVELOPER_PATH= /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer ) AC_ARG_WITH(sdk-version, [AS_HELP_STRING([--with-sdk-version=6.1], [Specify SDK version])], SDK_VERS -Btstack Bluetooth protocol stack source code for iphone development. In XCODE 4.6/MAC OS LION 10.7.3 compile btstack step: the official online presentation btstack various tricky, simply can not compile successfully in accordance with the above statement. Note: XCODE and other APP to put together, the path is/Applications/Xcode.app. Can not save on your desktop. 1, download btstack svn checkout http://btstack.googlecode.com/svn/trunk/ btstack 2, compiled on libBTstack.a iphone static library and dynamic library libBTstack.dylib cd btstack./Bootstrap.sh modify configure.in file, find these lines, so read as follows [Specify toolchain path])], DEVELOPER_PATH = $ withval, DEVELOPER_PATH = ' / Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer' ) AC_ARG_WITH (sdk-version, [AS_HELP_STRING ([- with-sdk-version = 6.1], [Specify SDK version])], SDK_VERS
Date
: 2026-01-09
Size
: 232kb
User
:
zzw
[
Linux driver
]
serial
DL : 0
linux serial app test
Date
: 2026-01-09
Size
: 15kb
User
:
鲍晓伟
[
Linux driver
]
cfcard
DL : 0
CF卡基于Linux的驱动程序及测试程序-CF card driver base on linux and test app code
Date
: 2026-01-09
Size
: 41kb
User
:
lane
[
Linux driver
]
app
DL : 0
18B20超声波驱动的测试文件,可以精确的显示到小数点后1位的温度-18 b20 ultrasonic drive test files, can be accurate to 1 decimal places of the temperature
Date
: 2026-01-09
Size
: 1kb
User
:
互传宾
[
Linux driver
]
linux_pwm_timer_spi_driver
DL : 0
am1808 linux pwm,spi,timer的驱动,ko形式,带测试代码-am1808 linux driver for spi,pwm,timer,and test app
Date
: 2026-01-09
Size
: 1.1mb
User
:
zhangtian
[
Linux driver
]
CAN_Application
DL : 0
powerpc can driver for mcp2515 A-powerpc can driver for mcp2515 APP
Date
: 2026-01-09
Size
: 2.4mb
User
:
lee
[
Linux driver
]
73gpio1
DL : 0
针对am335x的gpio的驱动和上层调用的例子、源码-AM335X gpio driver and app
Date
: 2026-01-09
Size
: 23kb
User
:
买红亮
[
Linux driver
]
1.3-led
DL : 0
ARM2440的led驱动和应用程序,应该也适用于FS2440,欢迎大家下载-ARM 2440 s led driver and app,it problely can use on fs2440,welcome
Date
: 2026-01-09
Size
: 22kb
User
:
jzhjzh
[
Linux driver
]
lcd.tar
DL : 0
s3c2416,s3c6410,s3c2443,s3c2450 双fb测试程序-s3c2416,s3c6410,s3c2443,s3c2450 double fb test app
Date
: 2026-01-09
Size
: 10kb
User
:
刘涛
[
Linux driver
]
OV9650_linux_driver_app
DL : 0
S3C6410上camera OV9650驱动,输出的数据包含RGB565和YUYV两种格式,并有两种格式对应的测试APP。-It s the camera driver of s3c6410 to OV9650,the output data includes RGB565 and YUYV format.
Date
: 2026-01-09
Size
: 337kb
User
:
hgl
[
Linux driver
]
S3C6410_IIC_driver
DL : 0
S3C6410的I2C驱动,包含的测试程序,可以读写指定地址的数据。-It s the I2C driver of S3C6410,include the test APP code, it can read and write data of specified address.
Date
: 2026-01-09
Size
: 6kb
User
:
hgl
[
Linux driver
]
crc32app
DL : 0
linux 下算crc32的app,算的方法跟uboot中一样-Operators under linux crc32 the app, counted in the same way with uboot
Date
: 2026-01-09
Size
: 9kb
User
:
玲
[
Linux driver
]
ad9923_app
DL : 0
ad9923驱动代码,ad9923驱动app层。-ad9923 driver
Date
: 2026-01-09
Size
: 2kb
User
:
zikan
[
Linux driver
]
rdreg
DL : 0
linux app 直接在应用层访问硬件寄存器-linux application for acass hardware register
Date
: 2026-01-09
Size
: 1kb
User
:
penghao
[
Linux driver
]
OV9650
DL : 0
ov9650 app souce code for user tuning. for board tq2440
Date
: 2026-01-09
Size
: 19kb
User
:
china
[
Linux driver
]
ls1b_gpio-150326-1118.tar
DL : 0
gpio驱动程序 app目录为用户态测试程序 drv为驱动程序-gpio driver
Date
: 2026-01-09
Size
: 18kb
User
:
梁庆洲
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.