mx.scratch 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <ScratchFile FileVersion="3.0">
  3. <FileVersion>3.0</FileVersion>
  4. <Workspace>
  5. <WorkspaceType>Single-project</WorkspaceType>
  6. <WorkspacePath>/home/remy/Projet/rampesLeds/Soft/STM32/Proto/</WorkspacePath>
  7. <underRoot>true</underRoot>
  8. <TrustZone>0</TrustZone>
  9. <HAL_Driver>/home/remy/STM32Cube/Repository//STM32Cube_FW_F4_V1.25.2</HAL_Driver>
  10. <CMSIS>Drivers/CMSIS</CMSIS>
  11. <Toolchain>STM32CubeIDE</Toolchain>
  12. <IocFile>Proto.ioc</IocFile>
  13. <Project>
  14. <ProjectName>Proto</ProjectName>
  15. <ProjectNature>C</ProjectNature>
  16. <Secure/>
  17. <filestoremove>
  18. <file>
  19. <name>gpio.h</name>
  20. </file>
  21. <file>
  22. <name>../Src/controle.c</name>
  23. </file>
  24. <file>
  25. <name>adc.h</name>
  26. </file>
  27. <file>
  28. <name>i2c.h</name>
  29. </file>
  30. <file>
  31. <name>tim.h</name>
  32. </file>
  33. <file>
  34. <name>usart.h</name>
  35. </file>
  36. <file>
  37. <name>stm32f4xx_it.h</name>
  38. </file>
  39. <file>
  40. <name>stm32f4xx_hal_conf.h</name>
  41. </file>
  42. <file>
  43. <name>main.h</name>
  44. </file>
  45. </filestoremove>
  46. <sourceEntriesToRemove>
  47. <sourceEntry/>
  48. </sourceEntriesToRemove>
  49. <configs>
  50. <config>
  51. <name>Proto</name>
  52. <mainSourceRepo>Src</mainSourceRepo>
  53. <sourceStructure>Basic</sourceStructure>
  54. <device>STM32F401RCTx</device>
  55. <cpucore>Arm Cortex-M4</cpucore>
  56. <fpu>SP</fpu>
  57. <memories>
  58. <memory access="xrw" name="RAM" size="64" start="0x20000000"/>
  59. <memory access="rx" name="FLASH" size="256" start="0x8000000"/>
  60. </memories>
  61. <startup>/home/remy/STM32Cube/Repository/STM32Cube_FW_F4_V1.25.2/Drivers/CMSIS/Device\ST\STM32F4xx\Source\Templates\gcc\startup_stm32f401xc.s</startup>
  62. <LinkSettings>
  63. <LinkAdditionalLibs/>
  64. </LinkSettings>
  65. <heapSize>0x200</heapSize>
  66. <stackSize>0x400</stackSize>
  67. <board>custom</board>
  68. <debugprobe>swd</debugprobe>
  69. <optimization/>
  70. <Aincludes>
  71. <include/>
  72. </Aincludes>
  73. <Adefines/>
  74. <Cdefines>
  75. <define>USE_HAL_DRIVER</define>
  76. <define>STM32F401xC</define>
  77. </Cdefines>
  78. <Ldefines/>
  79. <Cincludes>
  80. <include>Inc</include>
  81. <include>Drivers/STM32F4xx_HAL_Driver/Inc</include>
  82. <include>Drivers/STM32F4xx_HAL_Driver/Inc/Legacy</include>
  83. <include>Drivers/CMSIS/Device/ST/STM32F4xx/Include</include>
  84. <include>Drivers/CMSIS/Include</include>
  85. </Cincludes>
  86. <definestoremove>
  87. <Adefines/>
  88. <Cdefines>
  89. <define>USE_FULL_LL_DRIVER</define>
  90. <define>MBEDTLS_CONFIG_FILE="mbedtls_config.h"</define>
  91. <define>USE_FULL_ASSERT=1U</define>
  92. </Cdefines>
  93. <Ldefines/>
  94. </definestoremove>
  95. <inctoremove>
  96. <Aincludes>
  97. <include/>
  98. </Aincludes>
  99. <Cincludes/>
  100. </inctoremove>
  101. </config>
  102. </configs>
  103. <copyAsReference>false</copyAsReference>
  104. <sourceEntries>
  105. <sourceEntry>
  106. <name>Src</name>
  107. </sourceEntry>
  108. <sourceEntry>
  109. <name>Drivers</name>
  110. </sourceEntry>
  111. </sourceEntries>
  112. <Groups/>
  113. </Project>
  114. </Workspace>
  115. </ScratchFile>