CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - linux code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - linux code - List
[
Other Embeded program
]
dhcp-3.1.3.tar.gz
DL : 4
ICS dhcp client/ server code. support Linux, bsd, .... Cross-platfrom, rich functionalities.
Date
: 2011-04-05
Size
: 785.25kb
User
:
dull_boy@sohu.com
[
Other Embeded program
]
vivi boot loader的实现
DL : 0
这是介绍嵌入式系统Bootloader的一篇文章,从网上下的,写的不错。vivi是嵌入式Linux的启动代码。-This is the introduction of the embedded system Bootloader of an article from the Internet and write well. Anger is embedded Linux boot code.
Date
: 2025-12-23
Size
: 49kb
User
:
张新宇
[
Other Embeded program
]
用于FS2410的Qt嵌入式图形开发实战篇
DL : 0
t嵌入式图形开发实战篇 嵌入式应用的开发工作基本上是在工作站或是PC 机上完成的,我们在工作的机器上调试运行嵌入式应用,并将输出结果显示在一个仿真小型设备显示终端的模拟器上。在开发的后期,我们要根据我们选择的嵌入式硬件平台,将嵌入式应用编译链接成适合在这个硬件平台上运行的二进制目标代码,另外由于应用使用到了Qt/Embedded 的库,所以我们还要将Qt/Embedded 库的源代码编译链接成为适合在这个硬件平台上使用的二进制目标代码库。当一个Qt/Embedded 应用被部署到小型设备上,并可靠的运行,这样一个开发过程才宣告结束。 介绍如何在一台装有Linux操作系统的机器上建立Qt/Embedded开发环境。 并教初学者认识Qt/Embedded 开发环境。-t embedded graphics development PART real embedded applications development work is basically in the workstation or PC End 10% of our work on the machine running debug embedded applications, results showed that output will be in a small simulation equipment display terminal on the simulator. Late in the development, we need to according to our choice of embedded hardware platforms, embedded applications will be compiled into a suitable link in the hardware platform running on the binary object code, As the application to use the Qt/Embedded libraries, So we need to Qt/Embedded for compiling the source code for the link as the hardware platform so the binary object code library. When a Qt/Embedded applications are deployed in small devices, and reliable operation, such a development p
Date
: 2025-12-23
Size
: 847kb
User
:
高颖峰
[
Other Embeded program
]
FSDev
DL : 0
在VC平台下调试通过的linux 0.11文件系统代码! 对学习文件系统实现的朋友很有帮助,可以下载一个文件映像进行测试各种文件操作API。具体的可以参考赵炯写的《linux0.11内核源代码完全注释》一书和他的网站下载imag文件!-in VC debugging platform adopted by the 0.11 linux file system code! The study documents System helpful friend, a document can be downloaded for testing a variety of image file manipulation API. Specific information can be written by Zhao Jiong "linux0.11 kernel source code completely Notes," a book and his website imag paper!
Date
: 2025-12-23
Size
: 342kb
User
:
肖龙远
[
Other Embeded program
]
cp2200
DL : 0
cp2200网卡的tcp/ip源程序( 包含驱动),十分难得哦-CP2200 NIC tcp/ip source code (including drivers), very rare Oh
Date
: 2025-12-23
Size
: 502kb
User
:
吴健勇
[
Other Embeded program
]
pthread
DL : 0
psos下采用linux的线程库时改写的那部分代码.-pSOS adopt linux thread library that part of the code rewritten.
Date
: 2025-12-23
Size
: 8kb
User
:
张立
[
Other Embeded program
]
usb_test
DL : 0
linux平台下2410 USB测试代码-2410 USB under linux platform test code
Date
: 2025-12-23
Size
: 57kb
User
:
paul
[
Other Embeded program
]
xloader
DL : 0
最新DSP+ARM双核CPU处理器使用的X-loader源程序,可以加载Linux系统,已经测试成功!-latest x-loader using in DSP+ARM due-core CPU for loading Linux. have been test.
Date
: 2025-12-23
Size
: 425kb
User
:
huangchao
[
Other Embeded program
]
Novatek
DL : 0
LCD Monitor 源码 mode change and Sync Source-Novatek NT68665 Source code
Date
: 2025-12-23
Size
: 968kb
User
:
Peter
[
Other Embeded program
]
crc.c
DL : 0
CRC source code for linux environment. CRC for 16 bytes packet. Useful for checking crc of tinyos uart packet.
Date
: 2025-12-23
Size
: 1kb
User
:
andus
[
Other Embeded program
]
SI4730_firmware
DL : 0
silicon labs si4730/31收音机代码,支持FM/AM收音功能,可用于设计单芯片,外围电路非常简单的收音头。-silicon labs si4730/31 radio code, support for FM/AM radio function, can be used to design a single chip, the external circuit is very simple radio head.
Date
: 2025-12-23
Size
: 20kb
User
:
tangdan
[
Other Embeded program
]
Image2GLCD
DL : 0
Image converter for 128 x 64 Graphic LCD for getting code for any sized picture.
Date
: 2025-12-23
Size
: 875kb
User
:
durairaj
[
Other Embeded program
]
yaffs_direct
DL : 0
YAFFS Direct:脱离Linux、Wince等操作系统的Yaffs,没有那些系统接口,比较直接,可用于没有操作系统的情况,也可用于UCOS、FreeRTOS等小型系统。-YAFFS Direct,can be used with or without rtos. Simplified code, be easy use. It s great!!!
Date
: 2025-12-23
Size
: 358kb
User
:
原子
[
Other Embeded program
]
timeout-list-malloc
DL : 0
从uclibc的malloc和glib的glist、timeout提取出来的代码,用于嵌入式开发。分配一块内存用于动态内存,有定时功能,提供双向链表这种容器。用于没有操作系统和c标准库支持的环境。-Uclibc' s malloc and glib from the glist, timeout extracted the code for embedded development. A memory for dynamic memory allocation, there is timing, to provide two-way linked list of this container. For there is no operating system and the c standard library support environment.
Date
: 2025-12-23
Size
: 28kb
User
:
tangjian
[
Other Embeded program
]
parallel_port_on_linux
DL : 0
Parallel port can be used to send the data and as various control actions to be taken for external event control.The default address for parallel port is 0x378. The code is compiled under linux and found to work ok.In outb file simply pass the value to be outputed to parallel port .If value passed is 0xff that will make all out pins to high.
Date
: 2025-12-23
Size
: 1kb
User
:
avinash
[
Other Embeded program
]
ds18b20
DL : 0
t2440 (ram)ds18b20驱动的源码,适用于linux内核-t2440 (ram) ds18b20-driven source code for linux kernel
Date
: 2025-12-23
Size
: 2kb
User
:
lkj
[
Other Embeded program
]
i412.tar
DL : 0
Source code of a bios for MachZ, an i486 SoC Permit launch of a vxWorks or Linux MachZ have an internal ROM to load software in i486 cache
Date
: 2025-12-23
Size
: 66kb
User
:
thierry.larmoire
[
Other Embeded program
]
TempDataLogger
DL : 0
Temperature data logger java source code (linux and windows 32,64 bit) -Temperature data logger java source code (linux and windows 32,64 bit)
Date
: 2025-12-23
Size
: 2.86mb
User
:
fahmi
[
Other Embeded program
]
LEDaUART
DL : 0
TINY6410简单程序,点亮LED和串口发消息,适合初学者。DEMO文件有ADS工程,而6410文件夹里适合在LINUX下用MAKE调用ARM-LINUX-GCC编译-Code for tiny6410,which is easy to learnig .Lighting up LEDs and sending message by UART.DEMO is suit for ADS project,and 6410 is suit for ARM-LINUX-GCC
Date
: 2025-12-23
Size
: 33kb
User
:
huangzh198
[
Other Embeded program
]
Uboot
DL : 1
wifi uboot 源代码 ,ralink平台,可学习研究用-wifi linux uboot ralink code
Date
: 2025-12-23
Size
: 1.32mb
User
:
徐昭
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.