📄 sdk7a404_os_viewc.txt
字号:
The following files are ported to work with the SDK7A404 port of the
ucos-II and uCos/uView.
sdk7a404_os_viewc.h
sdk7a404_os_viewc.c
***********************************************************************
* Notes
***********************************************************************
This port has been tested with the ARM ADS, Green Hills Multi2000, and
GNU toolsets.
This driver has a dependency on several others files in the LH7A404 CSP
and the SDK7A404 BSP. The uCos/uView driver uses a dedicated UART port
and a dedicated timer. Make sure the allocated resources for uView do
not conflict with resources used in your application (resources can be
configured in the c file).
***********************************************************************
* Driver use instructions
***********************************************************************
To use this port, the uView Windows client and embedded driver need to
be obtained from Micrium (www.micrium.com). The following steps need to
be performed to make this driver work:
uCos-II version 2.61 or higher must be used
In the os_cpu_c.c file, a call to OSView_TaskCreateHook(ptcb) needs
to be added to the OSTaskCreateHook() function.
In the os_cpu_c.c file, a call to OSView_TaskSwHook() needs to be
added to the OSTaskSwHook() function.
In the os_cfg.h file, the following defines must be used:
OS_TASK_CREATE_EXT_EN must be 1
OS_TASK_STAT_EN must be 1
OS_TASK_STAT_STK_CHK_EN must be 1
OS_TASK_NAME_SIZE must be 16 or greater
OS_TASK_PROFILE_EN must be 1
All tasks must be created with OSTaskCreateExt().
OSView_Init() must be called after OSStatInit().
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -