CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - arm c

搜索资源列表

  1. uart.c

    0下载:
  2. linux 串口应用程序,实现ARM串口数据的传输
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:yy
  1. LMS c语言编写的ARM

    0下载:
  2. c语言编写的ARM
  3. 所属分类:Linux/Unix编程

    • 发布日期:2011-05-08
    • 文件大小:134.51kb
    • 提供者:wozainanyou
  1. 05

    0下载:
  2. 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:19.19kb
    • 提供者:qwt
  1. mini2440_buttons

    0下载:
  2. mini2440_buttons.c 友善之臂mini2440 按键驱动程序 mini2440_buttons.c-mini2440_buttons.c kind of arm mini2440 key driver mini2440_buttons.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1.59kb
    • 提供者:张三
  1. s3c2410-linux-2.6.11.1-apm-08.11.02

    0下载:
  2. 将s3c2410-linux-2.6.11.1-apm-08.11.02.patch复制到内核根目录。 执行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch即可! 在2.6.11.1内核中,创建字符设备的代码是:linux/arch/arm/kernel/amp.c。在根文件系统创建设备节点是dev/misc/apm_bios。-Will s3c2410-linux-2.6.11.1-apm-08.11.02.patch c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:8.35kb
    • 提供者:Ivan
  1. camsnap

    0下载:
  2. 程序是根据vidcat改的,只能抓PPM的图. makefile的内容如下,请注意打小写: cc=gcc #cflags=-i/firendly-arm/kernel/include -i/usr/local/arm/2.95.3/arm-linux/include -wall -dhave_libjpeg #-dvideo_dev=\"/dev/v4l/video0\" -dversion=\"0.7.2\" cflags=-wall -dvideo_dev=\"/de
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2.65kb
    • 提供者:yinlingpeng
  1. s3c2410_ts

    0下载:
  2. 基于S3C2440的四线电阻式触摸屏驱动程序,linux2.6.22内核。把touchscreen.c放在driver/input/touchscreen/下。修改arch/arm/mach-s3c2440/mach-smdk2440.c以及相应的Makefile加上驱动即可-S3C2440 based on the four-wire resistive touch screen driver, linux2.6.22 core. Touchscreen.c on the driver/inp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:3.73kb
    • 提供者:nhonz
  1. vivi-0.1.4

    0下载:
  2. vivi源码,arm bootloader源码,采用汇编和c语言编写。-good program.welcome to download
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:288.62kb
    • 提供者:keeo
  1. mac_drv-c

    0下载:
  2. 芯片为 arm s3c2410,嵌入式linux系统,内核版本为2.4.18.读写指定nandflash 地址 内容驱动程序。用于保存网络芯片的mac地址。内核在启动时调用该地址内容作为mac地址。 -read/write nandflash data driver.save mac address.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.3kb
    • 提供者:bai
  1. usb_net

    0下载:
  2. linux2.6.11.1 USB有线网卡rtl8150移植到arm平台源码及详细说明和步骤。试验过可以上网 !-rtl8150 card linux2.6.11.1 USB cable arm transplant source and detailed descr iption of the platform and steps. Can be tested online!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:163.21kb
    • 提供者:Ivan
  1. arm_linux_C_program

    0下载:
  2. arm-linux嵌入式下C语言编程详细教程-under the arm-linux embedded C language programming course in detail
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4.52mb
    • 提供者:钟冰
  1. polarssl-0.11.1-gpl

    0下载:
  2. 最小巧的SSL代码库,便于移植和集成。也可以作为加解密库来使用。-PolarSSL is a light-weight open source cryptographic and SSL library written in C. PolarSSL is written with embedded systems in mind and has been ported on a number of architectures, including ARM, PowerPC, MIPS and M
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:291.46kb
    • 提供者:zheng
  1. SimpleChar

    0下载:
  2. 有关字符设备驱动一个例子: app-mem.c:应用程序 memdev.c:字符设备驱动 makefile:用于2.6内核编译 makefile_2.4:用于2.4内核编译 Makefile-arm:用于arm内核编译-An example of the character device driver: app-mem.c: application memdev.c: character device driver makefile: for the 2.6 kernel c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:74.93kb
    • 提供者:kadin
  1. MCU_1383

    0下载:
  2. 基于ARM的AAC解码,有C语言实现在ARM-linux下的AAC音频编码优化-ARM-based AAC decoding, C language under the ARM-linux AAC audio coding optimization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:296.27kb
    • 提供者:高德阳
  1. G.729ab(C)

    0下载:
  2. g729a和g729b的源码,是非常好的语音压缩算法,可以移植到各种平台上,例如DSP,ARM-these are source codes of g729a and g729b,very good voice compression algorithm,can be transplanted to kinds of platform,such dsp,arm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:291.96kb
    • 提供者:小六
  1. Hello-C

    0下载:
  2. 用于做ARM-LINUX系统的测试驱动程序,这是开机表示欢迎的显示。-ARM-LINUX system for doing the test driver, which is turned on, the welcome display.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:2.68kb
    • 提供者:xiaopang
  1. klibc-clibrary

    0下载:
  2. 嵌入式系统的C库,对开发嵌入式系统非常有用,特别是arm-C library for embedded systems, on the development of embedded systems is very useful, especially arm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:476.4kb
    • 提供者:hkrred
  1. gprs

    0下载:
  2. arm linux gprs.c modem 串口读写程序-arm linux gprs.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.13kb
    • 提供者:linanbing
  1. fft-arm

    0下载:
  2. 基于ARM处理器的基4和基5的FFT算法标准C程序,作者是JDB。-Base on ARM processor about Radix 4/5 FFT routines supporting 16/64/256 and 20/80 calculations. The source originally contributed by JDB
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:231.54kb
    • 提供者:denny
  1. probes-arm

    0下载:
  2. Some code moved here arch arm kernel kprobes-arm.c. -Some code moved here arch arm kernel kprobes-arm.c.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.35kb
    • 提供者:hodpde
« 12 3 4 5 6 »
搜珍网 www.dssz.com