doxygen: Benchmark Timer Driver Interface now in Device Drivers

Update #3706.
This commit is contained in:
Andreas Dachsberger
2019-04-02 14:32:52 +02:00
committed by Sebastian Huber
parent 2bc058dbff
commit b8cff580fa
2 changed files with 10 additions and 0 deletions

View File

@@ -24,6 +24,14 @@
* @brief Device Drivers
*/
/**
* @defgroup RTEMSLegacyBenchmarkDrivers Legacy Benchmark Drivers
*
* @ingroup RTEMSDeviceDrivers
*
* @brief Legacy Benchmark Drivers
*/
/**
* @defgroup libfs libfs
*

View File

@@ -36,6 +36,8 @@ extern "C" {
/**
* @defgroup BenchmarkTimer Benchmark Timer Driver Interface
*
* @ingroup RTEMSLegacyBenchmarkDrivers
*
* This module defines the interface for the Benchmark Timer Driver.
*
* The following methods in this module must be provided by each BSP: