https://github.com/majerle/lwwdg
Lightweight watchdog for RTOS and embedded systems
https://github.com/majerle/lwwdg
Last synced: 6 months ago
JSON representation
Lightweight watchdog for RTOS and embedded systems
- Host: GitHub
- URL: https://github.com/majerle/lwwdg
- Owner: MaJerle
- License: mit
- Created: 2023-02-08T20:15:26.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-30T12:46:49.000Z (7 months ago)
- Last Synced: 2025-04-12T21:12:13.323Z (6 months ago)
- Language: C
- Size: 155 KB
- Stars: 30
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Lightweight Watchdog for embedded systems
LwWDG is lightweight watchdog library, primarily targeting operating systems,
to watch multiple threads and reset system if one of them fails.Read first: Documentation
## Features
* Written in C (C11)
* Easy to use - very little platform dependency
* Written for operating systems in mind## 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