2009-01-19 10:13:17 +00:00
|
|
|
/**
|
|
|
|
* @defgroup STM32F103 STM32F103 Support
|
|
|
|
* @{
|
|
|
|
* @brief STM32F103 specific support.
|
2009-01-21 21:44:42 +00:00
|
|
|
* @details The STM32F103 support includes:
|
2009-01-19 10:13:17 +00:00
|
|
|
* - Buffered, interrupt driven, serial driver.
|
|
|
|
* - A demo supporting the kernel test suite.
|
|
|
|
*
|
|
|
|
* @ingroup ARMCM3
|
|
|
|
*/
|
|
|
|
/** @} */
|
2009-02-06 17:40:24 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @defgroup STM32F103_SERIAL USART Support
|
|
|
|
* @{
|
|
|
|
* @brief USART peripherals support.
|
|
|
|
* @details The serial driver supports the STM32F103 USARTs in asynchronous
|
|
|
|
* mode.
|
|
|
|
*
|
|
|
|
* @ingroup STM32F103
|
|
|
|
*/
|
|
|
|
/** @} */
|