Description: uC/OS-II porting
Transplantation uC/OS on the target processor has certain requirements, this can refer to <<uc/OS-II源码公开的实时嵌入式操作系统>> Chapter 8 of the book content.
The embedded system is divided into two layers: the hardware layer and software layer. Here the main structure of the software layer.
To Search:
File list (Check if you may need any files):
Source\includes.h
......\OS_CFG.H
......\OS_CORE.C
......\os_corex.c
......\OS_CPU.H
......\OS_CPU_C.C
......\OS_FLAG.C
......\OS_MBOX.C
......\OS_MEM.C
......\OS_MUTEX.C
......\OS_Q.C
......\OS_SEM.C
......\OS_TASK.C
......\OS_TIME.C
......\readme.txt
......\register.h
......\UCOS_II.C
......\UCOS_II.H
......\ucos_iia.c
......\ucos_iib.c
......\ucos_iic.c
......\ucos_iid.c
......\ucos_iix.h
Source