coversb / easyRTOS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 98.4%Language:Assembly 0.8%Language:C++ 0.8%