[PRJ] Change the BSP group name to 'STM32746G-Discovery' in the IDE project files of the 'LTDC Display 2 Layers' example to comply to the actual ./Driver/BSP/<board> directory name
This commit is contained in:
parent
c7e2944ab9
commit
7b869e0519
|
@ -964,10 +964,7 @@
|
||||||
<group>
|
<group>
|
||||||
<name>BSP</name>
|
<name>BSP</name>
|
||||||
<group>
|
<group>
|
||||||
<name>Components</name>
|
<name>STM32746G-Discovery</name>
|
||||||
</group>
|
|
||||||
<group>
|
|
||||||
<name>STM327x6G_EVAL</name>
|
|
||||||
<file>
|
<file>
|
||||||
<name>$PROJ_DIR$\..\..\..\..\..\..\Drivers\BSP\STM32746G-Discovery\stm32746g_discovery.c</name>
|
<name>$PROJ_DIR$\..\..\..\..\..\..\Drivers\BSP\STM32746G-Discovery\stm32746g_discovery.c</name>
|
||||||
</file>
|
</file>
|
||||||
|
|
|
@ -437,7 +437,7 @@
|
||||||
|
|
||||||
</File></Files>
|
</File></Files>
|
||||||
</Group><Group>
|
</Group><Group>
|
||||||
<GroupName>Drivers/BSP/STM327x6G_EVAL</GroupName>
|
<GroupName>Drivers/BSP/STM32746G-Discovery</GroupName>
|
||||||
|
|
||||||
<Files>
|
<Files>
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
<type>1</type>
|
<type>1</type>
|
||||||
<location>PARENT-7-PROJECT_LOC/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_fmc.c</location>
|
<location>PARENT-7-PROJECT_LOC/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_fmc.c</location>
|
||||||
</link><link>
|
</link><link>
|
||||||
<name>Drivers/BSP/STM327x6G_EVAL/stm32746g_discovery.c</name>
|
<name>Drivers/BSP/STM32746G-Discovery/stm32746g_discovery.c</name>
|
||||||
<type>1</type>
|
<type>1</type>
|
||||||
<location>PARENT-7-PROJECT_LOC/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery.c</location>
|
<location>PARENT-7-PROJECT_LOC/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery.c</location>
|
||||||
</link><link>
|
</link><link>
|
||||||
|
|
Loading…
Reference in New Issue