搜索资源列表
S3C2410_BIOS
- 第一版YL2410开发板的BIOS 功能比较简单,上电之后,LCD显示蓝色、绿色、红色三个竖条 同时串口显示如下: Power on reset ************************************ * * * YL2410 Board BIOS V2006 * * Http://www.ucdragon.com * * * ************************************ NAND Flash Bo
S3C2410_BIOS_V2
- NAND Flash Boot Please select function : 0 : USB download file(通过USB下载文件) 1 : Uart download file(通过串口下载文件) 2 : Write Nand flash with download file(将下载的文件烧写到NandFlash) 3 : Load Pragram from Nand flash and run(从NandFlash装载文件并运行) 4 : Era
socket
- 一个智能门禁系统的linux的程序,select方式数据驱动方式,对于搞嵌入linux开发的朋友有一定参考价值
smp86xx_rootfs.tar.bz2
- sigma smp8634/8635 toolchain rootfs building source. ================= Readme.txt ================= This is the Sigma Designs customization of the root file system for the SMP86xx family of chips. This package is of course
QuickCalendarView(software)source-code
- 一个在Qt-Linux下的日历,带有软键盘和点击记事功能,可以利用软件盘操作日历。记事功能可以选择备选的四种之一。-Qt-Linux under a calendar, with the soft keyboard and click on notebook features, you can use the software disk operating calendar. Notepad feature can select one of the four options.
Makefile_am_creator
- 说明:包含程序和代码。 该程序源代码用于创建automake.am和其他文件。用于linux下制作makefile文件。 1. 把src_makefile和automake.exe拷贝到需要创建automake.am的主目录。 2. 执行automake.exe,点击 创建automake.am文件,默认选择当前目录。确定后得到一组文件src_makefile。 3. 将linux工程和src_makefile目录下的所有文件放于linux下同一个目录下。 4. 依次使用如
adc_tp
- 将韦东山的书籍中:嵌入式Linux开发手册中,adc和tp的在linux环境下代码,移植到MDK环境中个运行。 使用分散加载文件,可以选择runinram or run inflash。 此程序在mini2440开发板上验证过。-Wei Dongshan' s books: Manual of embedded Linux development, adc, and tp the linux environment code, ported to run MDK environme
qq
- LINUX下的网络聊天程序,其中利用select函数,实现服务端IO口多路复用-LINUX network chat program, select function IO port multiplexer server
kbd_AD_LED
- 嵌入式linux编程,用kbd选择AD转换通道,并将Ad转换结果显示在LED上,适用于ARMS3c2410开发板-Embedded linux programming, kbd select channel AD converter, and Ad conversion results displayed on the LED on the development board for ARMS3c2410
gSTC-ISP
- stc51单片机linux下的串口下载程序,具有可视化界面。在下载的时候请注意选择较低的频率。-stc51 SCM under linux download, visual interface. Note that when you select a lower frequency of downloading.
18905034chat_by_CT
- Linux下的网路编程,select函数的解析-Resolve network programming under Linux, select the function
UART1
- 串口发送接收数据程序,用select函数进行接收(UART send and receive)