Skip to content

Education use to learn the real time OS and scheduling theory

Notifications You must be signed in to change notification settings

PPPy290351/uCOS-II

Repository files navigation

Rmbedded_Linux_mCOS

Education use to learn the real time OS and scheduling theory

  • For Lab1&2
- handle interrupt : (1) clock tick ISR (2) context SW ISR
> OSTimeDly() -> OS_TASK_SW() , one process give up the CPU
> OSIntExit() -> ISR exit, will check high priority task ready and context switch
  > if high priority task ready, preemption here.
>> TCB_Init() : initialze TCB structure after OS_init
> OSTimeTick -> decrease the execution counter

About

Education use to learn the real time OS and scheduling theory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published