搜索资源列表
UP-NetARM3000-uCLinux__(1)
- 本次实验使用 Redhat linux 9.0 操作系统环境安装 uCLinux 的开发库及编译器。新建一 个目录,编写 hello.c 和 makefile 文件。学习在 linux 下的编程和编译过程,以及 ARM 开发板的使用和开发环境的设置。下载已经编译好的文件到嵌入式控制器中运行。-the experimental use Redhat Linux 9.0 operating system environment of the installation uCLinux develo
camera-v4l
- linux和arm下usb摄像头图像的获取,领用s3c2440芯片和video for linux 编程,c语言编程-linux and arm under the usb camera image acquisition, the recipients S3C2440 chip and video for linux programming, c language programming
arm-paper-2
- arm开发书籍,包括:ARM嵌入式系统C语言编程 ep7312芯片原理及应用 μCOS-Ⅱ在EP7312上的移植-development arm of books, including : ARM Embedded Systems Programming Language C ep7312 chip Theory and Application COS-II in EP7312
uCLinux
- 基于arm的一些uclinux试验编程,主要是c与汇编的程序-this is the code of the experiment abou arm,should be used to develop the uclinux
serial-2410.c
- 一、实验目的 1.掌握ARM的串行口工作原理。 2.学习编程实现ARM的UART通讯。 3.掌握CPU利用串口通讯的方法。 二、实验现象 -One purpose of the experiment 1. ARM' s serial port control works. 2. Learning programming ARM' s UART communication. 3. Master CPU use serial communication method
C
- 是在ARM中的c编程语言 有利于嵌入式编程的学习-In the ARM in the c programming language is conducive to the learning embedded programming
LinuxC
- ARM嵌入式系统C语言编程,本文详细介绍了嵌入式平台上用 C 语言编写系统软件和应用软件的方法- the article introduces the embedded platform written in C system software and application software method
Embedded_Programming_Code
- 这是《嵌入式系统编程-使用C和GNU开发工具》的随书源码。该书由O Reilly出版,代码主要基于ARM平台实现了了简单嵌入式程序编写、编译链接和定位、下载和调试、内存使用、外围设备控制、中断服务、串行端口使用、任务调度和消息传递等操作系统功能,并有嵌入式Linux实例,是学习嵌入式编程入门的好书。-This is the " Embedded Systems Programming- Using C and GNU Development Tools" with the bo
Linux-ARM
- 杨水清 张剑 施云飞 编著的ARM嵌入式Linux系统开发技术详解书中源代码 并附有Linux下C编程的电子书 方便读者学习ARM基础知识-Edited by Zhang Jian Shi Yunfei Yang observant ARM Embedded Linux system development technology Detailed source code along with the book under Linux C programming e-books allow rea
qrsc
- 嵌入式 C_C++语言精华文章集锦 struct深层探索、extern“C”含义探索、void及void指针深层探索、可变参数表深层探索、基于ARM的嵌入式Linux移植真实体验、Linux设备驱动编程。C语言高效编程的几招-Embedded C_C++ language to explore the deep essence of the article highlights struct, extern " C" to explore the meaning of, v
ARM-c-program
- ARM开发的c语言编程好书,嵌入式开发好书-The ARM development c language programming books, embedded development book.
ARM_program
- ARM linux 的C,汇编,编程详解,介绍软件混合编程的步骤-ARM program
project
- arm 的简单操作系统的编程,具有相册,音乐播放器,视频播放器,密码登陆等功能(Arm's simple operating system programming, with albums, music players, video players, password landing and other functions)
周立功magic2410实验箱基础程序2
- 周立功的实验教程应该是做的最为详细,是arm学习入门的一个简单的快捷工具,本程序包含C语言与汇编语言的联合编程,GPIO控制实验以及外中断实验!