浏览代码

[update] bsp/stm32/stm32h747-st-discovery/board/SConscript

SummerGift 5 年之前
父节点
当前提交
c225b0f745

+ 1 - 3
bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h747xx.h

@@ -217,9 +217,7 @@ typedef enum
 
 #define SMPS       /*!< Switched mode power supply feature */
 
-#if !defined(__CC_ARM) || defined(__CLANG_ARM) || defined(__ICCARM__)
-#define CORE_CM7
-#endif
+
 
 /**
   * @brief Configuration of the Cortex-M4/ Cortex-M7 Processor and Core Peripherals

+ 1 - 1
bsp/stm32/stm32h747-st-discovery/board/SConscript

@@ -23,7 +23,7 @@ elif rtconfig.CROSS_TOOL == 'iar':
 
 # STM32H743xx || STM32H750xx || STM32F753xx
 # You can select chips from the list above
-CPPDEFINES = ['STM32H747xx']
+CPPDEFINES = ['STM32H747xx', 'CORE_CM7']
 group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES = CPPDEFINES)
 
 Return('group')

+ 1 - 1
bsp/stm32/stm32h747-st-discovery/project.uvprojx

@@ -336,7 +336,7 @@
             <v6Rtti>0</v6Rtti>
             <VariousControls>
               <MiscControls></MiscControls>
-              <Define>STM32H747xx, USE_HAL_DRIVER</Define>
+              <Define>STM32H747xx, CORE_CM7, USE_HAL_DRIVER</Define>
               <Undefine></Undefine>
               <IncludePath>.;..\..\..\include;board;board\CubeMX_Config\CM7\Inc;..\libraries\HAL_Drivers;..\libraries\HAL_Drivers\config;..\..\..\libcpu\arm\common;..\..\..\libcpu\arm\cortex-m7;..\..\..\components\drivers\include;..\..\..\components\drivers\include;..\..\..\components\drivers\include;..\..\..\components\finsh;..\..\..\components\libc\compilers\common;..\libraries\STM32H7xx_HAL\STM32H7xx_HAL_Driver\Inc;..\libraries\STM32H7xx_HAL\CMSIS\Device\ST\STM32H7xx\Include;..\libraries\STM32H7xx_HAL\CMSIS\Include</IncludePath>
             </VariousControls>