Skip to content

trsaunders/Chibios-Notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chibios C++ notifications framework

A C++ templated class for creating and passing messages between processes.

Features

  • Many clients (Listeners) can listen to each server (Notifier)
  • Each client brings its own statically allocated memory
  • A client can take as long as it wants to handle its received data without impeeding other clients
  • Messages are passed via the Chibios Mailbox API

Demo

A demo for the STM32F4 Discovery is included. It has a sample message LEDData that specifies the LED states. One listener prints this information over serial, another turns on or off the LEDs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published