ucosii_demo.txt

来自「含t h r e a d x,u c o s 的b s p」· 文本 代码 · 共 28 行

TXT
28
字号

/***********************************************************************
 * Example purpose
 ***********************************************************************
 This is a demo that demonstrates the use of uCos-II and can be loaded
 and executed through LOLO or a debugger. The demo simply creates a few
 windows on the selected display and does some different things in each
 window. Each window is a seperate uCos-II task.

 ***********************************************************************
 * Using the makefile
 ***********************************************************************
 Prior to building an image, the ABL package, LH7A404 CSP, and SDK7A404
 BSP, must of been prebuilt. If the libraries do not exist yet, a link
 error will occur.

 Copy all the necessary uCos-II files into this directory before
 running the makefile. Copy the ported uCos-II driver files from the
 CSP ./ports areas into this directory.

 Build an executable image by typing:
     make

 ***********************************************************************
 * Toolset issues
 ***********************************************************************
This build works with the IAR, ARM ADS, GHS Multi2000, GNU toolsets.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?