| [1] | 1 | <!DOCTYPE CrossStudio_Project_File>
|
|---|
| 2 | <solution Name="bootloader" target="8" version="2">
|
|---|
| 3 | <configuration
|
|---|
| 4 | Name="Debug"
|
|---|
| 5 | c_preprocessor_definitions="DEBUG"
|
|---|
| 6 | gcc_debugging_level="Level 3"
|
|---|
| 7 | gcc_optimization_level="None" />
|
|---|
| 8 | <configuration
|
|---|
| 9 | Name="Release"
|
|---|
| 10 | c_preprocessor_definitions="NDEBUG"
|
|---|
| 11 | gcc_debugging_level="Level 2"
|
|---|
| 12 | gcc_omit_frame_pointer="Yes"
|
|---|
| 13 | gcc_optimization_level="Level 2 balanced" />
|
|---|
| 14 | <project Name="bootloader">
|
|---|
| 15 | <configuration
|
|---|
| 16 | CMSIS_CORE="Yes"
|
|---|
| 17 | LIBRARY_IO_TYPE="RTT"
|
|---|
| 18 | Name="Common"
|
|---|
| 19 | Target="STM32G071CBTx"
|
|---|
| 20 | arm_architecture="v6M"
|
|---|
| 21 | arm_compiler_variant="SEGGER"
|
|---|
| 22 | arm_core_type="Cortex-M0+"
|
|---|
| 23 | arm_endian="Little"
|
|---|
| 24 | arm_fpu_type="None"
|
|---|
| 25 | arm_keep_preprocessor_output="Yes"
|
|---|
| 26 | arm_library_optimization="Small"
|
|---|
| 27 | arm_linker_heap_size="0"
|
|---|
| 28 | arm_linker_process_stack_size="0"
|
|---|
| 29 | arm_linker_stack_size="4096"
|
|---|
| 30 | arm_linker_variant="SEGGER"
|
|---|
| 31 | arm_rtl_variant="SEGGER"
|
|---|
| 32 | arm_simulator_memory_simulation_parameter="ROM;0x08000000;0x00020000;RAM;0x20000000;0x00008000"
|
|---|
| 33 | arm_target_debug_interface_type="ADIv5"
|
|---|
| 34 | arm_target_device_name="STM32G071CB"
|
|---|
| 35 | arm_target_interface_type="SWD"
|
|---|
| 36 | build_intermediate_directory="Output/$(Configuration)/Obj"
|
|---|
| 37 | c_preprocessor_definitions="STM32G071xx;__STM32G0xx_FAMILY;__STM32G071_SUBFAMILY;ARM_MATH_CM0PLUS"
|
|---|
| 38 | c_user_include_directories="$(ProjectDir)/STM32G0xx/CMSIS/Device/Include"
|
|---|
| 39 | debug_initial_breakpoint_set_option="Never"
|
|---|
| 40 | debug_register_definition_file="$(ProjectDir)/STM32G07x_Registers.xml"
|
|---|
| 41 | debug_stack_pointer_start="__stack_end__"
|
|---|
| 42 | debug_target_connection="J-Link"
|
|---|
| 43 | debug_terminal_log_file="output.txt"
|
|---|
| 44 | gcc_c_language_standard="c11"
|
|---|
| 45 | gcc_cplusplus_language_standard="c++17"
|
|---|
| 46 | gcc_entry_point="Reset_Handler"
|
|---|
| 47 | gcc_optimization_level="Level 2 for size"
|
|---|
| 48 | link_linker_script_file="$(ProjectDir)/STM32G0xx_Flash.icf"
|
|---|
| 49 | linker_keep_symbols="_vectors;FW_VERSION"
|
|---|
| 50 | linker_memory_map_file="$(ProjectDir)/STM32G071CBTx_MemoryMap.xml"
|
|---|
| 51 | linker_output_format="hex"
|
|---|
| 52 | linker_printf_width_precision_supported="Yes"
|
|---|
| 53 | macros="DeviceHeaderFile=$(PackagesDir)/STM32G0xx/CMSIS/Device/Include/stm32g0xx.h;DeviceLibraryIdentifier=M0l;DeviceSystemFile=$(PackagesDir)/STM32G0xx/CMSIS/Device/Source/system_stm32g0xx.c;DeviceVectorsFile=$(PackagesDir)/STM32G0xx/Source/STM32G07x_Vectors.s;DeviceFamily=STM32G0xx;DeviceSubFamily=STM32G071;Target=STM32G071CBTx"
|
|---|
| 54 | project_directory=""
|
|---|
| 55 | project_type="Executable"
|
|---|
| 56 | speed="0"
|
|---|
| 57 | target_reset_script="Reset();"
|
|---|
| 58 | target_trace_initialize_script="EnableTrace("$(TraceInterfaceType)")" />
|
|---|
| 59 | <configuration
|
|---|
| 60 | Name="Release"
|
|---|
| 61 | build_debug_information="No"
|
|---|
| 62 | gcc_c_language_standard="c17"
|
|---|
| 63 | gcc_debugging_level="None"
|
|---|
| 64 | gcc_optimization_level="Level 2 for size"
|
|---|
| 65 | link_map_file="Full"
|
|---|
| 66 | link_map_file_format="HTML"
|
|---|
| 67 | linker_printf_width_precision_supported="No" />
|
|---|
| 68 | <folder Name="CMSIS Files">
|
|---|
| 69 | <file file_name="STM32G0xx/CMSIS/Device/Include/stm32g0xx.h" />
|
|---|
| 70 | <file file_name="STM32G0xx/CMSIS/Device/Source/system_stm32g0xx.c">
|
|---|
| 71 | <configuration
|
|---|
| 72 | Name="Common"
|
|---|
| 73 | default_code_section=".init"
|
|---|
| 74 | default_const_section=".init_rodata" />
|
|---|
| 75 | </file>
|
|---|
| 76 | </folder>
|
|---|
| 77 | <folder Name="Script Files">
|
|---|
| 78 | <file file_name="STM32G0xx/Scripts/STM32G0xx_Target.js">
|
|---|
| 79 | <configuration Name="Common" file_type="Reset Script" />
|
|---|
| 80 | </file>
|
|---|
| 81 | </folder>
|
|---|
| 82 | <folder Name="Source Files">
|
|---|
| 83 | <configuration Name="Common" filter="c;cpp;cxx;cc;h;s;asm;inc" />
|
|---|
| 84 | <folder Name="Inc">
|
|---|
| 85 | <file file_name="aes.h" />
|
|---|
| 86 | <file file_name="main.h" />
|
|---|
| 87 | </folder>
|
|---|
| 88 | <folder Name="Src">
|
|---|
| 89 | <file file_name="aes.c" />
|
|---|
| 90 | <file file_name="main.c" />
|
|---|
| 91 | </folder>
|
|---|
| 92 | </folder>
|
|---|
| 93 | <folder Name="System Files">
|
|---|
| 94 | <file file_name="SEGGER_THUMB_Startup.s" />
|
|---|
| 95 | <file file_name="STM32G0xx/Source/STM32G07x_Vectors.s">
|
|---|
| 96 | <configuration Name="Common" file_type="Assembly" />
|
|---|
| 97 | </file>
|
|---|
| 98 | <file file_name="STM32G0xx/Source/STM32G0xx_Startup.s" />
|
|---|
| 99 | </folder>
|
|---|
| 100 | </project>
|
|---|
| 101 | </solution>
|
|---|