88 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			88 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <!DOCTYPE CrossStudio_Project_File>
 | |
| <solution Name="stm32f4" target="8" version="2">
 | |
|   <project Name="stm32f4">
 | |
|     <configuration
 | |
|       Name="Common"
 | |
|       Placement="Flash"
 | |
|       Target="STM32F407VG"
 | |
|       arm_architecture="v7EM"
 | |
|       arm_core_type="Cortex-M4"
 | |
|       arm_endian="Little"
 | |
|       arm_fp_abi="Hard"
 | |
|       arm_fpu_type="FPv4-SP-D16"
 | |
|       arm_interwork="No"
 | |
|       arm_linker_heap_size="256"
 | |
|       arm_linker_process_stack_size="0"
 | |
|       arm_linker_stack_size="256"
 | |
|       arm_simulator_memory_simulation_parameter="ROM;0x08000000;0x00100000;RAM;0x10000000;0x00010000;RAM;0x20000000;0x00020000"
 | |
|       arm_target_debug_interface_type="ADIv5"
 | |
|       arm_target_device_name="STM32F407VG"
 | |
|       arm_target_interface_type="SWD"
 | |
|       c_preprocessor_definitions="STM32F407xx;__STM32F4xx_FAMILY;__STM32F407_SUBFAMILY;ARM_MATH_CM4;FLASH_PLACEMENT=1;CFG_TUSB_MCU=OPT_MCU_STM32F4;HSE_VALUE=8000000"
 | |
|       c_user_include_directories="../../src;$(rootDir)/src;$(rootDir)/hw;$(rootDir)/hw/mcu/st/cmsis;$(rootDir)/hw/mcu/st/stm32lib/CMSIS/STM32F4xx/Include"
 | |
|       debug_register_definition_file="$(ProjectDir)/STM32F40x_Registers.xml"
 | |
|       debug_target_connection="J-Link"
 | |
|       gcc_entry_point="Reset_Handler"
 | |
|       linker_memory_map_file="$(ProjectDir)/STM32F407VG_MemoryMap.xml"
 | |
|       linker_section_placement_file="$(ProjectDir)/flash_placement.xml"
 | |
|       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=../../../../.."
 | |
|       package_dependencies="STM32F4xx"
 | |
|       project_directory=""
 | |
|       project_type="Executable"
 | |
|       target_reset_script="Reset();"
 | |
|       target_trace_initialize_script="EnableTrace("$(TraceInterfaceType)")" />
 | |
|     <folder Name="System Files">
 | |
|       <file file_name="thumb_crt0.s" />
 | |
|       <file file_name="STM32F4xx_Startup.s" />
 | |
|       <file file_name="STM32F40x_Vectors.s">
 | |
|         <configuration Name="Common" file_type="Assembly" />
 | |
|       </file>
 | |
|       <file file_name="STM32F4xx_Target.js">
 | |
|         <configuration Name="Common" file_type="Reset Script" />
 | |
|       </file>
 | |
|     </folder>
 | |
|     <folder
 | |
|       Name="tinyusb"
 | |
|       exclude=""
 | |
|       filter="*.c;*.h"
 | |
|       path="../../../../../src"
 | |
|       recurse="Yes" />
 | |
|     <folder
 | |
|       Name="src"
 | |
|       exclude=""
 | |
|       filter="*.c;*.h"
 | |
|       path="../../src"
 | |
|       recurse="Yes" />
 | |
|     <folder
 | |
|       Name="segger_rtt"
 | |
|       exclude=""
 | |
|       filter="*.c;*.h"
 | |
|       path="../../../../../lib/segger_rtt"
 | |
|       recurse="No" />
 | |
|     <folder Name="hw">
 | |
|       <folder Name="bsp">
 | |
|         <folder Name="stm32f407disco">
 | |
|           <file file_name="../../../../../hw/bsp/stm32f407disco/stm32f407disco.c" />
 | |
|         </folder>
 | |
|         <file file_name="../../../../../hw/bsp/board.h" />
 | |
|       </folder>
 | |
|       <folder Name="mcu">
 | |
|         <folder Name="st">
 | |
|           <folder Name="system-init">
 | |
|             <file file_name="../../../../../hw/mcu/st/system-init/system_stm32f4xx.c" />
 | |
|           </folder>
 | |
|           <folder Name="stm32lib" />
 | |
|         </folder>
 | |
|       </folder>
 | |
|     </folder>
 | |
|     <configuration
 | |
|       Name="stm32f407disco"
 | |
|       c_preprocessor_definitions="BOARD_STM32F407G_DISC1" />
 | |
|   </project>
 | |
|   <configuration
 | |
|     Name="stm32f407disco"
 | |
|     c_preprocessor_definitions="DEBUG"
 | |
|     gcc_debugging_level="Level 3"
 | |
|     gcc_optimization_level="None" />
 | |
| </solution>
 | 
