doc: efm32: uart/usart provide common doxygen

Fix some direct includes, tag properly, include a stub file to pull in
shared header documentation and re-arrange some existing documentation
to make it present nicely.
This commit is contained in:
Karl Palsson
2019-06-25 12:06:47 +00:00
parent 56265ad93f
commit 2d1277e1fa
12 changed files with 109 additions and 52 deletions

View File

@@ -0,0 +1,18 @@
/** @addtogroup usart_file UART/USART peripheral API
* @ingroup peripheral_apis
* @brief UART/USART helper functions.
*
* <b>NO</b> helper functions exist. Only header definitions are available.
* Delete these lines if/when you add actual helper APIs.
* @sa usart_defines
* @sa uart_defines
* @copyright See @ref lgpl_license
*/
#include <libopencm3/efm32/uart.h>
#include <libopencm3/efm32/usart.h>
/**@{*/
/**@}*/