搜索资源列表
minigui-dev-2.0.1-linux.tar
- 这是针对 Linux (i386)平台的 MiniGUI V2.0.1 开发包(MiniGUI-Processes 运行模式)。关于安装和使用方法,请阅读该软件包中的 README 文件。-this is a Linux (i386) platform MiniGUI V2.0.1 Development Kit (MiniGUI - Processes running mode). The installation and use of the method, please read the
dev-ezx-0.2.0.tar
- motorola ezx平台的一个非官方的开发包,可以用来开发ezx native的软件。-platform of a non-government development kits, can be used to develop ezx native software.
sound
- 其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工,所以如果fd = open(\"/dev/dsp\", O_RDWR) ,则无法录音和回放。只能分别设置RDONLY和WRONLY。即半双工方式。否则,就是在录音的时候可以听见,但是无法回放。分析下来似乎是IIC总线中只分配了一个通道给声卡,或者是只启用了一个通道,所以无法录音和放音同步进行。解决方法就是分别以RDONLY方式打开进行录音和WRONLY方式打开进行放音。 Sound1.c用于将录音保存在
led_linux2.4.18
- Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = op
minigui-dev-1.6.9-win32
- minigui_1.6.9在WINDOWS32下的原代码,是嵌入式GUI产品,是北京飞漫公司的正式版本.
s3c2440spi1
- S3C2440外设SPI1接口驱动程序模块,在linux2.6.32内核上运行通过,加载该模块后会在/dev/下生成一个SPI1字符设备文件,源内核有SPI子系统,不过太复杂,没去研究,所以就自己写了,绝对是原创,适合初学者参考。-S3C2440 SPI1 peripheral interface driver module, run by the linux2.6.32 kernel, load the module in the/dev/SPI1 generate a character d
miniGUI_API_Reference
- miniGUI API 参考手册--chm格式-miniGUI API Reference Manual- chm format
GPIODR
- DM365的GPIO驱动以及测试程序,动态分配节点,以及自动在/dev目录下创建设备节点。对于开发和学习都很有帮助-DM365 The GPIO driver and test procedures, dynamic allocation of nodes, and automatic in the/dev directory, device node creation. Development and learning are very helpful
chumbhowld-1.0-dev.tar
- Chumby Wideget TV的源代碼, 對於IP Settop box極具參考價值.-The source code of Chumby. It s a wideget TV based linux system. It s a very good example of IP settop box.
Qt4_project_bitbake_for_Mini2440V2
- Tutorial Creating Qt4 project with bitbake for Mini2440V2 / S3C2440 dev. board
zImage-nfs-root
- 基于2410的内核镜像,可以通过NFS启动系统,在vivi设置好启动参数param set linux_cmd_line "noinitrd root=/dev/nfs init=/linuxrc nfsroot=192.168.0.33:/nfs/rc900-rootfs ip=192.168.0.67:192.168.0.33:192.168.0.1:255.255.255.0 console=ttyS0",就可以正常启动了-2410-based kernel image, you can
minigui-dev-1.6.2-for-win3254
- 我们课程设计的一个题目的代码,minigui的菜单的建立代码-minigui menu
temper-tools-1.0.tar
- temper-read-temp is a program to read the temperature from a TEMPer USB thermometer. temper-read-temp is Copyright 2009 Roaring Penguin Software Inc. It may be distributed according to the terms of the GNU General Public License version 3,
nunchunk
- 使用i2c-dev 从smbus读取wii游戏手柄nunchunk数据,根据读取的x-position , y-position位置,画轨迹,改变颜色,刷新屏幕-Using i2c_dev.h to read data from nunchunk and draw the trajecty of it.Change color and refresh the screen. Z and C button are pressed to exit the program
MiniGUI-dev-2.0.3-linux-zhw
- 嵌入式系统下的界面开发包,提供丰富的界面和开发函数,可以省很多功夫。-The interface of embedded system development kit, providing a rich interface and development function, you can save a lot of effort.
xitongdiaoyong
- 1:修改dev.c文件,定义一个全局变量int count=0 然后用它来统计包的个数。 2.修改sys.C文件,添加extern int count 然后定义自己的函数,asmlinkage int sys_mycall(void) 3.修改entry.S和unistd.h文件,为自己定义的函数增加系统调用号。 4.自己写个函数进行系统调用。-1: Modify dev.c file, define a global variable int count = 0 then use
mem-dev-0.20
- 简单的字符设备驱动程序,带验证程序,是学习字符设备驱动的好材料。-Simple character device driver, with verification procedures, the character device driver is a good learning materials.
leddriver
- 在Ubuntu环境下,建立arm-linux-gcc的交叉编译环境,开发的友善6410核心板上4个led灯的驱动程序,利用insmod安装后,会自动建立/dev/led节点,给节点写入1,则1#灯亮,写4,则4#灯亮,在写4,则4#灯灭。-In the Ubuntu environment, the establishment of arm-linux-gcc cross-compiler environment, development-friendly core board 4 6410 d
dm365_gpio_drv_yr
- dm365gpio口驱动,编译成功,可以轮流输出高低电平. 需要手动mknod,加载驱动后在命令行或在shell脚本里加入mknod /dev/dm365_gpio c 199 0-dm365gpio driver