mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-12-16 18:08:04 +00:00
cleanup: removed deprecated rtos watchdog
This commit is contained in:
10
README.md
10
README.md
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user