stm32f4.emProject 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <!DOCTYPE CrossStudio_Project_File>
  2. <solution Name="stm32f4" target="8" version="2">
  3. <project Name="stm32f4">
  4. <configuration
  5. Name="Common"
  6. Placement="Flash"
  7. Target="STM32F407VG"
  8. arm_architecture="v7EM"
  9. arm_core_type="Cortex-M4"
  10. arm_endian="Little"
  11. arm_fp_abi="Hard"
  12. arm_fpu_type="FPv4-SP-D16"
  13. arm_interwork="No"
  14. arm_linker_heap_size="256"
  15. arm_linker_process_stack_size="0"
  16. arm_linker_stack_size="256"
  17. arm_simulator_memory_simulation_parameter="ROM;0x08000000;0x00100000;RAM;0x10000000;0x00010000;RAM;0x20000000;0x00020000"
  18. arm_target_debug_interface_type="ADIv5"
  19. arm_target_device_name="STM32F407VG"
  20. arm_target_interface_type="SWD"
  21. c_preprocessor_definitions="STM32F407xx;__STM32F4xx_FAMILY;__STM32F407_SUBFAMILY;ARM_MATH_CM4;FLASH_PLACEMENT=1;CFG_TUSB_MCU=OPT_MCU_STM32F4;HSE_VALUE=8000000"
  22. c_user_include_directories="../../src;$(rootDir)/src;$(rootDir)/hw;$(rootDir)/hw/mcu/st/cmsis;$(rootDir)/hw/mcu/st/stm32lib/CMSIS/STM32F4xx/Include"
  23. debug_register_definition_file="$(ProjectDir)/STM32F40x_Registers.xml"
  24. debug_target_connection="J-Link"
  25. gcc_entry_point="Reset_Handler"
  26. linker_memory_map_file="$(ProjectDir)/STM32F407VG_MemoryMap.xml"
  27. linker_section_placement_file="$(ProjectDir)/flash_placement.xml"
  28. macros="DeviceHeaderFile=$(PackagesDir)/STM32F4xx/CMSIS/Device/Include/stm32f4xx.h;DeviceLibraryIdentifier=M4lf;DeviceSystemFile=$(PackagesDir)/STM32F4xx/CMSIS/Device/Source/system_stm32f4xx.c;DeviceVectorsFile=$(PackagesDir)/STM32F4xx/Source/STM32F40x_Vectors.s;DeviceFamily=STM32F4xx;DeviceSubFamily=STM32F407;Target=STM32F407VG;Placement=Flash;rootDir=../../../../.."
  29. package_dependencies="STM32F4xx"
  30. project_directory=""
  31. project_type="Executable"
  32. target_reset_script="Reset();"
  33. target_trace_initialize_script="EnableTrace(&quot;$(TraceInterfaceType)&quot;)" />
  34. <folder Name="System Files">
  35. <file file_name="thumb_crt0.s" />
  36. <file file_name="STM32F4xx_Startup.s" />
  37. <file file_name="STM32F40x_Vectors.s">
  38. <configuration Name="Common" file_type="Assembly" />
  39. </file>
  40. <file file_name="STM32F4xx_Target.js">
  41. <configuration Name="Common" file_type="Reset Script" />
  42. </file>
  43. </folder>
  44. <folder
  45. Name="tinyusb"
  46. exclude=""
  47. filter="*.c;*.h"
  48. path="../../../../../src"
  49. recurse="Yes" />
  50. <folder
  51. Name="src"
  52. exclude=""
  53. filter="*.c;*.h"
  54. path="../../src"
  55. recurse="Yes" />
  56. <folder
  57. Name="segger_rtt"
  58. exclude=""
  59. filter="*.c;*.h"
  60. path="../../../../../lib/segger_rtt"
  61. recurse="No" />
  62. <folder Name="hw">
  63. <folder Name="bsp">
  64. <folder Name="stm32f407disco">
  65. <file file_name="../../../../../hw/bsp/stm32f407disco/stm32f407disco.c" />
  66. </folder>
  67. <file file_name="../../../../../hw/bsp/board.h" />
  68. </folder>
  69. <folder Name="mcu">
  70. <folder Name="st">
  71. <folder Name="system-init">
  72. <file file_name="../../../../../hw/mcu/st/system-init/system_stm32f4xx.c" />
  73. </folder>
  74. <folder Name="stm32lib" />
  75. </folder>
  76. </folder>
  77. </folder>
  78. <configuration
  79. Name="stm32f407disco"
  80. c_preprocessor_definitions="BOARD_STM32F407G_DISC1" />
  81. </project>
  82. <configuration
  83. Name="stm32f407disco"
  84. c_preprocessor_definitions="DEBUG"
  85. gcc_debugging_level="Level 3"
  86. gcc_optimization_level="None" />
  87. </solution>