CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 注册
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
ARM-PowerPC-ColdFire-MIPS
Embeded Linux
SCM
VxWorks
uCOS
DSP program
Windows CE
VHDL-FPGA-Verilog
Other Embeded program
QNX
hardware design
Open-source hardware
Search - 注册 - List
[
Embeded Linux
]
Keil_lic-v3.2zhuce
DL : 0
keil -arm 注册机,可以不受16K代码的限制,是学ARM的好帮手-keil-arm RI, from 16K code restrictions, school ARM is a good helper
Date
: 2025-12-21
Size
: 13kb
User
:
wfy
[
Embeded Linux
]
GPIO
DL : 0
GPIO的控制,使用MMAP来注册GPIO,之后再以 *rGPBDAT = 0x11 等等直接更改位址-GPIO control, the use of MMAP to register GPIO, and then to* rGPBDAT = 0x11, etc. directly to change the address
Date
: 2025-12-21
Size
: 1kb
User
:
周大少
[
Embeded Linux
]
s3c2440_kernel2.4.20
DL : 1
s3c2440 kernel 2.4.20的源代码。还有s3c2440的u-boot和jflash。 手头的都是开发板带过来的,一直想找原版的,网上也找不到。在三星的网站上也下不到(好像要帐号,也不开放注册)。 从一个同事那拷过来,他说是很多年前在三星的网站上下的。还望各位帮忙鉴别一下。-s3c2440 kernel 2.4.20 source code. Development board are at hand to bring up, has been looking for the original and can not find online. Samsung' s Web site is also less than (it seems to account, not open for registration). Copy from a colleague that come, he said many years ago, Samsung' s Web site from top to bottom. Members also hope to help identify you.
Date
: 2025-12-21
Size
: 28.41mb
User
:
王云
[
Embeded Linux
]
ADS1.2_license
DL : 0
ARM集成开发软件ADS1.2的注册文件-ARM Integrated Development Software ADS1.2 registration documents
Date
: 2025-12-21
Size
: 5kb
User
:
chaifangyu
[
Embeded Linux
]
nano-X-docs
DL : 0
MicroWindows是一个开放源码的嵌入式GUI软件,目的是把图形视窗环境引入到运行Linux的小型设备和平台上。作为X Window系统的替代品,MicroWindows可以用更少的RAM和文件存储空间(100KB~600KB)提供相似的功能,允许设计者轻松加入各种显示设备、鼠标、触摸屏和键盘等;可移植性非常好,可用C语言实现;支持Intel 16位/32位CPU、MIPS R4000以及基于ARM内核的处理器芯片。由于和微软的windows注册商标存在冲突,从2005年月起,MicroWindows改名为Nano-X。-MicroWindows is an open source embedded GUI software, the purpose is to run graphical Windows environment into a small Linux devices and platforms. X Window System as a substitute for, MicroWindows can use less RAM and file storage space (100KB ~ 600KB) to provide similar functionality, allowing designers to easily add a variety of display devices, mouse, touch screen and keyboard, etc. portability is very Well, can be used C language implementation supporting Intel 16 bit/32-bit CPU, MIPS R4000, and based on the ARM core processor chips. As a registered trademark of Microsoft' s windows there is a conflict, from 2005 onwards Clear, MicroWindows changed its name to Nano-X.
Date
: 2025-12-21
Size
: 78kb
User
:
王振
[
Embeded Linux
]
adc-s3c2410
DL : 0
此驱动程序使用了等待队列,信号量,中断注册。另外要特别留意write函数被实现为从用户空间传入数模转换通道号(频道)和分频的值(预分频),read函数则传出转换好的数据。对于预分频传入和读取,本驱动程序并未使用到,当多路转换时,这个值则要充分利用,并且需要一种多路转换的实现方法了。-This driver uses a wait queue, semaphores, interrupt register. Also pay special attention to write function is implemented as passed from the user space digital-analog converter channel number (channel) and frequency division value (prescaler), read good data conversion function of the outgoing. Pre-entry points for frequent and reading, the driver does not use that, when the multiplexer, this value will have to take advantage of, and need a multiplexer implementation methods.
Date
: 2025-12-21
Size
: 8kb
User
:
sismm
[
Embeded Linux
]
SD_driver3
DL : 0
SD_卡驱动分析系列之三---以MMC_SD卡为例块设备和块设备驱动程序注册-李枝果.pdf-The driver of SD card for Linux
Date
: 2025-12-21
Size
: 185kb
User
:
wkt
[
Embeded Linux
]
register_chrdev
DL : 0
register_chrdev 注册字符设备实例,提示加载模块后,需mknod建立相应的文件节点,在执行test测试程序-register_chrdev register character device example, prompts to load the module, the need to establish the appropriate file mknod node in the test program test execution
Date
: 2025-12-21
Size
: 74kb
User
:
sun
[
Embeded Linux
]
misc_add
DL : 0
Linux混杂设备驱动编写方法 当字符设备以混杂设备的方式注册时,将会有统一的主设备号10,次设备号可以自定义也可以由系统指定,混杂设备的注册方式在驱动程序编写上,简化了字符设备的驱动注册及设备生成步骤,下面的程序描述了混杂设备接口函数的使用方式。 程序由二个文件组成,驱动模块<misc_add.c>及测试程序<misc_test.c>。-Linux device driver writing mixed methods When a character device to promiscuous mode device registration, there will be a unified major number 10, minor device number can be customized by the system can also be specified in mixed mode device driver written registration, the simplified character device driver Registration and equipment, build steps, the following procedure describes the hybrid device interface function is used. Program consists of two files, the driver module <misc_add.c> and test procedures <misc_test.c>.
Date
: 2025-12-21
Size
: 1kb
User
:
Joshua
[
Embeded Linux
]
kernel_char_driver.tar
DL : 0
本程序是linux下的字符设备驱动,实现对led的控制,可以学会自动分配主设备号,字符设备的增加和注册,file_operation的实现-This procedure is a character device driver under linux led control, you can learn to automatically assign major number, the characters increased equipment and registration, file_operation realization
Date
: 2025-12-21
Size
: 2kb
User
:
月冷楼兰
[
Embeded Linux
]
input-skeleton
DL : 0
模拟linux子系统注册机制,自行设计的input-skeleton子系统-Simulation of the Linux subsystem of registration system, input system designed by ourselves.
Date
: 2025-12-21
Size
: 3kb
User
:
bruno
[
Embeded Linux
]
sqlite
DL : 0
qt实现用户登入注册,通过该程序可以学习多界面emit signals的使用-qt implement user login registration, the program can learn the use of multi-interface emit signals
Date
: 2025-12-21
Size
: 6kb
User
:
徐真武
[
Embeded Linux
]
gb28181
DL : 0
GB28181注册部分,无需依赖第三方库-GB28181 registration section, no third-party library dependencies
Date
: 2025-12-21
Size
: 7kb
User
:
donghuibin
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.