Skip to content

sss22213/MCUEE_OS_V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCUEE-OS-V2

Simple Time-Sharing and Task Scheduler Dispatch

ChangLog:

2016/03/25:

Kernel V2.0:

Basic Task Scheduler and Time-Sharing

Basic TASK value deliver

Test Environment

Linux kernel 4.4

GNU GCC 5.3

C99

How to use test program?

1.make main

2.execute "main"

How to transplant?

1.Need to Systick let's timer increase.

2.Add OS_Start() in your program startup.

3.Add TASK_Create() in your program

4.Execute "TASK_Excute()" after timer increase

For Embedded

Arduino test not ready!

AT89S51 is not support(Programmer size is so giant.Only support for few TASK)

PIC18F4520 test not ready!

STM32F407 test not ready!

diff(V1 and V2)

1.using new structure in Task Scheduler

2.TASK return data type from int to u_int_8

3.using symbol table

4.TASK value deliver System

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published