搜索资源列表
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
test
- 简易的嵌入式操作系统,是我自己编写的,可以在430单片机上运行,只提供最基本的任务切换功能-Simple embedded operating system, is what I have written, can run on 430 microcontroller, providing only the most basic task switching function