📄 ucos_ii.lst
字号:
C51 COMPILER V7.50 UCOS_II 12/09/2007 18:28:10 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE UCOS_II
OBJECT MODULE PLACED IN UCOS_II.OBJ
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE UCOS_II.C LARGE BROWSE DEBUG OBJECTEXTEND
line level source
1 /*
2 *********************************************************************************************************
3 * uC/OS-II
4 * The Real-Time Kernel
5 *
6 * (c) Copyright 1992-2007, Jean J. Labrosse, Weston, FL
7 * All Rights Reserved
8 *
9 * File : uCOS_II.C
10 * By : Jean J. Labrosse
11 * Version : V2.85
12 *
13 * LICENSING TERMS:
14 * ---------------
15 * uC/OS-II is provided in source form for FREE evaluation, for educational use or for peaceful research.
-
16 * If you plan on using uC/OS-II in a commercial product you need to contact Micri祄 to properly license
17 * its use in your product. We provide ALL the source code for your convenience and to help you experience
18 * uC/OS-II. The fact that the source is provided does NOT mean that you can use it without paying a
19 * licensing fee.
20 *********************************************************************************************************
21 */
22
23 #define OS_GLOBALS /* Declare GLOBAL variables */
24 #include <ucos_ii.h>
25
26
27 #define OS_MASTER_FILE /* Prevent the following files from including includes.h */
28 #include <os_core.c>
*** WARNING C275 IN LINE 1377 OF OS_CORE.C: expression with possibly no effect
29 #include <os_flag.c>
30 #include <os_mbox.c>
31 #include <os_mem.c>
32 #include <os_mutex.c>
33 #include <os_q.c>
34 #include <os_sem.c>
35 #include <os_task.c>
*** WARNING C182 IN LINE 213 OF OS_TASK.C: pointer to different objects
*** WARNING C182 IN LINE 339 OF OS_TASK.C: pointer to different objects
36 #include <os_time.c>
37 #include <os_tmr.c>
*** WARNING C280 IN LINE 614 OF OS_TMR.C: 'callback_arg': unreferenced local variable
*** WARNING C275 IN LINE 1060 OF OS_TMR.C: expression with possibly no effect
*** WARNING C275 IN LINE 1097 OF OS_TMR.C: expression with possibly no effect
MODULE INFORMATION: STATIC OVERLAYABLE
CODE SIZE = 42221 ----
CONSTANT SIZE = 62 ----
XDATA SIZE = 4043 ----
PDATA SIZE = ---- ----
DATA SIZE = ---- ----
IDATA SIZE = ---- ----
BIT SIZE = ---- ----
END OF MODULE INFORMATION.
C51 COMPILER V7.50 UCOS_II 12/09/2007 18:28:10 PAGE 2
C51 COMPILATION COMPLETE. 6 WARNING(S), 0 ERROR(S)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -