git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6597 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2014-01-02 13:52:38 +00:00
parent 502049d359
commit 2f7a9a8a03
2 changed files with 10 additions and 5 deletions

View File

@ -58,17 +58,22 @@
#if defined(STM32F429_439xx) || defined(__DOXYGEN__)
#define PLATFORM_NAME "STM32F429/F439 High Performance with DSP and FPU"
#define STM32F4XX
#elif defined(STM32F427_437xx) || defined(__DOXYGEN__)
#elif defined(STM32F427_437xx)
#define PLATFORM_NAME "STM32F427/F437 High Performance with DSP and FPU"
#define STM32F4XX
#elif defined(STM32F40_41xxx) || defined(__DOXYGEN__)
#elif defined(STM32F40_41xxx)
#define PLATFORM_NAME "STM32F407/F417 High Performance with DSP and FPU"
#define STM32F4XX
#elif defined(STM32F401xx) || defined(__DOXYGEN__)
#elif defined(STM32F401xx)
#define PLATFORM_NAME "STM32F401 High Performance with DSP and FPU"
#define STM32F4XX
#elif defined(STM32F2XX) || defined(__DOXYGEN__)
#elif defined(STM32F2XX)
#define PLATFORM_NAME "STM32F2xx High Performance"
#else
#error "STM32F2xx/F4xx device not specified"
#endif

View File

@ -30,7 +30,7 @@
/*===========================================================================*/
/**
* @name STM32F30x capabilities
* @name STM32F4xx capabilities
* @{
*/
/* ADC attributes.*/