Small fix: repeated definitions in RP2040 chconf.h files
This commit is contained in:
parent
95919e3d57
commit
c4b31a8fc7
|
@ -152,19 +152,6 @@
|
||||||
#define CH_CFG_HARDENING_LEVEL 0
|
#define CH_CFG_HARDENING_LEVEL 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Kernel hardening level.
|
|
||||||
* @details This option is the level of functional-safety checks enabled
|
|
||||||
* in the kerkel. The meaning is:
|
|
||||||
* - 0: No checks, maximum performance.
|
|
||||||
* - 1: Reasonable checks.
|
|
||||||
* - 2: All checks.
|
|
||||||
* .
|
|
||||||
*/
|
|
||||||
#if !defined(CH_CFG_HARDENING_LEVEL)
|
|
||||||
#define CH_CFG_HARDENING_LEVEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
@ -217,16 +204,6 @@
|
||||||
#define CH_CFG_USE_TIMESTAMP TRUE
|
#define CH_CFG_USE_TIMESTAMP TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Time Stamps APIs.
|
|
||||||
* @details If enabled then the time stamps APIs are included in the kernel.
|
|
||||||
*
|
|
||||||
* @note The default is @p TRUE.
|
|
||||||
*/
|
|
||||||
#if !defined(CH_CFG_USE_TIMESTAMP)
|
|
||||||
#define CH_CFG_USE_TIMESTAMP TRUE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads registry APIs.
|
* @brief Threads registry APIs.
|
||||||
* @details If enabled then the registry APIs are included in the kernel.
|
* @details If enabled then the registry APIs are included in the kernel.
|
||||||
|
|
|
@ -152,19 +152,6 @@
|
||||||
#define CH_CFG_HARDENING_LEVEL 0
|
#define CH_CFG_HARDENING_LEVEL 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Kernel hardening level.
|
|
||||||
* @details This option is the level of functional-safety checks enabled
|
|
||||||
* in the kerkel. The meaning is:
|
|
||||||
* - 0: No checks, maximum performance.
|
|
||||||
* - 1: Reasonable checks.
|
|
||||||
* - 2: All checks.
|
|
||||||
* .
|
|
||||||
*/
|
|
||||||
#if !defined(CH_CFG_HARDENING_LEVEL)
|
|
||||||
#define CH_CFG_HARDENING_LEVEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
@ -217,16 +204,6 @@
|
||||||
#define CH_CFG_USE_TIMESTAMP TRUE
|
#define CH_CFG_USE_TIMESTAMP TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Time Stamps APIs.
|
|
||||||
* @details If enabled then the time stamps APIs are included in the kernel.
|
|
||||||
*
|
|
||||||
* @note The default is @p TRUE.
|
|
||||||
*/
|
|
||||||
#if !defined(CH_CFG_USE_TIMESTAMP)
|
|
||||||
#define CH_CFG_USE_TIMESTAMP TRUE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads registry APIs.
|
* @brief Threads registry APIs.
|
||||||
* @details If enabled then the registry APIs are included in the kernel.
|
* @details If enabled then the registry APIs are included in the kernel.
|
||||||
|
|
|
@ -152,19 +152,6 @@
|
||||||
#define CH_CFG_HARDENING_LEVEL 0
|
#define CH_CFG_HARDENING_LEVEL 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Kernel hardening level.
|
|
||||||
* @details This option is the level of functional-safety checks enabled
|
|
||||||
* in the kerkel. The meaning is:
|
|
||||||
* - 0: No checks, maximum performance.
|
|
||||||
* - 1: Reasonable checks.
|
|
||||||
* - 2: All checks.
|
|
||||||
* .
|
|
||||||
*/
|
|
||||||
#if !defined(CH_CFG_HARDENING_LEVEL)
|
|
||||||
#define CH_CFG_HARDENING_LEVEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
@ -217,16 +204,6 @@
|
||||||
#define CH_CFG_USE_TIMESTAMP TRUE
|
#define CH_CFG_USE_TIMESTAMP TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Time Stamps APIs.
|
|
||||||
* @details If enabled then the time stamps APIs are included in the kernel.
|
|
||||||
*
|
|
||||||
* @note The default is @p TRUE.
|
|
||||||
*/
|
|
||||||
#if !defined(CH_CFG_USE_TIMESTAMP)
|
|
||||||
#define CH_CFG_USE_TIMESTAMP TRUE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads registry APIs.
|
* @brief Threads registry APIs.
|
||||||
* @details If enabled then the registry APIs are included in the kernel.
|
* @details If enabled then the registry APIs are included in the kernel.
|
||||||
|
|
|
@ -152,19 +152,6 @@
|
||||||
#define CH_CFG_HARDENING_LEVEL 0
|
#define CH_CFG_HARDENING_LEVEL 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Kernel hardening level.
|
|
||||||
* @details This option is the level of functional-safety checks enabled
|
|
||||||
* in the kerkel. The meaning is:
|
|
||||||
* - 0: No checks, maximum performance.
|
|
||||||
* - 1: Reasonable checks.
|
|
||||||
* - 2: All checks.
|
|
||||||
* .
|
|
||||||
*/
|
|
||||||
#if !defined(CH_CFG_HARDENING_LEVEL)
|
|
||||||
#define CH_CFG_HARDENING_LEVEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
@ -217,16 +204,6 @@
|
||||||
#define CH_CFG_USE_TIMESTAMP TRUE
|
#define CH_CFG_USE_TIMESTAMP TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Time Stamps APIs.
|
|
||||||
* @details If enabled then the time stamps APIs are included in the kernel.
|
|
||||||
*
|
|
||||||
* @note The default is @p TRUE.
|
|
||||||
*/
|
|
||||||
#if !defined(CH_CFG_USE_TIMESTAMP)
|
|
||||||
#define CH_CFG_USE_TIMESTAMP TRUE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads registry APIs.
|
* @brief Threads registry APIs.
|
||||||
* @details If enabled then the registry APIs are included in the kernel.
|
* @details If enabled then the registry APIs are included in the kernel.
|
||||||
|
|
Loading…
Reference in New Issue