Introduction - If you have any usage issues, please Google them yourself
I Porting the uC/OS-II V2.84 (currently Micrium) the latest version of the Keil C51 works exclusively on the supply of 8051 to do mission scheduling, I have Code Size改小to 4000 Byte, the usage of X-Ram is only 160 Byte (in Keil C51 V8.08a compiled). I main.c create two task scheduling of the LED flashing procedures to facilitate the understanding of how the mission was founded at the same time I Keil C51 is also equipped with the Project Good the Simulator Mode and Port 1 window, as can be observed real-time task scheduling of these two cases.
Packet : 109201286ucos284_c51.rar filelist
uCOS284_C51
uCOS284_C51\src
uCOS284_C51\src\main.c
uCOS284_C51\src\STARTUP.A51
uCOS284_C51\src\ucos
uCOS284_C51\src\ucos\os_cfg.h
uCOS284_C51\src\ucos\os_core.c
uCOS284_C51\src\ucos\os_cpu.h
uCOS284_C51\src\ucos\os_cpu_a.asm
uCOS284_C51\src\ucos\os_cpu_c.c
uCOS284_C51\src\ucos\os_dbg_r.c
uCOS284_C51\src\ucos\os_flag.c
uCOS284_C51\src\ucos\os_mbox.c
uCOS284_C51\src\ucos\os_mem.c
uCOS284_C51\src\ucos\os_mutex.c
uCOS284_C51\src\ucos\os_q.c
uCOS284_C51\src\ucos\os_sem.c
uCOS284_C51\src\ucos\os_task.c
uCOS284_C51\src\ucos\os_time.c
uCOS284_C51\src\ucos\os_tmr.c
uCOS284_C51\src\ucos\ucos_ii.c
uCOS284_C51\src\ucos\ucos_ii.h
uCOS284_C51\uCOS284_C51.Opt
uCOS284_C51\uCOS284_C51.Uv2