watchdog-timer-checkpoint-freertos  2.1.0
watchdog-timer-checkpoint-freertos
Macros
watchdog_timer_freertos_configuration.h File Reference

WATCHDOG TIMER FreeRTOS CCO configuration file. More...

Go to the source code of this file.

Macros

#define WATCHDOG_TIMER_FREERTOS_CONFIGURATION_VERSION   (1)
 Compatibility sanity check value. This define value is checked in the implementation to validate that the version of this configuration is compatible with the implementation. More...
 
#define FREERTOS_TIMER_PERIOD_MS   15000
 Period (in milliseconds) of the FreeRTOS timer that will attest the FreeRTOS scheduler activity. Warning This value must be lower than the watchdog timeout period.
 

Detailed Description

WATCHDOG TIMER FreeRTOS CCO configuration file.

Author
MicroEJ Developer Team
Version
2.1.0
Date
29 April 2022

Definition in file watchdog_timer_freertos_configuration.h.

Macro Definition Documentation

§ WATCHDOG_TIMER_FREERTOS_CONFIGURATION_VERSION

#define WATCHDOG_TIMER_FREERTOS_CONFIGURATION_VERSION   (1)

Compatibility sanity check value. This define value is checked in the implementation to validate that the version of this configuration is compatible with the implementation.

This value must not be changed by the user of the CCO. This value must be incremented by the implementor of the CCO when a configuration define is added, deleted or modified.

Definition at line 33 of file watchdog_timer_freertos_configuration.h.