代码搜索结果
找到约 4,874 项符合
RTOS 的代码
rtosdemo.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (FreeRTOS_Demo), 0x0004 // Tools: 'ARM-ADS'
Group (Demo_Source)
Group (Libraries)
Group (RTOS_Source)
Group (Documentation)
rtosdemo.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (FreeRTOS_Demo), 0x0004 // Tools: 'ARM-ADS'
Group (Demo_Source)
Group (Libraries)
Group (RTOS_Source)
Group (Documentation)
ext4.c
#include "config.h"
#include "display.h"
void main(void)
{
PC_DispClrScr(DISP_FGND_WHITE + DISP_BGND_BLACK);
PC_DispStr(15, 0, "Small RTOS(51), the Real-Time
ext3.c
#include "config.h"
#include "display.h"
void main(void)
{
PC_DispClrScr(DISP_FGND_WHITE + DISP_BGND_BLACK);
PC_DispStr(15, 0, "Small RTOS(51), the Real-Time
ext2.c
#include "config.h"
#include "display.h"
void main(void)
{
PC_DispClrScr(DISP_FGND_WHITE + DISP_BGND_BLACK);
PC_DispStr(15, 0, "Small RTOS(51), the Real-Time
ringbuffer.h
/*
* ringbuffer
*
*/
#ifndef __RINGBUFFER_H__
#define __RINGBUFFER_H__
#include
#include "type.h"
#include "rtos.h"
#define MAX_PID_FILTER 3
struct ringbuffer_s
{
u8
task_que.c
#include "RTOS\NUCLEUS\TASK\TASK_NUC.H"
#include "PUB\PUB_INCL.H"
#include "PUB\PUB__MSG.H"
#include "PUB\MODULERS.H"
BOOL NucleusSendLetterToMailbox( STRUCT MSG_STRUCT *msg );
UI GetLetterFr
task_app.c
#include "RTOS\NUCLEUS\TASK\TASK_NUC.H"
#include "PUB\PUB_INCL.H"
#include "PUB\MODULERS.H"
#include "PUB\PUB__MSG.H"
/*Extern functions*/
extern BOOL InitSystemProc( VOID );
extern VOID Start
timer3.c
#ifndef _TIMER3_C_
#define _TIMER3_C_
#include "c8051f000.h"
#include "timer3.h"
#include "system.h"
#include "typedef.h"
#include "rtos.h"
//---------------------------------------------
makefile
# Demo for GCC/HCS12 port of FreeRTOS
# Author Jefferson Smith
#
SRCDIR=../..
RTOS_BASEDIR=$(SRCDIR)/Source
# what board to compile for
TARGET_BOARD ?= dragon12-rom
CPU=m68hcs12
DEVC_PRE