git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8139 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
7207c636b6
commit
e75d8355a2
|
@ -45,6 +45,11 @@
|
|||
@{
|
||||
*/
|
||||
|
||||
/* CHIBIOS FIX */
|
||||
#if !defined(__CORTEX_SC)
|
||||
#define __CORTEX_SC 0
|
||||
#endif
|
||||
|
||||
#if defined ( __CC_ARM ) /*------------------RealView Compiler -----------------*/
|
||||
/* ARM armcc specific functions */
|
||||
|
||||
|
|
|
@ -52,13 +52,13 @@
|
|||
* @{
|
||||
*/
|
||||
#if defined(STM32F745xx) || defined(__DOXYGEN__)
|
||||
#define PLATFORM_NAME "STM32F439 High Performance with DSP and FPU"
|
||||
#define PLATFORM_NAME "STM32F745 Very High Performance with DSP and FPU"
|
||||
|
||||
#elif defined(STM32F746xx)
|
||||
#define PLATFORM_NAME "STM32F429 High Performance with DSP and FPU"
|
||||
#define PLATFORM_NAME "STM32F746 Very High Performance with DSP and FPU"
|
||||
|
||||
#elif defined(STM32F756xx)
|
||||
#define PLATFORM_NAME "STM32F437 High Performance with DSP and FPU"
|
||||
#define PLATFORM_NAME "STM32F756 Very High Performance with DSP and FPU"
|
||||
|
||||
#else
|
||||
#error "STM32F7xx device not specified"
|
||||
|
|
Loading…
Reference in New Issue