cleanup: removed deprecated rtos watchdog

This commit is contained in:
CarlWachter
2024-11-03 12:50:06 +01:00
parent 345c74bdab
commit ee81a9c64f
4 changed files with 0 additions and 209 deletions

View File

@@ -25,16 +25,6 @@ Mainly defers to the TACOS CAN module, but provides a simple interface for sendi
Expandable for isotp.
## Watchdog
The watchdog task waits for signals sent either from its heartbeat timer or manually via `sta::notifyWatchdog`
and passes the event flags to the `sta::watchdogEventHandler` function. This function must be implemented by the application.
Configuration:
* `#define STA_RTOS_WATCHDOG_ENABLE`: Enable module
* `#define STA_RTOS_WATCHDOG_TIMER_PERIOD <period_ticks>`: Set period in ticks of heartbeat timer (default: 1000)
# STA-Core Interfaces
The library provides implementations for the following interfaces using CMSIS-RTOS2 functionality: