代码搜索结果
找到约 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 (uIP_Source)
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
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
task_ini.c
#include "RTOS\NUCLEUS\TASK\TASK_NUC.H"
#include "PUB\PUB_INCL.H"
#include "PUB\PUB__MSG.H"
NU_MEMORY_POOL System_Memory;
/* Define prototypes for function references. */
extern VOID Peri
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
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 (uIP_Source)
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
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
readme
The OMU Kernel was written to provide a cut-down Unix-like O/S for a
home-made 6809-based home computer built by me, Steven Hosgood, in the
early 1980s. This package contains the RTOS version of omu68
faq.txt
问:
chenmingji,您好!
有个苯苯的问题想请教一下:
如果我在您编写的SMALL <mark>RTOS</mark>上编写tcp/ip 协议栈(含http)是否可行?
如果可行,该方案和不采用<mark>RTOS</mark>的方案,其效率和费用方面有什么差别?
我是搞CS的,以前没有搞过单片机,脑袋里面是糊涂的,您的一言将对我将是极大的启示!
thank you!!
答:
SMALL ...