[6] | 1 | <!DOCTYPE CrossStudio_Project_File> |
---|
| 2 | <solution Name="project" target="8" version="2"> |
---|
| 3 | <project Name="firmware"> |
---|
| 4 | <configuration |
---|
| 5 | Name="Common" |
---|
| 6 | arm_architecture="v6M" |
---|
| 7 | arm_core_type="Cortex-M0" |
---|
| 8 | arm_endian="Little" |
---|
| 9 | arm_fp_abi="Soft" |
---|
| 10 | arm_fpu_type="None" |
---|
| 11 | arm_linker_variant="SEGGER" |
---|
| 12 | arm_simulator_memory_simulation_parameter="RWX 0x20000000,0x9000,CDCDCDCD;RX 0x8000000,0x20000,FFFFFFFF" |
---|
| 13 | arm_target_device_name="STM32G070KB" |
---|
| 14 | arm_target_interface_type="SWD" |
---|
| 15 | debug_target_connection="J-Link" |
---|
| 16 | link_linker_script_file="$(StudioDir)/samples/SEGGER_Flash.icf" |
---|
| 17 | linker_section_placements_segments="RAM RWX 0x20000000 0x9000;FLASH RX 0x8000000 0x20000" |
---|
| 18 | project_directory="" |
---|
| 19 | project_type="Executable" /> |
---|
| 20 | <folder Name="Internal Files"> |
---|
| 21 | <file file_name="$(StudioDir)/samples/Cortex_M_Startup.s" /> |
---|
| 22 | <file file_name="$(StudioDir)/samples/SEGGER_THUMB_Startup.s" /> |
---|
| 23 | </folder> |
---|
| 24 | <configuration |
---|
| 25 | Name="Debug12v" |
---|
| 26 | arm_compiler_variant="clang" |
---|
| 27 | c_preprocessor_definitions="__weak=__attribute__((weak));__packed=__attribute__((__packed__));USE_HAL_DRIVER;STM32G070xx;MODBUS_SUPPORT = TRUE" |
---|
| 28 | c_user_include_directories="$(ProjectDir)/Inc;$(ProjectDir)/Drivers/STM32G0xx_HAL_Driver/Inc;$(ProjectDir)/Drivers/STM32G0xx_HAL_Driver/Inc/Legacy;$(ProjectDir)/Drivers/CMSIS/Device/ST/STM32G0xx/Include;$(ProjectDir)/Drivers/CMSIS/Include;$(ProjectDir)/RTT;$(ProjectDir)/Modbus;$(ProjectDir)/HSI16/Inc" |
---|
| 29 | debug_register_definition_file="$(ProjectDir)/STM32G07x.svd" |
---|
| 30 | gcc_debugging_level="Level 3" |
---|
| 31 | gcc_optimization_level="None" |
---|
| 32 | linker_additional_files="" |
---|
| 33 | linker_printf_fp_enabled="Float" /> |
---|
| 34 | <configuration |
---|
| 35 | Name="Internal" |
---|
| 36 | arm_linker_heap_size="1536" |
---|
| 37 | arm_linker_stack_size="0" |
---|
| 38 | build_intermediate_directory="$(Configuration)" |
---|
| 39 | build_output_directory="$(Configuration)" |
---|
| 40 | link_linker_script_file="STM32G070KB_FLASH.icf" |
---|
| 41 | linker_additional_options="--no-auto-es-region-symbols" |
---|
| 42 | linker_keep_symbols="g_pfnVectors" |
---|
| 43 | linker_output_format="hex" |
---|
| 44 | linker_printf_width_precision_supported="Yes" |
---|
| 45 | linker_supply_memory_segments="No" /> |
---|
| 46 | <configuration |
---|
| 47 | Name="Release12v" |
---|
| 48 | c_preprocessor_definitions="__weak=__attribute__((weak));__packed=__attribute__((__packed__));USE_HAL_DRIVER;STM32G070xx" |
---|
| 49 | c_user_include_directories="$(ProjectDir)/Inc;$(ProjectDir)/Drivers/STM32G0xx_HAL_Driver/Inc;$(ProjectDir)/Drivers/STM32G0xx_HAL_Driver/Inc/Legacy;$(ProjectDir)/Drivers/CMSIS/Device/ST/STM32G0xx/Include;$(ProjectDir)/Drivers/CMSIS/Include;$(ProjectDir)/RTT;$(ProjectDir)/Modbus;$(ProjectDir)/HSI16/Inc" |
---|
| 50 | gcc_debugging_level="Level 2" |
---|
| 51 | gcc_optimization_level="Optimize For Size" |
---|
| 52 | linker_additional_files="" /> |
---|
| 53 | <folder Name="startup"> |
---|
| 54 | <file file_name="startup/startup_stm32g070xx.s" /> |
---|
| 55 | </folder> |
---|
| 56 | <folder Name="Drivers"> |
---|
| 57 | <folder Name="STM32G0xx_HAL_Driver"> |
---|
| 58 | <folder Name="Src"> |
---|
| 59 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c" /> |
---|
| 60 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_adc.c" /> |
---|
| 61 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_adc_ex.c" /> |
---|
| 62 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cec.c" /> |
---|
| 63 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_comp.c" /> |
---|
| 64 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c" /> |
---|
| 65 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_crc.c" /> |
---|
| 66 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_crc_ex.c" /> |
---|
| 67 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cryp.c" /> |
---|
| 68 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cryp_ex.c" /> |
---|
| 69 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dac.c" /> |
---|
| 70 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dac_ex.c" /> |
---|
| 71 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c" /> |
---|
| 72 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c" /> |
---|
| 73 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c" /> |
---|
| 74 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c" /> |
---|
| 75 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c" /> |
---|
| 76 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c" /> |
---|
| 77 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2c.c" /> |
---|
| 78 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2c_ex.c" /> |
---|
| 79 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2s.c" /> |
---|
| 80 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_irda.c" /> |
---|
| 81 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_iwdg.c" /> |
---|
| 82 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_lptim.c" /> |
---|
| 83 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c" /> |
---|
| 84 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c" /> |
---|
| 85 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c" /> |
---|
| 86 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c" /> |
---|
| 87 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rng.c" /> |
---|
| 88 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rtc.c" /> |
---|
| 89 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rtc_ex.c" /> |
---|
| 90 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smartcard.c" /> |
---|
| 91 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smartcard_ex.c" /> |
---|
| 92 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smbus.c" /> |
---|
| 93 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_spi.c" /> |
---|
| 94 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_spi_ex.c" /> |
---|
| 95 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c" /> |
---|
| 96 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c" /> |
---|
| 97 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_uart.c" /> |
---|
| 98 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_uart_ex.c" /> |
---|
| 99 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_usart.c" /> |
---|
| 100 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_usart_ex.c" /> |
---|
| 101 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_wwdg.c" /> |
---|
| 102 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_adc.c" /> |
---|
| 103 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_comp.c" /> |
---|
| 104 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crc.c" /> |
---|
| 105 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dac.c" /> |
---|
| 106 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c" /> |
---|
| 107 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c" /> |
---|
| 108 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c" /> |
---|
| 109 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_i2c.c" /> |
---|
| 110 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_lptim.c" /> |
---|
| 111 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_lpuart.c" /> |
---|
| 112 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_pwr.c" /> |
---|
| 113 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c" /> |
---|
| 114 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rng.c" /> |
---|
| 115 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rtc.c" /> |
---|
| 116 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_spi.c" /> |
---|
| 117 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_tim.c" /> |
---|
| 118 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c" /> |
---|
| 119 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c" /> |
---|
| 120 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_ucpd.c" /> |
---|
| 121 | </folder> |
---|
| 122 | <folder Name="Inc"> |
---|
| 123 | <folder Name="Legacy"> |
---|
| 124 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h" /> |
---|
| 125 | </folder> |
---|
| 126 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32_assert_template.h" /> |
---|
| 127 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h" /> |
---|
| 128 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_adc.h" /> |
---|
| 129 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_adc_ex.h" /> |
---|
| 130 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cec.h" /> |
---|
| 131 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_comp.h" /> |
---|
| 132 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_conf_template.h" /> |
---|
| 133 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cortex.h" /> |
---|
| 134 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_crc.h" /> |
---|
| 135 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_crc_ex.h" /> |
---|
| 136 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cryp.h" /> |
---|
| 137 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cryp_ex.h" /> |
---|
| 138 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dac.h" /> |
---|
| 139 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dac_ex.h" /> |
---|
| 140 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_def.h" /> |
---|
| 141 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma.h" /> |
---|
| 142 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma_ex.h" /> |
---|
| 143 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_exti.h" /> |
---|
| 144 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h" /> |
---|
| 145 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash_ex.h" /> |
---|
| 146 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio.h" /> |
---|
| 147 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio_ex.h" /> |
---|
| 148 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2c.h" /> |
---|
| 149 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2c_ex.h" /> |
---|
| 150 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2s.h" /> |
---|
| 151 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_irda.h" /> |
---|
| 152 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_irda_ex.h" /> |
---|
| 153 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_iwdg.h" /> |
---|
| 154 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_lptim.h" /> |
---|
| 155 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h" /> |
---|
| 156 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr_ex.h" /> |
---|
| 157 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc.h" /> |
---|
| 158 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc_ex.h" /> |
---|
| 159 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rng.h" /> |
---|
| 160 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rtc.h" /> |
---|
| 161 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rtc_ex.h" /> |
---|
| 162 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smartcard.h" /> |
---|
| 163 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smartcard_ex.h" /> |
---|
| 164 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smbus.h" /> |
---|
| 165 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_spi.h" /> |
---|
| 166 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_spi_ex.h" /> |
---|
| 167 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim.h" /> |
---|
| 168 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim_ex.h" /> |
---|
| 169 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_uart.h" /> |
---|
| 170 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_uart_ex.h" /> |
---|
| 171 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_usart.h" /> |
---|
| 172 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_usart_ex.h" /> |
---|
| 173 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_wwdg.h" /> |
---|
| 174 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_adc.h" /> |
---|
| 175 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_bus.h" /> |
---|
| 176 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_comp.h" /> |
---|
| 177 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_cortex.h" /> |
---|
| 178 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_crc.h" /> |
---|
| 179 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dac.h" /> |
---|
| 180 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dma.h" /> |
---|
| 181 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dmamux.h" /> |
---|
| 182 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_exti.h" /> |
---|
| 183 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_gpio.h" /> |
---|
| 184 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_i2c.h" /> |
---|
| 185 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_iwdg.h" /> |
---|
| 186 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_lptim.h" /> |
---|
| 187 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_lpuart.h" /> |
---|
| 188 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_pwr.h" /> |
---|
| 189 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rcc.h" /> |
---|
| 190 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rng.h" /> |
---|
| 191 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rtc.h" /> |
---|
| 192 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_spi.h" /> |
---|
| 193 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_system.h" /> |
---|
| 194 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_tim.h" /> |
---|
| 195 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_ucpd.h" /> |
---|
| 196 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_usart.h" /> |
---|
| 197 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_utils.h" /> |
---|
| 198 | <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_wwdg.h" /> |
---|
| 199 | </folder> |
---|
| 200 | </folder> |
---|
| 201 | <folder Name="CMSIS"> |
---|
| 202 | <folder Name="Device"> |
---|
| 203 | <folder Name="ST"> |
---|
| 204 | <folder Name="STM32G0xx"> |
---|
| 205 | <folder Name="Include"> |
---|
| 206 | <file file_name="Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h" /> |
---|
| 207 | <file file_name="Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g070xx.h" /> |
---|
| 208 | <file file_name="Drivers/CMSIS/Device/ST/STM32G0xx/Include/system_stm32g0xx.h" /> |
---|
| 209 | </folder> |
---|
| 210 | <folder Name="Source"> |
---|
| 211 | <folder Name="Templates" /> |
---|
| 212 | </folder> |
---|
| 213 | </folder> |
---|
| 214 | </folder> |
---|
| 215 | </folder> |
---|
| 216 | <folder Name="Include"> |
---|
| 217 | <file file_name="Drivers/CMSIS/Include/arm_common_tables.h" /> |
---|
| 218 | <file file_name="Drivers/CMSIS/Include/arm_const_structs.h" /> |
---|
| 219 | <file file_name="Drivers/CMSIS/Include/arm_math.h" /> |
---|
| 220 | <file file_name="Drivers/CMSIS/Include/cmsis_armcc.h" /> |
---|
| 221 | <file file_name="Drivers/CMSIS/Include/cmsis_armcc_V6.h" /> |
---|
| 222 | <file file_name="Drivers/CMSIS/Include/cmsis_gcc.h" /> |
---|
| 223 | <file file_name="Drivers/CMSIS/Include/core_cm0.h" /> |
---|
| 224 | <file file_name="Drivers/CMSIS/Include/core_cm0plus.h" /> |
---|
| 225 | <file file_name="Drivers/CMSIS/Include/core_cm3.h" /> |
---|
| 226 | <file file_name="Drivers/CMSIS/Include/core_cm4.h" /> |
---|
| 227 | <file file_name="Drivers/CMSIS/Include/core_cm7.h" /> |
---|
| 228 | <file file_name="Drivers/CMSIS/Include/core_cmFunc.h" /> |
---|
| 229 | <file file_name="Drivers/CMSIS/Include/core_cmInstr.h" /> |
---|
| 230 | <file file_name="Drivers/CMSIS/Include/core_cmSimd.h" /> |
---|
| 231 | <file file_name="Drivers/CMSIS/Include/core_sc000.h" /> |
---|
| 232 | <file file_name="Drivers/CMSIS/Include/core_sc300.h" /> |
---|
| 233 | </folder> |
---|
| 234 | </folder> |
---|
| 235 | </folder> |
---|
| 236 | <folder Name="Src"> |
---|
| 237 | <file file_name="Src/adc.c" /> |
---|
| 238 | <file file_name="Src/gpio.c" /> |
---|
| 239 | <file file_name="Src/main.c" /> |
---|
| 240 | <file file_name="Src/rtc.c" /> |
---|
| 241 | <file file_name="Src/spi.c" /> |
---|
| 242 | <file file_name="Src/stm32g0xx_hal_msp.c" /> |
---|
| 243 | <file file_name="Src/stm32g0xx_it.c" /> |
---|
| 244 | <file file_name="Src/system_stm32g0xx.c" /> |
---|
| 245 | <file file_name="Src/usart.c" /> |
---|
| 246 | <file file_name="Src/dma.c" /> |
---|
| 247 | <file file_name="Src/ads1260.c" /> |
---|
| 248 | <file file_name="Src/eeprom.c" /> |
---|
| 249 | <file file_name="Src/ah_counter.c" /> |
---|
| 250 | <file file_name="Src/battery_voltage.c" /> |
---|
| 251 | <file file_name="Src/chip_temperature.c" /> |
---|
| 252 | <file file_name="Src/shunt_temperature.c" /> |
---|
| 253 | <file file_name="Src/shunt_voltage.c" /> |
---|
| 254 | <file file_name="Src/template.c" /> |
---|
| 255 | <file file_name="Src/ref_voltage.c" /> |
---|
| 256 | </folder> |
---|
| 257 | <folder Name="Inc"> |
---|
| 258 | <file file_name="Inc/gpio.h" /> |
---|
| 259 | <file file_name="Inc/main.h" /> |
---|
| 260 | <file file_name="Inc/rtc.h" /> |
---|
| 261 | <file file_name="Inc/spi.h" /> |
---|
| 262 | <file file_name="Inc/stm32g0xx_hal_conf.h" /> |
---|
| 263 | <file file_name="Inc/stm32g0xx_it.h" /> |
---|
| 264 | <file file_name="Inc/usart.h" /> |
---|
| 265 | <file file_name="Inc/dma.h" /> |
---|
| 266 | <file file_name="Inc/ads1260.h" /> |
---|
| 267 | <file file_name="Inc/eeprom.h" /> |
---|
| 268 | <file file_name="Inc/ah_counter.h" /> |
---|
| 269 | <file file_name="Inc/battery_voltage.h" /> |
---|
| 270 | <file file_name="Inc/chip_temperature.h" /> |
---|
| 271 | <file file_name="Inc/shunt_temperature.h" /> |
---|
| 272 | <file file_name="Inc/shunt_voltage.h" /> |
---|
| 273 | <file file_name="Inc/template.h" /> |
---|
| 274 | <file file_name="Inc/ref_voltage.h" /> |
---|
| 275 | <file file_name="Inc/doku.h" /> |
---|
| 276 | </folder> |
---|
| 277 | <folder Name="RTT"> |
---|
| 278 | <file file_name="RTT/SEGGER_RTT.c" /> |
---|
| 279 | <file file_name="RTT/SEGGER_RTT.h" /> |
---|
| 280 | <file file_name="RTT/SEGGER_RTT_Conf.h" /> |
---|
| 281 | <file file_name="RTT/SEGGER_RTT_SES.c"> |
---|
| 282 | <configuration Name="Debug12v" build_exclude_from_build="Yes" /> |
---|
| 283 | <configuration Name="Release12v" build_exclude_from_build="Yes" /> |
---|
| 284 | </file> |
---|
| 285 | <file file_name="RTT/SEGGER_RTT_Syscalls_GCC.c"> |
---|
| 286 | <configuration Name="Debug12v" build_exclude_from_build="Yes" /> |
---|
| 287 | <configuration Name="Release12v" build_exclude_from_build="Yes" /> |
---|
| 288 | </file> |
---|
| 289 | <file file_name="RTT/SEGGER_RTT_Syscalls_SES.c"> |
---|
| 290 | <configuration Name="Debug12v" build_exclude_from_build="No" /> |
---|
| 291 | </file> |
---|
| 292 | </folder> |
---|
| 293 | <folder Name="Modbus"> |
---|
| 294 | <file file_name="Modbus/modbus.c" /> |
---|
| 295 | <file file_name="Modbus/modbus.h" /> |
---|
| 296 | </folder> |
---|
| 297 | <folder Name="HSI16"> |
---|
| 298 | <folder Name="Inc"> |
---|
| 299 | <file file_name="HSI16/Inc/hsi16.h" /> |
---|
| 300 | <file file_name="HSI16/Inc/hsi16_calibration.h" /> |
---|
| 301 | </folder> |
---|
| 302 | <folder Name="Src"> |
---|
| 303 | <file file_name="HSI16/Src/hsi16.c" /> |
---|
| 304 | <file file_name="HSI16/Src/hsi16 _calibration.c" /> |
---|
| 305 | </folder> |
---|
| 306 | </folder> |
---|
| 307 | </project> |
---|
| 308 | <configuration Name="Internal" hidden="Yes" /> |
---|
| 309 | <configuration |
---|
| 310 | Name="Debug12v" |
---|
| 311 | c_preprocessor_definitions="DEBUG" |
---|
| 312 | gcc_debugging_level="Level 3" |
---|
| 313 | gcc_optimization_level="None" |
---|
| 314 | inherited_configurations="Internal" /> |
---|
| 315 | <configuration |
---|
| 316 | Name="Release12v" |
---|
| 317 | c_preprocessor_definitions="NDEBUG" |
---|
| 318 | gcc_debugging_level="None" |
---|
| 319 | gcc_omit_frame_pointer="Yes" |
---|
| 320 | gcc_optimization_level="Level 1" |
---|
| 321 | inherited_configurations="Internal" /> |
---|
| 322 | <configuration Name="Debug24v" inherited_configurations="Internal" /> |
---|
| 323 | </solution> |
---|