Skip to content
/ EvtX Public

A lightweight event-driven os kernel for STM32-like controllers on embedded platform

License

Notifications You must be signed in to change notification settings

Playine/EvtX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

//------------------------------------------------------------------------------
// @project: EvtX - An Event-driven OS Kernel
// @file: readme.txt
//
// $Id$
//------------------------------------------------------------------------------


1. Introduction

EvtX is heavily inspired by TI OSAL layer of its Z-Stack. EvtX is event-driven and
is cooperative scheduled. Event loop mechanism is the core of EvtX.

2. Modules

EvtX implements following modules to support task scheduling, event management,
message communication and timer management.

3. Demo Project

Demo project is based on STM32F103RC controller. There are 2 user tasks for sending
and receiving a user defined message. 

Demo project is developed on Keil MDK 5.10.0.2.


About

A lightweight event-driven os kernel for STM32-like controllers on embedded platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published