搜索资源列表
uCOSIIinLPC210X
- 关于 uC/OS-II 在 LPC210X 上移植的说明 1. 全部代码在 ADS1.2 中编译调试. 2. 您可以更改 RO BASE 为 0x0000 0000, 这样可以将代码写入 flash 中运行. 5. 全部代码采用 ARM 指令. 6. uC/OS-II 版本为 V2.52. 7. 当您暂停程序的时候, 如果定时器开着, 那么定时器并不会暂停,需要注意 8. Vectors.S 文件中的 startup 段为程序入口. 9. 编译时下面的警告不必理会.
S1C33
- ucosii 移植到s1c33平台的3个关键文件 其中os_cpu_a.s 是 os_cpu_a.c 汇编优化 用一个就可以了-ucosii s1c33 platform transplanted to the three key documents which are os_cpu_a.s os_cpu_a.c optimization with a compilation, on the
RTOSICCAVR
- UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This
scr
- ARM7在uC/OS-II下的测试代码 含: define.s main.c Display.c LED.c os_dbg.c Uart.c includes.h ML674000.h os_cfg.h
本移植也是从网上Download的
- 1. 本移植也是从网上Download的,稍微做了一下整理. 移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外 对中断专门用了一个函数OS_int_A.s 按其中的规则 写中断函数即可 2。应用实例为\\ArmUCOS\\App\\test1\\test.mcp,在周立功2104的扳子上 的ram中就可直接运行(code+data<16K), 注意使用了.a库文件 (我习惯这么用) 3. 将所有的文件放到D:\\ArmUCOS\\下,这样上面的文件能直接编译
DriveM
- 在μC/OS-II下,设计了一个通用的设备管理模型,称为通用驱动框架,通过该驱动框架,可以实现对硬件设备的统一、一致的管理,同时,也为上层应用程序提供了统一、一致的设备访问接口,并在以ARM7TDMI-S为核心的LPC2114微控制器开发板上给出了一例实现。
μCos-Ⅱ在TMS320VC5402上的移植及其堆栈的改进
- 介绍了L C ö O S 2Ê 在TM S320VC5402 上的移植以及在移植过程中的一些注意事项, 给出一些关键的实现代码,并在移植的基础上给出了改进堆栈设计以减少对内存需求的方法。-introduced ouml C L O S 2Ecirc TM HPI in the transplant process and the transplantation of some note, is the realization of some of the key code, a
myuCOS251_C51
- pc.c是移植于μCOS-II的PC服务代码,移植到51的方法和过程-pc.c is transplanted μCOS-II' s PC service code, ported to the methods and processes 51
TCPIP_Nichelite.for.LPC
- lpc23XX实现TCPIP协议栈,InterNiche的TCP/IP协议套件具有代码小、高移植性和兼容性,包含ANSI C代码、一个Socket API和全部技术文档。InterNiche的IP层软件可以构造成一个标准的客户机、一个IP路由器或一个多主机服务器。InterNiche的TCP/IP协议套件支持以下协议和服务:-lpc23XX achieve TCPIP protocol stack, InterNiche' s TCP/IP protocol suite has the c
UCOS-API
- ucos常用基础系统API函数查询文件,深受大家喜爱的chm格式,方便好用。-uCOS based systems commonly used API function query documents, by everyone s favorite chm format, easy-to-use.
ucos_exam3
- UCOS的源码,它的硬件基础是80186,只要你的电脑只要是INTEL的CPU,就可以在你的电脑上面正常运行,你也可以把它移植到你的MCU,所以这个源码是研究UCOS的最佳选择。-UCOS the source, and its hardware is based on 80,186, as long as your computer as long as it is INTEL' s CPU, on your computer in the normal operation of the
Exp5canbusexam
- 这是三星公司arm9 2410编写的can总线驱动程序,采用codewarrior编写-This is Samsung' s prepared arm9 2410 bus driver can use to prepare codewarrior
LPC2148_USB_uCOS
- 本软件包含有嵌入式操作系统uC/OS-II下,ARM7内核芯片LPC2148 USB的固件驱动程序。此代码用C语言在ADS1.2集成开发环境中开发并调通,可在实际工程中使用。USB外围电路、PC界面接口代码和使Windows98/2000/XP识别USB的驱动文件以及重要接口函数说明也在压缩包中。-This package mainly contains the USB firmware codes of the LPC2148 under the uC/)S-II operating syst
uC-LIB
- Designed with Micrium s renowned quality, scalability and reliability, the purpose of μC/LIB is to provide a clean, organized ANSI C implementation of the most common standard library functions, macros, and constants.
Ix86L
- 这个事ucos在Intel 80x86系列处理器上的移植代码部分,包括os_cpu.c os_cpu.h os_cpu_a.s-Ucos this matter in the Intel 80x86 family of processors code of transplantation, including os_cpu.c os_cpu.h os_cpu_a.s
ucTCP-IP_V1_92
- Micriμm Empowering Embedded Systems μC/TCP-IP V1.92 User’s Manual
device.c
- 基于LPC2300的基础驱动,是学习ARM的入门和学习的人员的不可缺少的资料。包含的代码是周立功的开发板的代码。有详细的注释。-Based on LPC2300 based driver, is to learn ARM' s entry and learning essential personnel information. Contains code is ZLG development board code. Detailed comments.
uCOS-II_LPC2000
- ucos移植到LPC2100系列的代码,包括标准版ARM移植代码和高效版ARM移植代码。文件有:OS_CPU.H Os_cpu_a.s Os_cpu_c.c IRQ.inc-ucos transplanted to LPC2100 series of code, including Standard Edition, version of ARM porting code and efficient portable code for ARM. Documents: OS_CPU.H Os_cp
uCOSV261
- uCOSV261 原程序。uCOS II简介 u C / O S 是一种免费公开源代码、结构小巧、具有可剥夺实时内核的实时操作系统。-uCOSV261 the original program. uCOS II Introduction u C/OS is a free open source, structure compact, with real-time kernel can be deprived of real-time operating system.
ucos_FS
- 与uCOS II配套的文件系统。uCOS II简介 u C / O S 是一种免费公开源代码、结构小巧、具有可剥夺实时内核的实时操作系统。-And uCOS II supporting file system. uCOS II Introduction u C/OS is a free open source, structure compact, with real-time kernel can be deprived of real-time operating system.