代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/257775/11912689
lk os-task-switch.lk
os_cpu_a.o test1.o os-task-switch.o test_funcs.o os_cpu_c.o
www.eeworm.com/read/257775/11912693
_h os-task-switch._h
//定义全局变量和marcos
#ifdef OS_GLOBALS
#define OS_EXT
#else
#define OS_EXT extern
#endif
#ifndef FALSE
#define FALSE 0
#endif
#ifndef TRUE
#define TRUE
www.eeworm.com/read/257775/11912697
prj os-task-switch.prj
[Compiler Options]
Edit1=C:\icc\include\
Edit2=C:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=512
ComboBox2=9
RadioGroup1=0
Edi
www.eeworm.com/read/257775/11912698
src os-task-switch.src
[Files]
os_cpu_a.s
test1.c
os-task-switch.c
test_funcs.c
[Headers]
os-task-switch.h
includes.h
os_cpu.h
os_cfg.h
os_cpu_c.c
[Documents]
www.eeworm.com/read/257775/11912703
mak os-task-switch.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -l -g -Wa-W -O
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -m -g -dram_end:0x25f -bdata:0x60.0x25f -Wl-W -bfunc_lit:0x1a.0x2000 -dhwstk_size:16 -
www.eeworm.com/read/257775/11912705
c os-task-switch.c
//os主要代码
#define OS_GLOBALS /* Declare GLOBAL variables */
#include "includes.h"
#define OS_MASTER_FILE /* Prevent t
www.eeworm.com/read/257775/11912707
mp os-task-switch.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/257775/11912715
s os-task-switch.s
.module os-task-switch.c
.area text(rom, con, rel)
.dbfile G:\编程2002-10-15-HOME\做过的项目\2002-10-22\home-c\software\ucos-ii-at90S-icc-avr\os-task-switch\os-task-switch.c
.dbfunc e OSInit _OSInit f
www.eeworm.com/read/257775/11912728
lst os-task-switch.lst
__start:
__text_start:
0010 E5CF LDI R28,0x5F
0011 E0D2 LDI R29,2
0012 BFCD OUT P3D,R28
0013 BFDE OUT P3E,R29
0014 51C0 SUBI R28,0x10
0015 40D0
www.eeworm.com/read/257775/11912731
_c os-task-switch._c
//os主要代码
#define OS_GLOBALS /* Declare GLOBAL variables */
#include "includes.h"
#define OS_MASTER_FILE /* Prevent t