CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - AT

搜索资源列表

  1. fontdisplay

    0下载:
  2. linux下font显示的文档,说明如何自己做gui时显示各种字符。-under linux font display documents, how do gui their various characters at the show.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:27.21kb
    • 提供者:li
  1. source insight

    0下载:
  2. 提供一个查看源代码的工具,可以让大家先看看 多提宝贵意见-provide a view source code tool that allows you to take a look at more valuable views
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:3.06mb
    • 提供者:李志军
  1. s3c44b0x+USB

    0下载:
  2. 1代码. 2.测试步骤 1> 开发板上电 2> 运行测试程序 3> 运行串口监视软件,波特率115200 4> 用usb电缆连接开发板和PC,若已连接,则拔掉重连 5> 系统显示找到新硬件,安装Tools\\usb驱动\\D12驱动 6> 运行Tools\\UsbDebug.exe 7> 刷新设备列表,选中Philips项 8> 将接收数据端点和发送数据端点均设为端点1,管道大小设为16 若
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:334.27kb
    • 提供者:李大嘴
  1. raidtools-1.00.3.tar

    0下载:
  2. create raid tool at linux
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:163.85kb
    • 提供者:hitlinhj
  1. graspforth

    0下载:
  2. graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to support all 32-bit micros that GCC cross-compiles to. Relocatable . to be able to run in-place in either Flash or Ram. Fast ........ to be \"not m
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:25.04kb
    • 提供者:Jet Lan
  1. MPC860_SCC_UART

    0下载:
  2. powerpc系列的一款芯片mpc860的uart驱动的源代码,看源代码前最好看一下它的datesheet要不然很难看懂-powerpc series of new chip mpc860 the UART driver source code look at the source code before the best look at the datesheet otherwise it is difficult to understand them
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:10.8kb
    • 提供者:孟晓露
  1. EBD9200-BasicROM

    0下载:
  2. 这是英贝德公司测9200rom的ads程序,大家来看看学习-Bader This is the British company's ads 9200rom measurement procedures, we learn to look at
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:310.63kb
    • 提供者:远崤
  1. EBD9200-BasicSPIDataFlash

    0下载:
  2. 这是英贝德公司测9200rom的spi程序,大家来看看学习-This is the British company measured Bader 9200rom of 20 procedures, we learn to look at
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:314.84kb
    • 提供者:远崤
  1. EBD9200-BasicUHP

    0下载:
  2. 这是英贝德公司测9200rom的uhp程序,大家来看看学习-This is the British company measured Bader 9200rom achieved the procedure, we look at learning
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:302.87kb
    • 提供者:远崤
  1. EBD9200-BasicEMAC

    0下载:
  2. 这是英贝德公司测9200rom的emac程序,大家来看看学习-Bader This is the British company's eMac 9200rom measurement procedures, we learn to look at
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:310.53kb
    • 提供者:远崤
  1. gprsAt

    0下载:
  2. 一个gprs通讯的数个 at命令封装,需要串口支持,没有实现所有的at命令,实现了几个关键的命令,比如:拨 接 电话,tcp连接等。可以增加函数。-a GPRS communications at the several orders Packaging need serial, not at all in order to achieve several key orders, such as : dial telephone, tcp connections. Increase functi
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2.27kb
    • 提供者:大邢
  1. sbc_vivi

    0下载:
  2. 这个是广州友善之臂提供的bootloader(vivi),目标板SBC2410,支持USB下载,我试过几个网上的版本,编译出来都不支持USB,估计这个是要收费的,没办法只好用这个啦~(看到他们的公司的LOGO有点不爽)有时间可以研究一下UBOOT!-the friendliness of the Guangzhou arm of Bootloader (14:57). Target board SBC2410 support USB download, I tried several onlin
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:32.49kb
    • 提供者:张天意
  1. boaWebServer

    0下载:
  2. Boa是一个非常小巧的Web服务器,可执行代码只有约60KB。它是一个单任务Web服务器,只能依次完成用户的请求,而不会fork出新的进程来处理并发连接请求。但Boa支持CGI,能够为CGI程序fork出一个进程来执行。Boa的设计目标是速度和安全,在其站点公布的性能测试中,Boa的性能要好于Apache服务器。-Boa is a very compact Web server executable code only about 60KB. It is a single task Web s
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:134.7kb
    • 提供者:程小培
  1. ARM_display_keyboard_src

    0下载:
  2. LCD and Keyboard ARMulator model for the ADS Source Code Copy the provided ARMulate folder into your ADS directory tree at the root, for example in c:\\ADSv1_1. If prompted to overwrite files, choose Yes. The batch file copy_console.b
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:315.75kb
    • 提供者:王二
  1. DV710_Key_driver_test

    0下载:
  2. 基于ST公司的str710芯片的DV710开发板。通过按动K1、K2、K3分别点亮三3个通用LED指示灯。按键松开时相应LED熄灭。-based company str710 chip DV710 Development Board. By pressing the K1, K2, K3 were lit three three generic LED indicator. Keys splayed out at the corresponding LED.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:10.31kb
    • 提供者:卞璐
  1. 4.5_rtc_test

    0下载:
  2. Embest S3C44B0X Evaluation Board RTC Test Example RTC Check(Y/N)? y Set Default Time at 2004-12-31 FRI 23:59:59 Set Alarm Time at 2005-01-01 00:00:01 ... RTC Alarm Interrupt O.K. ... Current Time is 2005-01-01 SAT 00:00:01
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:6.7kb
    • 提供者:zhang
  1. hh-at91rm9200-2.6(1)

    0下载:
  2. 笔者使用的是华恒公司提供的基于at91rm9200的开发板,公司提供的开发环境使用Linux内核是2.4, 交叉编译环境也比较老,由于笔者用到的驱动对2.4内核支持不好(尤其在arm上)。笔者决定自己移植2.6内核到该款开发板上,目前工作已经基本完成。 本文第一部分介绍了交叉编译环境的建立,基本内核的移植过程。其中对部分Linux源代码的修改方法虽然是适用于华恒的板,不过对其他平台也有借鉴价值。-author used the huaheng company based at91rm9200 d
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:31.58kb
    • 提供者:shixi
  1. hh-at91rm9200-2.6(2)

    0下载:
  2. 笔者使用的是华恒公司提供的基于at91rm9200的开发板,公司提供的开发环境使用Linux内核是2.4, 交叉编译环境也比较老,由于笔者用到的驱动对2.4内核支持不好(尤其在arm上)。笔者决定自己移植2.6内核到该款开发板上,目前工作已经基本完成。本部分主要介绍了jffs2文件系统的建立过程。-author used the huaheng company based at91rm9200 development boards, provide development environment
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:75.83kb
    • 提供者:shixi
  1. hh-at91rm9200-2.6(3)

    0下载:
  2. 笔者使用的是华恒公司提供的基于at91rm9200的开发板,公司提供的开发环境使用Linux内核是2.4, 交叉编译环境也比较老,由于笔者用到的驱动对2.4内核支持不好(尤其在arm上)。笔者决定自己移植2.6内核到该款开发板上,目前工作已经基本完成。 本部分介绍了几个驱动程序的移植过程,特别是显卡部分。-author used the huaheng company based at91rm9200 development boards, provide development environ
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:17.59kb
    • 提供者:shixi
  1. root_china

    0下载:
  2. 嵌入式ARM-LINUX根文件系统原为.tar,forS3C2410,经过编译,亦可在windows环境下解压缩-ARM Embedded-Linux root file system originally. Tar, forS3C2410. After compiling, or at windows environment decompress
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1.71mb
    • 提供者:陈好
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com