CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Make
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Make - List
[
Linux driver
]
SPI2UART
DL : 1
开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码将S3C2440的SPI口连接SC16IS752,扩展为2路串口。代码分2部分,分别Make后生成2个.ko文件,分别加载即可使用。 本代码项目实用,可参考。-Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-compiler environment version V4.4.3 Drive function: The code will S3C2440 SPI port SC16IS752 extended to 2 serial ports. The code is divided into two parts, respectively Make generate two Ko file, load can be used. The code project practical, can be found.
Date
: 2025-12-16
Size
: 122kb
User
:
owen
[
Linux driver
]
linuxkernelporttoloongson.pdf
DL : 0
将linux内核移植到龙芯cpu的用户手册-Make linux kernel transplanted to Godson the cpu s user manual
Date
: 2025-12-16
Size
: 333kb
User
:
chen
[
Linux driver
]
linux_calculate
DL : 0
在linux下实现类似于windows下的图形化的计算器,弥补linux系统的小的缺陷-Under linux the graphical calculator similar to the windows to make up the Linux system defects
Date
: 2025-12-16
Size
: 24kb
User
:
张
[
Linux driver
]
a
DL : 0
发送程序与msg1.c类似。在main函数中,删除msg_to_receive声明,代之以buffer[BUFSIZ]。移除消息队列删除代码,并且在running循环中做出如下更改。现在我们调用msgsnd来将输入的文本发送到队列中。 -The sending program msg1.c similar. Delete msg_to_receive statement in the main function, replaced by the buffer [BUFSIZ]. Remove the message queue to delete the code, and make the following changes in the running cycle. Now we call msgsnd to the input text is sent to the queue.
Date
: 2025-12-16
Size
: 1kb
User
:
程晨
[
Linux driver
]
can4linux-4.1
DL : 0
can总线的linux驱动程序,需要在linux环境下编译,需要make与编译器-can bus linux drivers, you need to compile the linux environment, you need to make the compiler
Date
: 2025-12-16
Size
: 519kb
User
:
jyy
[
Linux driver
]
program
DL : 0
编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。 (1)掌握系统调用shmget()、shmat()、shmdt()、shmctl()的使用方法及其功能,理解共享存储区通信原理; (2)系统理解linux 的三种通信机制。 -Write a program, while the parent process creates two child processes p1 and p2 make child process child process p1 and p2 send to each other through shared memory data (512 bytes). (A) master system calls shmget (), shmat (), shmdt (), shmctl () function to use and understand the shared memory communication theory (2) Three linux system understandable communication mechanism.
Date
: 2025-12-16
Size
: 11kb
User
:
张格日乐
[
Linux driver
]
arm_fpga.tar
DL : 0
实现TQ2440与FPGA的通信功能,将FPGA当作ARM的一个外设,通信方式为静态RAM方式。在代码中,我实现了向FPGA读写数据的功能,已经做过测试。没问题-make the TQ2440 board commuciate with the FPGA board.
Date
: 2025-12-16
Size
: 289kb
User
:
王晓丰
[
Linux driver
]
GNU_Make
DL : 0
make file rules of gnu
Date
: 2025-12-16
Size
: 585kb
User
:
ppg
[
Linux driver
]
daytime
DL : 0
ANSI C语言底层日期基础函数封装,弥补了c语言日期处理的薄弱-Date of foundation underlying ANSI C language function package, to make up for the weak c language processing date
Date
: 2025-12-16
Size
: 4kb
User
:
Jasm2222
[
Linux driver
]
Hi3515_gpio
DL : 0
Hi3515 GPIO驱动,可以用来设计外部报警输入联动录像-Hi3515 GPIO driver,use to make a alarm.
Date
: 2025-12-16
Size
: 25kb
User
:
蔡浩聪
[
Linux driver
]
TW_int_tasklet
DL : 0
at91rm9200 外部中断驱动的一个最简单的例子,供广大学习者参考与交流,希望能共同进步。-at91rm9200 external interrupt driven one of the most simple example, for the majority of learners and exchanges, hoping to make progress together.
Date
: 2025-12-16
Size
: 2kb
User
:
周子扬
[
Linux driver
]
linux-driver
DL : 0
Linux下的字符驱动设备外加Make文件,使用时bash下直接make即可,注意这个是Linux 2.6下的驱动-Linux character device driver and Make file, use bash directly make can, pay attention to the Linux driver under 2.6
Date
: 2025-12-16
Size
: 1kb
User
:
Joho
[
Linux driver
]
ch341_drv
DL : 0
usb to serial for ch341 ,it is source code,you need to make it
Date
: 2025-12-16
Size
: 6kb
User
:
jasam
[
Linux driver
]
Makefile
DL : 0
make Make Makefile makefile
Date
: 2025-12-16
Size
: 499kb
User
:
wangchao
[
Linux driver
]
ttyrec
DL : 1
tty记录和回放工具,记录指定tty的输入输出,并按照时间发生序列在字符模式回放。 -ttyrec is a tty recorder. ttyplay is a tty player. Installation: make or if your system is SVR4 system (Solaris etc.), make CFLAGS=-DSVR4 or if your system supports getpt(3), make CFLAGS=-DHAVE_getpt HAVE_getpt is required if your linux system uses devfs. Usage: ttyrec (In the excuted shell, do whatever you want and exit) ttyplay ttyrecord
Date
: 2025-12-16
Size
: 16kb
User
:
bill
[
Linux driver
]
bma150_subsys_i2c
DL : 0
驱动相关的代码,培训资料哦,希望大家共同进步-Drive related code, training materials, oh, I hope you make progress together
Date
: 2025-12-16
Size
: 122kb
User
:
lankun
[
Linux driver
]
bma150_simu_i2c_for_stu
DL : 0
驱动相关的代码,培训资料哦,希望大家共同进步-Drive related code, training materials, oh, I hope you make progress together
Date
: 2025-12-16
Size
: 10kb
User
:
lankun
[
Linux driver
]
1_led_driver
DL : 0
关于驱动led灯的驱动程序,希望大家共同进步,也希望快点让我通过。-About driving the led driver, I hope you make progress together, also hope to hurry up and let me pass.
Date
: 2025-12-16
Size
: 23kb
User
:
lankun
[
Linux driver
]
camera_480272_64xx
DL : 1
安装步骤 第一步:先检测是否安装了3.3.2交叉编译器(交叉编译器一定要安装到/usr/local/arm目录下) 第二步执行 make clean 第三步执行make 在使用开发板上的camera之前要注意的是,在启动linux之前一定要先插上camera,否则camera无法正常使用,因为在启动linux的时候就必须开始对camera进行配置和ID的识别-Installation Step 1: First check if installed 3.3.2 cross compiler (cross compiler must be installed to/usr/local/arm directory) Step execute make clean make use of third-step development board Before the camera should be noted that before the start linux sure to plug in the camera, otherwise the camera does not work properly, because when you start linux must begin to recognize the configuration of the camera and ID
Date
: 2025-12-16
Size
: 163kb
User
:
wj
[
Linux driver
]
GNU-make
DL : 0
gun make中文手册,学习gun make很好的资料,希望大家下载-Gun make Chinese manual, learning gun make very good information, hope everyone to download
Date
: 2025-12-16
Size
: 886kb
User
:
王不二
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.