Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MaJerle/lwevt
Lightweight event management system for embedded systems
https://github.com/MaJerle/lwevt
Last synced: 23 days ago
JSON representation
Lightweight event management system for embedded systems
- Host: GitHub
- URL: https://github.com/MaJerle/lwevt
- Owner: MaJerle
- License: mit
- Created: 2022-05-09T19:34:33.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-20T10:28:40.000Z (about 2 months ago)
- Last Synced: 2024-11-15T08:41:47.203Z (27 days ago)
- Language: C
- Size: 176 KB
- Stars: 63
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-embedded-software - lwevt - Lightweight event management system for embedded systems. (OS / Event based scheduler)
README
# Lightweight event manager
Read first: Documentation
## Features
* Written in C (C11)
* Platform independent, no architecture specific code
* Flexible for application defined event types and associated data
* Easy to use and maintain
* User friendly MIT license## Contribute
Fresh contributions are always welcome. Simple instructions to proceed:
1. Fork Github repository
2. Follow [C style & coding rules](https://github.com/MaJerle/c-code-style) already used in the project
3. Create a pull request to develop branch with new features or bug fixesAlternatively you may:
1. Report a bug
2. Ask for a feature request