Even more more changes to chconf.h files
This commit is contained in:
parent
0aa26e0bee
commit
e898157b18
|
@ -815,6 +815,14 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -819,6 +819,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -819,6 +819,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,14 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,14 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -805,6 +805,14 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -831,6 +831,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,14 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -815,6 +815,13 @@
|
||||||
/* Trace code here.*/ \
|
/* Trace code here.*/ \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Runtime Faults Collection Unit hook.
|
||||||
|
* @details This hook is invoked each time new faults are collected and stored.
|
||||||
|
*/
|
||||||
|
#define CH_CFG_RUNTIME_FAULTS_HOOK(mask) { \
|
||||||
|
/* Faults handling code here.*/ \
|
||||||
|
}
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue