forked from Imagelibrary/rtems
validation: Fix typo
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuitesValdation
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This header file provides the constants used by the test suite
|
* @brief This header file provides the constants used by the test suite
|
||||||
* configuration.
|
* configuration.
|
||||||
@@ -44,7 +44,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup RTEMSTestSuitesValdation
|
* @addtogroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuitesValdation
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of CallWithinISRClear(),
|
* @brief This source file contains the implementation of CallWithinISRClear(),
|
||||||
* CallWithinISRGetVector(), CallWithinISR(), CallWithinISRRaise(),
|
* CallWithinISRGetVector(), CallWithinISR(), CallWithinISRRaise(),
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuitesValdation
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the definition of ::DefaultTaskConfig.
|
* @brief This source file contains the definition of ::DefaultTaskConfig.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuitesValdation
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of
|
* @brief This source file contains the implementation of
|
||||||
* HasInterruptVectorEntriesInstalled().
|
* HasInterruptVectorEntriesInstalled().
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuitesValdation
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of SetIORelaxHandler().
|
* @brief This source file contains the implementation of SetIORelaxHandler().
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuitesValdation
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of
|
* @brief This source file contains the implementation of
|
||||||
* MemoryAllocationFailWhen() and __wrap_rtems_malloc().
|
* MemoryAllocationFailWhen() and __wrap_rtems_malloc().
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuitesValdation
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of
|
* @brief This source file contains the implementation of
|
||||||
* SetPreemptionIntervention().
|
* SetPreemptionIntervention().
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuitesValdation
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of support functions for
|
* @brief This source file contains the implementation of support functions for
|
||||||
* the validation test cases.
|
* the validation test cases.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuitesValdation
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This header file provides the support functions for the validation
|
* @brief This header file provides the support functions for the validation
|
||||||
* test cases.
|
* test cases.
|
||||||
@@ -47,7 +47,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup RTEMSTestSuitesValdation
|
* @addtogroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuitesValdation
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of the thread queue test
|
* @brief This source file contains the implementation of the thread queue test
|
||||||
* support.
|
* support.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuitesValdation
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This header file provides the functions to test the
|
* @brief This header file provides the functions to test the
|
||||||
* @ref RTEMSScoreThreadQueue.
|
* @ref RTEMSScoreThreadQueue.
|
||||||
@@ -50,7 +50,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup RTEMSTestSuitesValdation
|
* @addtogroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuitesValdation
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the definition of SetGetTimecountHandler(),
|
* @brief This source file contains the definition of SetGetTimecountHandler(),
|
||||||
* GetTimecountCounter(), and SetTimecountCounter().
|
* GetTimecountCounter(), and SetTimecountCounter().
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuitesValdation
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the definition of DeleteTimerServer().
|
* @brief This source file contains the definition of DeleteTimerServer().
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestSuitesValdation
|
* @ingroup RTEMSTestSuitesValidation
|
||||||
*
|
*
|
||||||
* @brief This source file contains the implementation of the thread queue
|
* @brief This source file contains the implementation of the thread queue
|
||||||
* wrapper.
|
* wrapper.
|
||||||
|
|||||||
Reference in New Issue
Block a user