Skip to content

coversb/easyRTOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy RTOS

This open source framework aim at:

  • Easy to port embeded RTOS to the appliaction
  • Easy to port any MCU platform to the application

Architeture

image

Folders

  • common --- base type defination
  • hardware/board --- MCU BSP
  • hal --- hardware abstract layer
  • middleware --- the encapsulation of RTOS's API
  • modules/drivers --- device drivers
  • modules/crypto --- encryption and decryption utility
  • project --- ide project files
  • thirdparty --- third-party open source library

Configurations:

  • board_config.h --- pin define and feature control
  • os_config.h --- os feature control

About

Easy for everyone to port this os for any MCU based on specific rtos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages