搜索资源列表
简易非抢占式实时操作系统
- 本文给出了一种简单的嵌入式操作源代码,对学习嵌入式操作系统有帮助-This paper presents a simple embedded operating source code, embedded operating system for studying help
mediaplayer
- 基于三星ARM2410,移植了WinCE操作系统的一个简易媒体播放器程序,开发环境EVC-Based on Samsung ARM2410, transplantation of the WinCE operating system, a simple media player process, development environment EVC
AvrOs
- 用于8位单片机的简易操作系统,代码长度小于2K字节,内存占用一般小于100字节。源代码以Atmel AVR Mega64单片机为例,使用ICC编译器。对源代码作少许修改,可用于其他8位单片机。-This is a simple operating system that targets 8 bit microcontrollers. The code length is less than 2K bytes, occupied RAM is usually less than 100 bytes
os_51
- 用keil 实现的基于stc12c5a16s2的一个51单片机的简易操作系统,可同时运行相互独立的带延时功能的多个任务。该设计占用一个定时器,占用0x7f~0xff的内存空间作为所运行任务的栈。 文件包括了整个工程所需要的全部文件,不过要正常运行,还需要对keil进行一些设置,主要是c与汇编混合的问题,可自己上网查询-Keil to achieve a 51-MCU-based stc12c5a16s2 simple operating system, which can run indep
MYRTOS
- 一个简易的任务调度器,参考uCOS-II的调度算法,在STM32平台上测试成功……可以用来参考学习操作系统原理-A simple task scheduler, scheduling algorithm in reference uCOS-II, STM32 platform test successful...... Can be used for reference to learn the operating system......
test
- 简易的嵌入式操作系统,是我自己编写的,可以在430单片机上运行,只提供最基本的任务切换功能-Simple embedded operating system, is what I have written, can run on 430 microcontroller, providing only the most basic task switching function
beepon
- 基于ARM7的例子程序(未加入操作系统)实现了蜂鸣器间隔一定时间鸣叫的简易功能-open or close the beepon based on arm7
EasyAlbum
- 本产品为采用Mini2440开发板为硬件的简易型单任务操作系统,该产品的设计主要是用于我们在《ARM体系结构与编程》阶段对整体知识的系统化应用,并掌握单任务系统的开发能力。 -This product uses Mini2440 development board for hardware Simple single-tasking operating system, the product is designed primarily for use in our overall knowled
os_demo
- STM32简易操作系统,可以直接使用,不错的资料-STM32 simple operating system
Easy_OS
- 用三星S3C2440板子(ARM)做的简易操作系统,包含贪吃蛇、相册、文本、串口传输等功能,用触摸屏进行控制。(A simple operation system made by Samsung S3C2440 board (ARM), including snake, album, text, serial port transmission and other functions, is controlled by touch screen.)
UCOS+LWip移植资料文件
- 基于stm32f系列的关于ucosii和lwip的移植文件,操作系统和简易的网络系统(Based on STM32F series of porting files for uCOSII and LwIP, operation system and simple network system.)
UCOS示波器
- 基于STM32F407芯片,采用UCOS实时操作系统,开发的一款功能全面的示波器例程,可测信号的频率,幅度,占空比。同时内嵌简易信号发生器用于示波器测试。可实现信号的同步测试,具有光标等功能。