搜索资源列表
uCOS51软件包 (包含源码、硬件原理图PCB图)
- 此源代码为UC/OS-II移植到51单片机的源代码.包括OS_CPU.H,OS_CPU_C.C,OS_CPU_A.S三个主要文件-this source code for the UC / OS-II transplants to 51 SCM source code. Including OS_CPU.H, OS_CPU_C.C, OS_CPU_A.S three key documents
os_cpu
- μCOS-II移植代码的头文件。μCOS-II在LPC210x上的移植代码CPU配置部分,用ADS1.2编译- COS-II transplantation code header files. COS-II in the transplant LPC210x CPU configuration code, compile with ADS1.2
ARM-run-in-uCOS-II
- uCOS在ARM(LPC2220)上的移植代码 共四个文件:IRQ.INC OS_CPU.H Os_cpu_c.c Os_cpu_a.s-for uCOS on ARM (LPC2220), a total of four transplant code documents : IRQ.INC OS_CPU.H Os_cpu_c.c Os_cpu_a.s
AVR_M16_ucos_II
- 1. OS版本为2.76 2. 使用Timer0的比较匹配中断为系统定时,频率为100Hz 3. 三种临界代码保护方式均可以使用,在OS_CPU.h里直接设置即可 如果安装了WinAVR20050214,则直接运行start.bat,输入make all即可开始编译。 如果需要在AVRStudio仿真,运行make extcoff后即可生成调试所需的cof文件。-1. OS Version 2.76 2. Timer0 use of matching interruptio
UCOSII-VC
- 《嵌入式实时操作系统uC/OS-II》这本书已经安排了大量篇幅来专门讲解uC/OS-II的移植:第13章移植uC/OS-II,第14章uC/OS-II在80x86上的移植,第15章uC/OS-II在带有硬件浮点运算单元的80x86上的移植。所以本文只是重点讲解移植到VC下和其他处理器上的不同地方,更详细的介绍读者可以参考《嵌入式实时操作系统uC/OS-II》这本书。和所有其他的移植一样,本文所做的移植也只需要修改uC/OS-II处理器相关代码,一共包括3个文件:OS_CPU.H,OS_CPU_A
the_Simulation_of_ucos(on_ARM)using_Proteus
- 在软件Proteus中仿真ucos(ARM) 1.移植除了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\\下,这样上面的文件能直接编译
sample
- uCOS-II V2.51在爱普森的32位处理器S1C33209上的移植,采用C语言嵌入汇编语言。 与硬件无关的代码放在路径uCOS-II/source下面。和处理器相关的移植代码放在uCOS-II/C33209下面OS_CPU_C.c OS_CPU.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\\下,这样上面的文件能直接编译
UCOS-IIARM
- UCOS-II的移植需要提供2,3个文件分别介绍如下: 一:OS_CPU.H 1 与编译器有关的数据类型 只是按照不同的编译器编写对应的数据类型的typedef 对应于ARM7的数据类型的编写
uCOS-II.rar
- uCOS-II嵌入式操作系统介绍与移植以及OS_CPU.H、 OS_CPU.c、 、OS_CPU_A.S的移植 ,uCOS-II embedded operating system introduction and migration, as well as OS_CPU.H, OS_CPU.c,, OS_CPU_A.S transplant
OS_CPU
- OS : ucos-2 Target : MSP430
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
os_cpu
- μCOS-II在LPC210x上的移植代码CPU配置部分-μCOS-II in the LPC210x code on the CPU Configuration section of transplant
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
os_cpu
- UCOSII在XC164芯片上的移植程序中所要修改的其中一个文件。-In the XC164 chip UCOSII transplant program in which you want to modify a file.
uCOS-II
- uCOS-II 常用的几个源码版本 包括 V252 V276 V286-uCOS-II source code version includes several commonly used V252 V276 V286
OS_CPU
- UC操作系统移植到ARM9中的os_cpu.h的实现-UC operating system to ARM9 implementation of os_cpu.h
OS_CPU
- lpc2478在keil中的系统的微控源码-lpc2478 keil in the system in the micro-controller code
OS_CPU
- 操作系统代码,请各位参考,并请核对修改。-Operating system code, please refer to, and please check to modify.
ucosiilpc2138
- ucosii移植到LPC2138,主要包括OS_CPU.H,OS_CPU_C.C,OS_CPU_A.ASM三个文件的编写,完全实现了任务的切换-the ucosii ported to LPC2138, including the OS_CPU.H, OS_CPU_C.C, OS_CPU_A.ASM three files to write, the full realization of the task switching