Description: uC/OS-II source code analysis (general idea of a) First, start from the main function, the following is uC/OS-II main function of the general process: main () {OSInit () TaskCreate (...) OSStart () The first is to call OSInit} initialized, and then use TaskCreate create several processes/Task, the last call OSStart, the operating system starts running.
To Search:
File list (Check if you may need any files):
uCOS-II源码详解.docx