1 | <!DOCTYPE CrossStudio_Project_File> |
---|
2 | <solution Name="PowerPro" target="8" version="2"> |
---|
3 | <configuration |
---|
4 | Name="Debug" |
---|
5 | c_preprocessor_definitions="DEBUG" |
---|
6 | gcc_debugging_level="Level 3" |
---|
7 | gcc_omit_frame_pointer="Yes" |
---|
8 | gcc_optimization_level="None" /> |
---|
9 | <configuration |
---|
10 | Name="Release" |
---|
11 | c_preprocessor_definitions="NDEBUG" |
---|
12 | gcc_debugging_level="Level 2" |
---|
13 | gcc_omit_frame_pointer="Yes" |
---|
14 | gcc_optimization_level="Level 2 balanced" /> |
---|
15 | <project Name="PowerPro"> |
---|
16 | <configuration |
---|
17 | LIBRARY_IO_TYPE="RTT" |
---|
18 | Name="Common" |
---|
19 | Target="STM32C031K4Tx" |
---|
20 | arm_architecture="v6M" |
---|
21 | arm_compiler_variant="SEGGER" |
---|
22 | arm_core_type="Cortex-M0+" |
---|
23 | arm_endian="Little" |
---|
24 | arm_fp_abi="Soft" |
---|
25 | arm_fpu_type="None" |
---|
26 | arm_linker_heap_size="1024" |
---|
27 | arm_linker_process_stack_size="0" |
---|
28 | arm_linker_stack_size="2048" |
---|
29 | arm_linker_variant="SEGGER" |
---|
30 | arm_simulator_memory_simulation_parameter="ROM;0x08000000;0x00004000;RAM;0x20000000;0x00003000" |
---|
31 | arm_target_device_name="STM32C031K4" |
---|
32 | arm_target_interface_type="SWD" |
---|
33 | c_preprocessor_definitions="ARM_MATH_CM0PLUS;STM32C031xx;__STM32C031_SUBFAMILY;__STM32C0XX_FAMILY;__NO_FPU_ENABLE" |
---|
34 | c_user_include_directories="$(ProjectDir)/../Drivers/STM32C0xx_HAL_Driver/Inc;$(ProjectDir)/../Core/Inc;$(ProjectDir)/../Drivers/CMSIS/Include;$(ProjectDir)/../Drivers/CMSIS/Device/ST/STM32C0xx/Include;$(ProjectDir)/inc" |
---|
35 | debug_initial_breakpoint_set_option="Never" |
---|
36 | debug_register_definition_file="$(ProjectDir)/STM32C031_Registers.xml" |
---|
37 | debug_stack_pointer_start="__stack_end__" |
---|
38 | debug_start_from_entry_point_symbol="Yes" |
---|
39 | debug_target_connection="J-Link" |
---|
40 | gcc_entry_point="Reset_Handler" |
---|
41 | link_linker_script_file="$(ProjectDir)/STM32C0xx_Flash.icf" |
---|
42 | link_time_optimization="Yes" |
---|
43 | linker_memory_map_file="$(ProjectDir)/STM32C031K4Tx_MemoryMap.xml" |
---|
44 | macros="DeviceHeaderFile=$(PackagesDir)/STM32C0xx/Device/Include/stm32c0xx.h;DeviceSystemFile=$(PackagesDir)/STM32C0xx/Device/Source/system_stm32c0xx.c;DeviceVectorsFile=$(PackagesDir)/STM32C0xx/Source/stm32c031xx_Vectors.s;DeviceFamily=STM32C0xx;DeviceSubFamily=STM32C031;Target=STM32C031K4Tx" |
---|
45 | project_directory="" |
---|
46 | project_type="Executable" |
---|
47 | speed="50000" |
---|
48 | target_reset_script="Reset();" /> |
---|
49 | <configuration |
---|
50 | Name="Debug" |
---|
51 | gcc_optimization_level="Level 1" |
---|
52 | linker_keep_symbols="_vectors" /> |
---|
53 | <configuration |
---|
54 | Name="Release" |
---|
55 | arm_library_optimization="Balanced" |
---|
56 | gcc_optimization_level="Level 2 for size" /> |
---|
57 | <folder Name="CMSIS Files original_from_segger_ersetzt_durch_ST_file_from_cube"> |
---|
58 | <file file_name="STM32C0xx/Device/Include/stm32c0xx.h"> |
---|
59 | <configuration Name="Debug" build_exclude_from_build="Yes" /> |
---|
60 | </file> |
---|
61 | <file file_name="STM32C0xx/Device/Source/system_stm32c0xx.c"> |
---|
62 | <configuration |
---|
63 | Name="Common" |
---|
64 | build_exclude_from_build="Yes" |
---|
65 | default_code_section=".init" |
---|
66 | default_const_section=".init_rodata" /> |
---|
67 | </file> |
---|
68 | </folder> |
---|
69 | <folder Name="Core module init"> |
---|
70 | <folder Name="Inc"> |
---|
71 | <file file_name="../Core/Inc/adc.h" /> |
---|
72 | <file file_name="../Core/Inc/dma.h" /> |
---|
73 | <file file_name="../Core/Inc/gpio.h" /> |
---|
74 | <file file_name="../Core/Inc/main.h" /> |
---|
75 | <file file_name="../Core/Inc/stm32c0xx_hal_conf.h" /> |
---|
76 | <file file_name="../Core/Inc/stm32c0xx_it.h" /> |
---|
77 | <file file_name="../Core/Inc/tim.h" /> |
---|
78 | <file file_name="../Core/Inc/usart.h" /> |
---|
79 | </folder> |
---|
80 | <folder Name="Src"> |
---|
81 | <file file_name="../Core/Src/adc.c" /> |
---|
82 | <file file_name="../Core/Src/dma.c" /> |
---|
83 | <file file_name="../Core/Src/gpio.c" /> |
---|
84 | <file file_name="../Core/Src/stm32c0xx_hal_msp.c" /> |
---|
85 | <file file_name="../Core/Src/stm32c0xx_it.c" /> |
---|
86 | <file file_name="../Core/Src/system_stm32c0xx.c" /> |
---|
87 | <file file_name="../Core/Src/tim.c" /> |
---|
88 | <file file_name="../Core/Src/usart.c" /> |
---|
89 | </folder> |
---|
90 | </folder> |
---|
91 | <folder Name="CUBE HAL Driver"> |
---|
92 | <folder Name="inc"> |
---|
93 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal.h" /> |
---|
94 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_adc.h" /> |
---|
95 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_adc_ex.h" /> |
---|
96 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_cortex.h" /> |
---|
97 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_def.h" /> |
---|
98 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_dma.h" /> |
---|
99 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_dma_ex.h" /> |
---|
100 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_exti.h" /> |
---|
101 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_flash.h" /> |
---|
102 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_flash_ex.h" /> |
---|
103 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_gpio.h" /> |
---|
104 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_gpio_ex.h" /> |
---|
105 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_pwr.h" /> |
---|
106 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_pwr_ex.h" /> |
---|
107 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_rcc.h" /> |
---|
108 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_rcc_ex.h" /> |
---|
109 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_tim.h" /> |
---|
110 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_tim_ex.h" /> |
---|
111 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_uart.h" /> |
---|
112 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_uart_ex.h" /> |
---|
113 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_adc.h" /> |
---|
114 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_bus.h" /> |
---|
115 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_cortex.h" /> |
---|
116 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_dma.h" /> |
---|
117 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_dmamux.h" /> |
---|
118 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_exti.h" /> |
---|
119 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_gpio.h" /> |
---|
120 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_pwr.h" /> |
---|
121 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_rcc.h" /> |
---|
122 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_system.h" /> |
---|
123 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_tim.h" /> |
---|
124 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_usart.h" /> |
---|
125 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_utils.h" /> |
---|
126 | </folder> |
---|
127 | <folder Name="src"> |
---|
128 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal.c" /> |
---|
129 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_adc.c" /> |
---|
130 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_adc_ex.c" /> |
---|
131 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_cortex.c" /> |
---|
132 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_dma.c" /> |
---|
133 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_dma_ex.c" /> |
---|
134 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_exti.c" /> |
---|
135 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_flash.c" /> |
---|
136 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_flash_ex.c" /> |
---|
137 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_gpio.c" /> |
---|
138 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_pwr.c" /> |
---|
139 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_pwr_ex.c" /> |
---|
140 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_rcc.c" /> |
---|
141 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_rcc_ex.c" /> |
---|
142 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_tim.c" /> |
---|
143 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_tim_ex.c" /> |
---|
144 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_uart.c" /> |
---|
145 | <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_uart_ex.c" /> |
---|
146 | </folder> |
---|
147 | </folder> |
---|
148 | <folder Name="inc"> |
---|
149 | <file file_name="inc/button.h" /> |
---|
150 | <file file_name="inc/buzzer.h" /> |
---|
151 | <file file_name="inc/chip_temperature.h" /> |
---|
152 | <file file_name="inc/doku.h" /> |
---|
153 | <file file_name="inc/leds.h" /> |
---|
154 | <file file_name="inc/mode_lvp.h" /> |
---|
155 | <file file_name="inc/mode_lvp_ovp.h" /> |
---|
156 | <file file_name="inc/mode_mainswitch.h" /> |
---|
157 | <file file_name="inc/mode_ovp.h" /> |
---|
158 | <file file_name="inc/mode_secondaryprotection.h" /> |
---|
159 | <file file_name="inc/mode_secondaryprotection_plus.h" /> |
---|
160 | <file file_name="inc/modeswitch.h" /> |
---|
161 | <file file_name="inc/relais.h" /> |
---|
162 | <file file_name="inc/voltage_meas.h" /> |
---|
163 | </folder> |
---|
164 | <folder Name="Script Files"> |
---|
165 | <file file_name="STM32C0xx/Scripts/STM32C0xx_Target.js"> |
---|
166 | <configuration Name="Common" file_type="Reset Script" /> |
---|
167 | </file> |
---|
168 | </folder> |
---|
169 | <folder Name="src"> |
---|
170 | <file file_name="src/button.c" /> |
---|
171 | <file file_name="src/buzzer.c" /> |
---|
172 | <file file_name="src/chip_temperature.c" /> |
---|
173 | <file file_name="src/leds.c" /> |
---|
174 | <file file_name="src/main.c" /> |
---|
175 | <file file_name="src/mode_lvp.c"> |
---|
176 | <configuration Name="Debug" build_exclude_from_build="Yes" /> |
---|
177 | <configuration Name="Release" build_exclude_from_build="Yes" /> |
---|
178 | </file> |
---|
179 | <file file_name="src/mode_lvp_ovp.c"> |
---|
180 | <configuration Name="Debug" build_exclude_from_build="No" /> |
---|
181 | <configuration Name="Release" build_exclude_from_build="No" /> |
---|
182 | </file> |
---|
183 | <file file_name="src/mode_mainswitch.c" /> |
---|
184 | <file file_name="src/mode_ovp.c"> |
---|
185 | <configuration Name="Debug" build_exclude_from_build="Yes" /> |
---|
186 | <configuration Name="Release" build_exclude_from_build="Yes" /> |
---|
187 | </file> |
---|
188 | <file file_name="src/mode_secondaryprotection.c" /> |
---|
189 | <file file_name="src/mode_secondaryprotection_plus.c" /> |
---|
190 | <file file_name="src/modeswitch.c" /> |
---|
191 | <file file_name="src/relais.c" /> |
---|
192 | <file file_name="src/voltage_meas.c" /> |
---|
193 | </folder> |
---|
194 | <folder Name="System Files"> |
---|
195 | <file file_name="SEGGER_THUMB_Startup.s" /> |
---|
196 | <file file_name="STM32C0xx/Source/stm32c031xx_Vectors.s"> |
---|
197 | <configuration Name="Common" file_type="Assembly" /> |
---|
198 | </file> |
---|
199 | <file file_name="STM32C0xx/Source/STM32C0xx_Startup.s" /> |
---|
200 | </folder> |
---|
201 | </project> |
---|
202 | </solution> |
---|