Merge branch 'fix-freestanding-tests-module' of ssh://github.com/pan-/mbed into rollup

pull/8552/head
Cruz Monrreal II 2018-10-26 11:42:59 -05:00
commit 14ce8f2721
3 changed files with 15 additions and 4 deletions

View File

@ -14,8 +14,11 @@
* limitations under the License.
*/
/** \addtogroup hal_critical_tests
/** \addtogroup hal_critical
* @{
* \defgroup hal_critical_test Tests
* Tests definitions of the HAL Critical module.
* @{
*/
#ifndef MBED_CRITICAL_SECTION_TEST_H
@ -45,7 +48,7 @@
template <int N>
void test_critical_section();
/**@}*/
/**@}*/
#endif // MBED_CRITICAL_SECTION_TEST_H

View File

@ -14,8 +14,11 @@
* limitations under the License.
*/
/** \addtogroup hal_qspi_tests
/** \addtogroup hal_qspi
* @{
* \defgroup hal_qspi_tests Tests
* QSPI tests of the HAL.
* @{
*/
#ifndef MBED_QSPI_TEST_H
#define MBED_QSPI_TEST_H
@ -96,3 +99,4 @@ void qspi_write_read_test(void);
#endif
/** @}*/
/** @}*/

View File

@ -15,8 +15,11 @@
*/
/**
* @addtogroup hal_sleep_test_utils
* @addtogroup hal_sleep
* @{
* @defgroup hal_sleep_test_util Tests
* Tests of the sleep HAL.
* @{
*/
#ifndef MBED_SLEEP_TEST_UTILS_H
@ -112,3 +115,4 @@ void lp_ticker_isr(const ticker_data_t *const ticker_data)
#endif
/** @}*/
/** @}*/