2009-01-19 10:13:17 +00:00
|
|
|
/**
|
|
|
|
* @defgroup LPC214x LPC214x Support
|
|
|
|
* @{
|
|
|
|
* @brief LPC214x specific support.
|
2009-01-21 21:44:42 +00:00
|
|
|
* @details The LPC214x support includes:
|
2009-01-19 10:13:17 +00:00
|
|
|
* - VIC support code.
|
|
|
|
* - Buffered, interrupt driven, serial driver.
|
|
|
|
* - SSP driver.
|
|
|
|
* - A MMC/SD demo driver.
|
|
|
|
* - A timer driven buzzer demo driver.
|
|
|
|
* - A minimal demo, useful as project template.
|
|
|
|
* - A demo supporting the kernel test suite.
|
|
|
|
* - A C++ demo supporting the kernel test suite.
|
|
|
|
*
|
|
|
|
* @ingroup ARM7
|
|
|
|
*/
|
|
|
|
/** @} */
|