搜索资源列表
uCOS-IIfor8051
- uCOS-II的移植代码 for 8051,移植的详细细节在程序中的注释部分已经非常详尽了,这里就不多说了-for uCOS-II code for transplantation 8051, transplantation further details of the proceedings of the Notes have a very detailed, I am not going to talk a lot
ucOS_II-ON-STC89C516RDP
- 网上有很多关于ucos移植到c51的资料,但基本都没有调试文档,让很多有心去了解ucos的人走不少弯路,现在附上本人在STC89C516RD+成功运行的版本,其实主要的移植部分都没有改动,主要是说说自己的心得,另附上ucos源代码注释文档以及keil C51的详细设置文档-There are many online about the ucos transplantation information to c51, but basically no debugging document, so
例4-1 UCOSIII移植
- (1)、应用程序。 (2)、半导体厂商提供的库函数。 (3)、板级支持包,底层驱动。 (4)、UCOSIII源码,与CPU无关。 (5)、这部分在移植UCOSIII的时候要根据所使用的CPU架构来编写。 (6)、讲与CPU相关功能代码封装起来。 (7)、UCOSIII官方提供的一系列通用函数的源文件,一部分函数用于替代stdlib库中的函数。 (8)、配置文件。((1) applications. (2) the library function provided by the