搜索资源列表
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
uCOS-II
- uCOS-II的一些C语言编程实例,主要是针对嵌入式开发的,希望对你有所启发。-uCOS-II some of the C language programming examples, mainly for embedded development, and hope to inspire you.
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
9s12g48
- 飞思卡尔mc9s12g48/g64/g128 ucos-ii2.91代码移植实例 OS_CPU.H配置简单 OS_CPU_A.ASM尽量简化将两个关键函数放在OS_CPU_C.C中实现-Freescale mc9s12g48/g64/g128 ucos-ii2.91 code examples OS_CPU.H transplant simple OS_CPU_A.ASM try to simplify the configuration of the two key functions
OS_CPU_A
- 51单片机移植中的asm文件,经典移植文件。-51 single transplantation asm files, classic portable document.