12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
|
/**
|
||
|
* @defgroup STM32F103 STM32F103 Support
|
||
|
* @{
|
||
|
* @brief STM32F103 specific support.
|
||
|
* The STM32F103 support includes:
|
||
|
* - Buffered, interrupt driven, serial driver.
|
||
|
* - A demo supporting the kernel test suite.
|
||
|
*
|
||
|
* @ingroup ARMCM3
|
||
|
*/
|
||
|
/** @} */
|