doc: add all cm3 headers to doxygen.

Just get them all included as they are.  Gets them grouped up and
visible so we can start clarifying the rest of their docs.
This commit is contained in:
Karl Palsson
2018-09-09 15:21:02 +00:00
parent a21aeab3b1
commit 1ad2cda496
7 changed files with 41 additions and 4 deletions

View File

@@ -20,6 +20,12 @@
#ifndef LIBOPENCM3_CM3_DWT_H
#define LIBOPENCM3_CM3_DWT_H
/**
* @defgroup cm_fpb Cortex-M Flash Patch and Breakpoint (FPB) unit
* @ingroup CM3_defines
* @{
*/
#include <libopencm3/cm3/common.h>
#include <libopencm3/cm3/memorymap.h>
@@ -149,4 +155,6 @@ uint32_t dwt_read_cycle_counter(void);
END_DECLS
/**@}*/
#endif /* LIBOPENCM3_CM3_DWT_H */