代码搜索结果
找到约 4,874 项符合
RTOS 的代码
config.h
/*********************************************************************************************************
** Small RTOS(51)
** Th
cnew.dep
0
Debug
$PROJ_DIR$\Debug\Exe\Cnew.d90
host.dep
0
Debug
$PROJ_DIR$\Debug\Exe\Host.dbg
73.htm
CTerm非常精华下载
mailbox.h
/****************************************************************************/
/* TEXAS INSTRUMENTS PROPRIETARY INFORMATION */
/*
ex1.plg
礦ision3 Build Log
Project:
E:\cmj\small_rtos\test\EX1\Ex1.uv2
Project File Date: 07/29/2004
Output:
ex2.plg
礦ision3 Build Log
Project:
E:\cmj\small_rtos\test\SerialOut\serialout.uv2
Project File Date: 08/03/2004
Output:
ex2.plg
礦ision3 Build Log
Project:
E:\cmj\small_rtos\test\EX2\Ex2.uv2
Project File Date: 07/29/2004
Output:
ibldummy.s
#define RTOS_START 0x00060000
.globl _start
_start:
ldr pc, L$_RTOS_START
L$_RTOS_START:
.long RTOS_START
#if 0
/* There seems to be an extra 16 bytes at the end */
.space (RTOS_START - (. - _
readme.txt
12Mhz标准51的400KHz IIC总线主器件模拟方式驱动程序。
本驱动程序即可以在没有Small <mark>RTOS</mark>的情况下使用。此时,要使用本驱动程序只需要配置IIC总线使用的IO口。在驱动程序的主文件iic_master.c仅包含一个文件config.h。用户需要的是在这个文件中设置IIC总线使用的IO口SDA和SCL。如果用户单独使用iic_master.c,还要在config ...