embedded-systems-labs/calculator/mx.scratch
2025-12-25 11:09:27 +03:00

93 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ScratchFile FileVersion="3.0">
<FileVersion>3.0</FileVersion>
<Workspace>
<WorkspaceType>Single-project</WorkspaceType>
<WorkspacePath>C:\Users\vakluchev\Documents\GitHub\SDK_Keyboard\</WorkspacePath>
<underRoot>true</underRoot>
<TrustZone>0</TrustZone>
<HAL_Driver>C:\Users\vakluchev\STM32Cube\Repository\STM32Cube_FW_F4_V1.24.2</HAL_Driver>
<CMSIS>Drivers/CMSIS</CMSIS>
<Toolchain>STM32CubeIDE</Toolchain>
<IocFile>SDK_Keyboard.ioc</IocFile>
<Project>
<ProjectName>SDK_Keyboard</ProjectName>
<ProjectNature>C</ProjectNature>
<Secure/>
<filestoremove>
<file>
<name>Src\tim.c</name>
</file>
</filestoremove>
<sourceEntriesToRemove>
<sourceEntry/>
</sourceEntriesToRemove>
<configs>
<config>
<name>SDK_Keyboard</name>
<mainSourceRepo>Src</mainSourceRepo>
<sourceStructure>Basic</sourceStructure>
<device>STM32F407VGTx</device>
<cpucore>Arm Cortex-M4</cpucore>
<fpu>SP</fpu>
<memories>
<memory access="xrw" name="RAM" size="128" start="0x20000000"/>
<memory access="xrw" name="CCMRAM" size="64" start="0x10000000"/>
<memory access="rx" name="FLASH" size="1024" start="0x8000000"/>
</memories>
<startup>C:\Users\vakluchev\STM32Cube\Repository\STM32Cube_FW_F4_V1.24.2\Drivers\CMSIS\Device\ST\STM32F4xx\Source\Templates\gcc\startup_stm32f407xx.s</startup>
<LinkSettings>
<LinkAdditionalLibs/>
</LinkSettings>
<heapSize>0x200</heapSize>
<stackSize>0x400</stackSize>
<board>custom</board>
<debugprobe>jtag</debugprobe>
<optimization/>
<Aincludes>
<include/>
</Aincludes>
<Adefines/>
<Cdefines>
<define>USE_HAL_DRIVER</define>
<define>STM32F407xx</define>
</Cdefines>
<Ldefines/>
<Cincludes>
<include>Inc</include>
<include>Drivers\STM32F4xx_HAL_Driver\Inc</include>
<include>Drivers\STM32F4xx_HAL_Driver\Inc\Legacy</include>
<include>Drivers\CMSIS\Device\ST\STM32F4xx\Include</include>
<include>Drivers\CMSIS\Include</include>
</Cincludes>
<definestoremove>
<Adefines/>
<Cdefines>
<define>USE_FULL_LL_DRIVER</define>
<define>MBEDTLS_CONFIG_FILE="mbedtls_config.h"</define>
<define>USE_FULL_ASSERT=1U</define>
</Cdefines>
<Ldefines/>
</definestoremove>
<inctoremove>
<Aincludes>
<include/>
</Aincludes>
<Cincludes/>
</inctoremove>
</config>
</configs>
<copyAsReference>false</copyAsReference>
<sourceEntries>
<sourceEntry>
<name>Src</name>
</sourceEntry>
<sourceEntry>
<name>Drivers</name>
</sourceEntry>
</sourceEntries>
<Groups/>
</Project>
</Workspace>
</ScratchFile>