source: trunk/firmware_v5/CubeMX/EWARM/Project.emProject@ 42

Last change on this file since 42 was 42, checked in by f.jahn, 5 days ago
File size: 4.5 KB
RevLine 
[42]1<!DOCTYPE CrossStudio_Project_File>
2<solution Name="Project" target="8" version="2">
3 <configuration Name="Internal" Platform="ARM" hidden="Yes" />
4 <configuration Name="powerpro" hidden="Yes" />
5 <configuration
6 Name="powerpro Internal"
7 inherited_configurations="Internal;powerpro" />
8 <project Name="powerpro">
9 <configuration
10 LIBRARY_IO_TYPE="RTT"
11 Name="Common"
12 arm_architecture="v6M"
13 arm_compiler_variant="SEGGER"
14 arm_core_type="Cortex-M0"
15 arm_endian="Little"
16 arm_fpu_type=""
17 arm_linker_variant="SEGGER"
18 arm_target_device_name="STM32C071KB"
19 arm_target_interface_type="SWD"
20 debug_start_from_entry_point_symbol="No"
21 debug_target_connection="J-Link"
22 link_linker_script_file="$(StudioDir)/samples/SEGGER_Flash.icf"
23 linker_section_placements_segments="FLASH1 RX 0x08000000 0x00020000;RAM1 RWX 0x20000000 0x00006000;"
24 project_directory=""
25 project_type="Executable" />
26 <configuration
27 LIBRARY_IO_TYPE="SEMIHOST (host-formatted)"
28 Name="Internal" />
29 <configuration
30 Name="powerpro"
31 arm_architecture="v6M"
32 arm_core_type="Cortex-M0"
33 arm_endian="Little"
34 arm_fpu_type=""
35 build_intermediate_directory="powerpro/Obj"
36 build_output_directory="powerpro/Exe"
37 c_preprocessor_definitions="USE_HAL_DRIVER;STM32C071xx"
38 c_user_include_directories=";./../Core/Inc;./../Drivers/STM32C0xx_HAL_Driver/Inc;./../Drivers/STM32C0xx_HAL_Driver/Inc/Legacy;./../Drivers/CMSIS/Device/ST/STM32C0xx/Include;./../Drivers/CMSIS/Include"
39 linker_section_placements_segments="FLASH1 RX 0x08000000 0x00020000;RAM1 RWX 0x20000000 0x00006000;" />
40 <folder Name="Application">
41 <folder Name="EWARM">
42 <file file_name="./startup_stm32c071xx.s">
43 <configuration Name="Internal" build_exclude_from_build="Yes" />
44 </file>
45 </folder>
46 <folder Name="User">
47 <folder Name="Core">
48 <file file_name="./../Core/Src/adc.c" />
49 <file file_name="./../Core/Src/dma.c" />
50 <file file_name="./../Core/Src/gpio.c" />
51 <file file_name="./../Core/Src/iwdg.c" />
52 <file file_name="./../Core/Src/main.c" />
53 <file file_name="./../Core/Src/stm32c0xx_hal_msp.c" />
54 <file file_name="./../Core/Src/stm32c0xx_it.c" />
55 <file file_name="./../Core/Src/tim.c" />
56 <file file_name="./../Core/Src/usart.c" />
57 </folder>
58 </folder>
59 </folder>
60 <folder Name="Drivers">
61 <folder Name="CMSIS">
62 <file file_name="./../Core/Src/system_stm32c0xx.c" />
63 </folder>
64 <folder Name="STM32C0xx_HAL_Driver">
65 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal.c" />
66 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_adc.c" />
67 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_adc_ex.c" />
68 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_cortex.c" />
69 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_dma.c" />
70 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_dma_ex.c" />
71 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_exti.c" />
72 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_flash.c" />
73 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_flash_ex.c" />
74 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_gpio.c" />
75 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_iwdg.c" />
76 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_pwr.c" />
77 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_pwr_ex.c" />
78 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_rcc.c" />
79 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_rcc_ex.c" />
80 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_tim.c" />
81 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_tim_ex.c" />
82 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_uart.c" />
83 <file file_name="./../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_uart_ex.c" />
84 </folder>
85 </folder>
86 <folder Name="Internal Files">
87 <file file_name="$(DeviceVectorsFile:)" />
88 <file file_name="$(StudioDir)/samples/Cortex_M_Startup.s" />
89 <file file_name="$(StudioDir)/samples/SEGGER_THUMB_Startup.s" />
90 </folder>
91 </project>
92</solution>
Note: See TracBrowser for help on using the repository browser.