搜索资源列表
16ucosii
- 在ATmega16芯片上移植的ucosii系统应用,使用ICCAVR编译器。由于ATmega16芯片仅仅有16k的rom和1k的ram,因此这个移植范例中仅使用了系统延时函数来点亮led。-the ATmega16 chip transplant ucosii applications, use ICCAVR compiler. As ATmega16 mere 16k chip rom the 1k and the ram, Therefore, the transplant use only
TC 2.0库函数
- 嵌入式系统软件设计中用到的C函数库,包含说明文档,按照字母查询。-embedded system design software used in the C library, including documentation, in accordance with the letters inquiries.
xltExlt2
- 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Selec
yaffs_ucos
- 把将yaffs 移植到 ucos 系统, 为此lwip 中剥离出内存管理函数mem.c 以弥补ucos内存管理函数的不足。-will put yaffs CENTER transplant system, this lwip were removed from the memory management functions mem.c to cover CENTER memory management function deficiencies.
ucos_API
- 使用嵌入式系统的绘图 API 函数。首先,在屏幕上绘制一个圆角矩形和一个整圆。然后,再在屏幕上无闪烁的绘制一个移动的正弦波。-use of Embedded System mapping API function. First, the screen drawing a rectangle and a fillet entire round. And then on the screen without drawing a flicker of movement of sine wave.
uCOS-II
- 一本关于uc/os ii很不错的中文电子书,主要介绍了,大部分系统的函数和系统移植的方法。
文件管理实验程序
- 文件管理实验程序 把一个文件模拟为磁盘,然后在该磁盘上建立文件系统, 并提供基本的文件访问函数 作者:吕泽忠 最后修改时间:2005-4-13-document management experimental procedure, a simulation of the disk file, which is built on disk file system and provides basic file access functions Author : Lu:zezhong last mo
SmallRTOS for C51
- 嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴uc
Stm32_ucos_2-1
- 在IAR环境中编写程序实现以下功能: 1、在第一组数码管上显示任务的运行次数; 2、调用钩子函数OSTimeTickHook()在第二组数码管上显示系统在没发生500次时钟中断期间,调度器进行任务调度的次数。-Write a program in the IAR environment to achieve the following functions: 1, in the first group of digital number displayed on the task of r
ucos-file
- ucos下yaffs文件系统的接口函数移植实验,可以帮助初学者学习嵌入式文件系统-the ucos under yaffs file system interface functions transplant experiment, can help a beginner learn the embedded file system
UCOS-API
- ucos常用基础系统API函数查询文件,深受大家喜爱的chm格式,方便好用。-uCOS based systems commonly used API function query documents, by everyone s favorite chm format, easy-to-use.
LPC2378Ucos2
- 开发环境是在MDK 下LPC2378下的UCOS串口编程,和以前那个相比,改动了启动代码,去掉了系统里面的一个报警提示,并且使用了信号量、邮箱等,初学者使用!还没有使用队列,而且要经过改动才能支持串口的多个数据接收目前一次最多是发8个数据。 函数的测试是上电后,P2.0~P2.7从高变低并发一个字母给串口,从低变高,还有一个外部按键中断,按一下,发1000Bytes数据。从串口发的数据给ARM,ARM返回收到的数据。-Development environment is under the
Exp2
- 熟悉基于 uCOS-II 扩展的嵌入式操作系统的启动和应用程序的结构。阅读 main. 调用的函数,了解 uCOS-II操作系统系统的启动过程。使用Source Insight 3.0 C代码 辑器,在操作系统的基础上,编写一段程序,在屏幕上显示“Hello world”等文本-Familiar with the uCOS-II expansion based on the embedded operating system and applications start-up struc
GENIE-SHELL
- uCOSII只提供了操作系统内核,用户要自己添加文件处理、人机界面、网络接口等重要部分。其中Shell(人机界面)提供了人与机器交互的界面,是机器服务于人的体现,是系统必不可少的重要组成部分。现代的很多OS如UNIX、DOS、VxWorks都提供了友好的命令行界面。Windows更是提供了GUI。大部分人认识OS都是从这里开始的。 由于Skyeye下的仿真串口USART已经实现了中断方式的接收(实际是从键盘接收输入),而且串口输出(实际上是输出到终端屏幕)也已经实现,所以实现一个类似DOS或
OS_CORE
- uCOS系统组成各函数源码,可按功能进行裁剪,绝对好用,占用空间小,稳定性高,用于嵌入式系统开发。-uCOS system source code of the function, according to the functions of cutting, the absolute ease of use, small footprint, high stability for the embedded system development.
ucos4s3c44b0
- 本目录下是sourceinsight3.0和ArmProjectManager的工程文件。 startup里是和系统初始化相关的文件。 inc里包括了一些库函数声明和数据类型预定义。 src里的是主文件和一些常用函数的源代码。 ucos里包括了uCOS-II的全部文件。 其余的目录是编译器和连接器的工作目录。-This directory is sourceinsight3.0 and ArmProjectManager under the project file. whe
uCOS-II-CN
- 本书详细介绍了ucos嵌入式操作系统的内部运行原理以及相应函数的定义说明及应用!对在嵌入式系统上构建ucos以及应用都有很大的帮助-This book details the ucos embedded operating system' s internal operation principle and the corresponding definition of the function and application instructions! In the embedded s
uC_OS-II_S3C44B0X
- 支持嵌套中断的uC/OS-II FOR 44B0 的移植代码。支持嵌套中断,也可以在中断中调用像OSMboxPost、OSSemPost这些系统函数。经过了多个实验的测试,运行得很稳定。这个代码也很容易移植到其他的ARM7片子上去。欢迎使用和提出意见。-Support for nested interrupts uC/OS-II FOR 44B0 migration of the code. Support for nested interrupts, you can also interrup
ucosshuoming
- 用于在UC/OS下开发,对其中用到的系统函数及用法的详细说明-For the UC/OS under development, on the one used in the system function and usage details
UCOSII完整系统代码
- 使用stm32F103芯片,在最小系统上实现了UCOS-II的完成功能,使用keil4编写;功能包括任务调度,消息队列,信号量集和软件定时等。本人亲测可以直接使用,使用的是标准32库函数(Using stm32F103 chip, the completion function of UCOS-II is realized on the smallest system, which is written by keil4. Functions include task scheduling, m