搜索资源列表
ARM_00_OS
- 看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统 最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。 支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。 任务可处于ARM模式或THUMB模式,在创建任务时,要指定任务所处于的模式。 从这里下载整个文件包:http
ADuC7026_I2C_downloader
- ADuC7026_I2C_downloader是ADuC7026 ARM 单片机的I2C接口的烧写程序,通过并口模拟I2C主机,将HEX文件烧入到MCU中.开始并未打算发出来的,因此没写注释 如果需要解压密码,请用 computer00 参考信息: http://computer00.21ic.org/user1/2198/archives/2007/34293.html-ADuC7026_I2C_downloader single ARM is ADuC7026 Mac
httpd
- 在ARM开发平台实现一个简单WEB服务器的HTTP测试程序
09_httpd
- 博创arm 3000开发板实验,http。适合搞嵌入式的同学入门。
ARM_embedweb-1.1.tar
- 用ARM实现的TCP/IP协议栈,包括HTTP,DPCH等功能
LPCUSBBoot
- NXP(原飞利浦)的LPC214X系列ARM上的USB在系统升级的源代码,极力推荐!!开发者主页: http://www.simonqian.com/en/LPCUSBBoot/
Web_Server_10M_LPC2368A
- ARM MCU LPC2368下的http server程序。
Web_based.rar
- Web based binary image upload for ARM LPC2366 controller. Toolchain is Keil Realview MDK ARM ver 3.2 with RL ARM Real time Lib 3.40. RAR file contains webiap2.cgi file and HTTP_cgi file. HTTP_cgi file is modified in cgi_process_data to upload binary
MinGUI
- ARM嵌入式GUI开发包,包括文档、演示程序、PC模拟器,代码库。可以在PC的Visul C环境下开发调试界面,之后无缝移入嵌入式环境, 源码基于纯C代码,CPU及内存占用率低,可用于ARM7等主频不是很高的系统。http://www.cmsoft.cn/project/mingui/-ARM Embedded GUI development kit, including documentation, demos, PC emulator, code libraries. In the PC V
VHDL语言实现的arm内核
- 5个ram核,arm6_verilog,arm7_verilog_1,arm7_VHDL,Core_arm_VHDL,nnARM01_11_1_3 arm6_verilog.rar 一个最简单的arm内核,verilog写的,有点乱 arm7_verilog_1.rar J. Shin用verilog写的arm7核心,结构良好,简明易懂 nnARM01_11_1_3.zip.zip nnARM开源项目,国防科技大学牛人ShengYu Shen写的,原来放在opencores上,
xdnw-0.3.tar.gz
- 配合友善之臂super_vivi的USB下载功能,实现在Linux系统下图形化USB下载烧写工具。 详见:http://www.arm9home.com/bbs/read.php?tid-2127.html,GUI dnw for Linux
mcb2300_http_demo.zip
- lpc2368 http demo for Keil RVW compiler with RL lib,lpc2368 http demo for Keil RVW compiler with RL lib
LM3SLib_BasicExam
- 本章将讲解几个最基本的St e ll a ri s 系列 ARM例程,作为初学者的入门范例。 由单片机教程网:http://www.ipbb.cn,望对需要的朋友有帮助吧!-This chapter will explain a few basic St e ll a ri s family of ARM routines, as beginners introductory examples. By the microcontroller tutorial network: http://ww
ARMSYS44B0-P_sour_manual
- 这是ARMSYS44B0-P专业开发板的源代码,包括ARMSYS44B0-P板的开发说明。关于本开发板的其它说明详见http://www.hzlitai.com.cn/product/ARM-development-board/ARM44B0/ARMSYS44B0-P.html-This is ARMSYS44B0-P professional development board of the source code, including ARMSYS44B0-P board to develo
miniweb.tar
- ARM LINUX 嵌入式WEB的实例 ,直接MAKE,运行./mini_ws 8000(端口号) 同一网段内一台PC在浏览器中输入http://(ip 地址):8-ARM LINUX Embedded WEB instances, direct MAKE, run./Mini_ws 8000 (port number) the same network segment a single PC in a browser, type http:// (ip address): 8000
arm_mmu
- arm mmu 工作原理,详细请看http://www.embedstudy.com/html/39/n-439.html-arm mmu works in detail see http://www.embedstudy.com/html/39/n-439.html
uCOS51
- 文档内容包括:uCOS51高效内核、OS人机界面SHELL的编写、51机开发板的硬件设计、RTL8019AS网卡驱动程序、51TCP/IP协议栈设计、应用协议FTP、PPP、HTTP、SMTP、SNMP……在51上的实现技术、51OS任务划分和应用程序实例、由51软件系统向ARM的移植以及其他想到的题目。-Documents include: uCOS51 efficient kernel, OS preparation of man-machine interface SHELL, 51 ma
S3C2440_Chapter7_EN
- Document is the chapter7 of the missing chapters of the tutorial for Friendly ARM Mini2440 development board published at site http://www.thaieasyelec.com/Free-Service-from-ThaiEasyElec/ARM9-mini2440--micro2440-FriendlyARM-Tutorial.html
LPC4357-EVB_SCH
- LPC4357开发板原理图(http://arm.embedinfo.com)- LPC4357 SCH-LPC4357 development board schematics LPC4357 SCH ttp://arm.embedinfo.com
mini-server-http
- MiniWeb is an embeddable, cross-platform, small-footprint HTTP server implementation, implementing basic GET and POST requests as well as request handling dynamic content generating. It works on x86 (Windows/Linux), ARM, MIPS and any posix platforms,