# MaJerle-lwwdg **Repository Path**: WinHZ/lwwdg ## Basic Information - **Project Name**: MaJerle-lwwdg - **Description**: 适用于RTOS和嵌入式系统的轻量级 wwdg 面向操作系统,用于监控多个线程,并在其中某个线程出现故障时重置系统 - **Primary Language**: C - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-10 - **Last Updated**: 2026-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 fixes Alternatively you may: 1. Report a bug 2. Ask for a feature request