Переименована библиотека spi flash -> memory spi

This commit is contained in:
alexey
2024-08-13 13:28:55 +03:00
parent b8bd4034d1
commit 763ab0fec7
3 changed files with 14 additions and 14 deletions

View File

@@ -24,7 +24,7 @@
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
#include "spi_flash.h"
#include "memory_spi.h"
/* USER CODE END Includes */
/* Private typedef -----------------------------------------------------------*/

View File

@@ -154,7 +154,7 @@
<Type>0</Type>
<LineNumber>150</LineNumber>
<EnabledFlag>1</EnabledFlag>
<Address>134229430</Address>
<Address>134229526</Address>
<ByteObject>0</ByteObject>
<HtxType>0</HtxType>
<ManyObjects>0</ManyObjects>
@@ -170,7 +170,7 @@
<Type>0</Type>
<LineNumber>153</LineNumber>
<EnabledFlag>1</EnabledFlag>
<Address>134229626</Address>
<Address>134229722</Address>
<ByteObject>0</ByteObject>
<HtxType>0</HtxType>
<ManyObjects>0</ManyObjects>
@@ -709,7 +709,7 @@
</Group>
<Group>
<GroupName>SPI Flash</GroupName>
<GroupName>SPI Memory</GroupName>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
@@ -721,8 +721,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\spi_flash\spi_flash.c</PathWithFileName>
<FilenameWithoutPath>spi_flash.c</FilenameWithoutPath>
<PathWithFileName>..\..\memory_spi\memory_spi.c</PathWithFileName>
<FilenameWithoutPath>memory_spi.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@@ -733,8 +733,8 @@
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\..\spi_flash\spi_flash.h</PathWithFileName>
<FilenameWithoutPath>spi_flash.h</FilenameWithoutPath>
<PathWithFileName>..\..\memory_spi\memory_spi.h</PathWithFileName>
<FilenameWithoutPath>memory_spi.h</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>

View File

@@ -341,7 +341,7 @@
<MiscControls></MiscControls>
<Define>USE_HAL_DRIVER,STM32F407xx</Define>
<Undefine></Undefine>
<IncludePath>../Core/Inc;../Drivers/STM32F4xx_HAL_Driver/Inc;../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy;../Drivers/CMSIS/Device/ST/STM32F4xx/Include;../Drivers/CMSIS/Include;../../spi_flash;..\..\GENERAL</IncludePath>
<IncludePath>../Core/Inc;../Drivers/STM32F4xx_HAL_Driver/Inc;../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy;../Drivers/CMSIS/Device/ST/STM32F4xx/Include;../Drivers/CMSIS/Include;..\..\memory_spi;..\..\GENERAL</IncludePath>
</VariousControls>
</Cads>
<Aads>
@@ -589,17 +589,17 @@
</Files>
</Group>
<Group>
<GroupName>SPI Flash</GroupName>
<GroupName>SPI Memory</GroupName>
<Files>
<File>
<FileName>spi_flash.c</FileName>
<FileName>memory_spi.c</FileName>
<FileType>1</FileType>
<FilePath>..\..\spi_flash\spi_flash.c</FilePath>
<FilePath>..\..\memory_spi\memory_spi.c</FilePath>
</File>
<File>
<FileName>spi_flash.h</FileName>
<FileName>memory_spi.h</FileName>
<FileType>5</FileType>
<FilePath>..\..\spi_flash\spi_flash.h</FilePath>
<FilePath>..\..\memory_spi\memory_spi.h</FilePath>
</File>
</Files>
</Group>