资源列表
busybox1
- 这是嵌入式linux的busybox源代码,它主要是针对motorola公司的32位芯片powerpc上的,当然也可以移植到其他的芯片上-This is the source code of busybox under embedded linux, it is mainly designed for 32 bit processor PowerPC of Motorola Company, and it can be removed to other processors of cource.
嵌入式Linux应用开发详解
- 嵌入式Linux应用开发详解 linux下串口操作源码和网络口操作源码-Embedded Linux Application Development Elaborates on Linux operating Serial source and network operation source I
EM85xx.envision-09-22-03.tar
- 这是一个SIGMA方案的PMP播放器的UCLINUX程序,可播放DVD,VCD,CD MP3...有很好的参考价值.-SIGMA This is a program of the PMP player OS procedure can play DVD, VCD, CD MP3 ... a good reference value.
针对s3c2410开发板的vivi
- 针对s3c2410开发板的vivi 已测试串口下载功能
TS流解码
- TS流解码
窗口显示三个进程并发执行
- LINUX下C语言 使用GTK
周立功LPC2200bootloader
- LPC2200 BOOTLOADER文件,可直接下载使用
S3C2410触摸屏驱动程序(2.4内核)
- 基于S3C2410和嵌入式lINUX的触摸屏驱动程序
linux串口调试助手
- 最近调Tinyos的东东,由于习惯在linux下搞。看到他用的java去通信感觉就不爽,就用c++搞了一个,把他的串口栈的东西除了,完善了下就用 QT4写了个界面,写了个串口调试助手。现在还有一个问题没有解决,就是如何获取当前可用串口列表,现在只是静态添加了几个。现在想法是利用dmesg获取分配的串口描述符,或者在/proc中读,但是/proc中获取不了描述符。不知道还有没有更好的办法,希望大家能提提意见。