Skip to content

A micro real-time operating system supporting task switching, delay function, memory allocator and critical section. It is writen by ARM Cortex-M3 assemble language and works on STM32F103 MCU.

License

cw1997/ez-rtos

Repository files navigation

ez-rtos

A simple real-time operating system

Features

  • task switching
    • by ARM Cortex-M3 SysTick
  • delay
    • delay(unsigned int)
  • memory allocator
    • malloc(size_t)
    • free(void *)
  • critical section

About

A micro real-time operating system supporting task switching, delay function, memory allocator and critical section. It is writen by ARM Cortex-M3 assemble language and works on STM32F103 MCU.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published