| [10] | 1 | <!DOCTYPE CrossStudio_Project_File> | 
|---|
|  | 2 | <solution Name="charger" version="2" target="8"> | 
|---|
|  | 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="charger"> | 
|---|
|  | 16 | <configuration | 
|---|
|  | 17 | LIBRARY_IO_TYPE="RTT" | 
|---|
|  | 18 | Name="Common" | 
|---|
| [74] | 19 | THREAD_SCRIPT="FreeRTOS CM7" | 
|---|
| [10] | 20 | Target="STM32H723ZETx" | 
|---|
|  | 21 | arm_architecture="v7EM" | 
|---|
|  | 22 | arm_compiler_variant="SEGGER" | 
|---|
|  | 23 | arm_core_type="Cortex-M7" | 
|---|
|  | 24 | arm_endian="Little" | 
|---|
|  | 25 | arm_fp_abi="Hard" | 
|---|
|  | 26 | arm_fpu_type="FPv5-D16" | 
|---|
|  | 27 | arm_linker_heap_size="2048" | 
|---|
|  | 28 | arm_linker_process_stack_size="0" | 
|---|
| [11] | 29 | arm_linker_stack_size="8192" | 
|---|
| [10] | 30 | arm_linker_variant="SEGGER" | 
|---|
|  | 31 | arm_simulator_memory_simulation_parameter="RAM;0x00000000;0x00010000;ROM;0x08000000;0x00080000;RAM;0x20000000;0x00020000;RAM;0x24000000;0x00020000;RAM;0x30000000;0x00008000;RAM;0x38000000;0x00004000;RAM;0x38800000;0x00001000" | 
|---|
|  | 32 | arm_target_device_name="STM32H723ZE" | 
|---|
|  | 33 | arm_target_interface_type="SWD" | 
|---|
| [48] | 34 | build_intermediate_directory="Output/$(Configuration)/Obj" | 
|---|
| [11] | 35 | c_enforce_ansi_checking="Yes" | 
|---|
| [78] | 36 | c_preprocessor_definitions="STM32H723xx;_DHCP_DEBUG_" | 
|---|
| [90] | 37 | c_user_include_directories="./../CubeMX/Core/Inc;./../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc;./../CubeMX/Drivers/CMSIS/Device/ST/STM32H7xx/Include;./../CubeMX/Drivers/CMSIS/Core/Include;./../CubeMX/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2;./../CubeMX/Middlewares/Third_Party/FreeRTOS/Source/include;./../CubeMX/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F;./../CubeMX/FATFS/App;./../CubeMX/Middlewares/Third_Party/FatFs/src;./../CubeMX/FATFS/Target;./../CubeMX/Drivers/BSP/Components/M24256E;$(ProjectDir)/Core/Inc;$(ProjectDir)/Wiznet/Ethernet/W5100S;$(ProjectDir)/Wiznet/Ethernet;$(ProjectDir)/Wiznet/Internet/DHCP;$(ProjectDir)/Wiznet/Application/loopback;$(ProjectDir)/M24256E/Inc" | 
|---|
| [11] | 38 | compiler_color_diagnostics="Yes" | 
|---|
| [48] | 39 | debug_initial_breakpoint_set_option="Never" | 
|---|
| [10] | 40 | debug_register_definition_file="$(ProjectDir)/STM32H723_Registers.xml" | 
|---|
|  | 41 | debug_stack_pointer_start="__stack_end__" | 
|---|
|  | 42 | debug_target_connection="J-Link" | 
|---|
| [74] | 43 | debug_threads_script="$(StudioDir)/samples/FreeRTOSPlugin_CM7.js" | 
|---|
| [11] | 44 | gcc_all_warnings="Enable" | 
|---|
|  | 45 | gcc_c_language_standard="c17" | 
|---|
|  | 46 | gcc_cplusplus_language_standard="c++20" | 
|---|
|  | 47 | gcc_enable_all_warnings="Yes" | 
|---|
|  | 48 | gcc_enable_precompiled_header="Yes" | 
|---|
| [10] | 49 | gcc_entry_point="Reset_Handler" | 
|---|
|  | 50 | link_dedupe_code="Yes" | 
|---|
|  | 51 | link_linker_script_file="Setup/SEGGER_Flash.icf" | 
|---|
| [11] | 52 | link_map_file="Full" | 
|---|
|  | 53 | link_map_file_format="HTML" | 
|---|
|  | 54 | link_time_optimization="Yes" | 
|---|
| [77] | 55 | linker_keep_symbols="_vectors;vTaskSwitchContext" | 
|---|
| [10] | 56 | linker_memory_map_file="$(ProjectDir)/STM32H723ZETx_MemoryMap.xml" | 
|---|
|  | 57 | linker_output_format="hex" | 
|---|
| [11] | 58 | linker_printf_fmt_level="long long" | 
|---|
|  | 59 | linker_printf_fp_enabled="Double" | 
|---|
|  | 60 | linker_printf_width_precision_supported="Yes" | 
|---|
| [10] | 61 | linker_section_placements_segments="FLASH1 RX 0x00000000 0x00100000;RAM1 RWX 0x20000000 0x00010000" | 
|---|
|  | 62 | macros="DeviceHeaderFile=$(PackagesDir)/STM32H7xx/Device/Include/stm32h7xx.h;DeviceSystemFile=$(PackagesDir)/STM32H7xx/Device/Source/system_stm32h7xx.c;DeviceVectorsFile=$(PackagesDir)/STM32H7xx/Source/stm32h723xx_Vectors.s;DeviceFamily=STM32H7xx;DeviceSubFamily=STM32H723" | 
|---|
|  | 63 | project_directory="" | 
|---|
| [11] | 64 | project_type="Executable" | 
|---|
|  | 65 | speed="0" /> | 
|---|
| [48] | 66 | <configuration Name="Debug" gcc_optimization_level="Level 0" /> | 
|---|
| [10] | 67 | <configuration Name="Release" link_dedupe_code="Yes" /> | 
|---|
|  | 68 | <folder Name="Core"> | 
|---|
|  | 69 | <folder Name="Inc"> | 
|---|
| [91] | 70 | <file file_name="../CubeMX/Core/Inc/adc.h" /> | 
|---|
| [92] | 71 | <file file_name="../CubeMX/Core/Inc/bdma.h" /> | 
|---|
| [80] | 72 | <file file_name="Core/Inc/charge_controller.h" /> | 
|---|
| [47] | 73 | <file file_name="../CubeMX/Core/Inc/dma.h" /> | 
|---|
| [77] | 74 | <file file_name="Core/Inc/fan_thread.h"> | 
|---|
|  | 75 | <configuration Name="Release" build_exclude_from_build="No" /> | 
|---|
|  | 76 | </file> | 
|---|
| [47] | 77 | <file file_name="../CubeMX/Core/Inc/gpio.h" /> | 
|---|
| [80] | 78 | <file file_name="Core/Inc/gps.h" /> | 
|---|
| [65] | 79 | <file file_name="Core/Inc/gsm_rx_thread.h" /> | 
|---|
| [61] | 80 | <file file_name="Core/Inc/gsm_thread.h" /> | 
|---|
| [88] | 81 | <file file_name="../CubeMX/Core/Inc/i2c.h" /> | 
|---|
| [10] | 82 | <file file_name="../CubeMX/Core/Inc/main.h" /> | 
|---|
| [54] | 83 | <file file_name="../CubeMX/Core/Inc/memorymap.h" /> | 
|---|
| [47] | 84 | <file file_name="../CubeMX/Core/Inc/rtc.h" /> | 
|---|
| [51] | 85 | <file file_name="../CubeMX/Core/Inc/sdmmc.h" /> | 
|---|
| [47] | 86 | <file file_name="../CubeMX/Core/Inc/spi.h" /> | 
|---|
| [15] | 87 | <file file_name="../CubeMX/Core/Inc/stm32h7xx_hal_conf.h" /> | 
|---|
|  | 88 | <file file_name="../CubeMX/Core/Inc/stm32h7xx_it.h" /> | 
|---|
| [80] | 89 | <file file_name="Core/Inc/street_light.h" /> | 
|---|
|  | 90 | <file file_name="Core/Inc/sysdata.h" /> | 
|---|
| [66] | 91 | <file file_name="../CubeMX/Core/Inc/tim.h" /> | 
|---|
| [61] | 92 | <file file_name="../CubeMX/Core/Inc/usart.h" /> | 
|---|
| [63] | 93 | <file file_name="Core/Inc/utils.h" /> | 
|---|
| [10] | 94 | </folder> | 
|---|
|  | 95 | <folder Name="Src"> | 
|---|
| [91] | 96 | <file file_name="../CubeMX/Core/Src/adc.c" /> | 
|---|
| [94] | 97 | <file file_name="../CubeMX/Core/Src/bdma.c"> | 
|---|
|  | 98 | <configuration Name="Debug" build_exclude_from_build="No" /> | 
|---|
|  | 99 | </file> | 
|---|
| [47] | 100 | <file file_name="../CubeMX/Core/Src/dma.c" /> | 
|---|
| [71] | 101 | <file file_name="Core/Src/fan_thread.cpp"> | 
|---|
|  | 102 | <configuration Name="Debug" build_exclude_from_build="Yes" /> | 
|---|
| [77] | 103 | <configuration Name="Release" build_exclude_from_build="Yes" /> | 
|---|
| [71] | 104 | </file> | 
|---|
| [73] | 105 | <file file_name="../CubeMX/Core/Src/freertos.c" /> | 
|---|
| [47] | 106 | <file file_name="../CubeMX/Core/Src/gpio.c" /> | 
|---|
| [71] | 107 | <file file_name="Core/Src/gsm_rx_thread.cpp"> | 
|---|
|  | 108 | <configuration Name="Debug" build_exclude_from_build="Yes" /> | 
|---|
| [77] | 109 | <configuration Name="Release" build_exclude_from_build="Yes" /> | 
|---|
| [71] | 110 | </file> | 
|---|
|  | 111 | <file file_name="Core/Src/gsm_thread.cpp"> | 
|---|
|  | 112 | <configuration Name="Debug" build_exclude_from_build="Yes" /> | 
|---|
| [77] | 113 | <configuration Name="Release" build_exclude_from_build="Yes" /> | 
|---|
| [71] | 114 | </file> | 
|---|
| [88] | 115 | <file file_name="../CubeMX/Core/Src/i2c.c" /> | 
|---|
| [73] | 116 | <file file_name="../CubeMX/Core/Src/main.c" /> | 
|---|
| [54] | 117 | <file file_name="../CubeMX/Core/Src/memorymap.c" /> | 
|---|
| [47] | 118 | <file file_name="../CubeMX/Core/Src/rtc.c" /> | 
|---|
| [51] | 119 | <file file_name="../CubeMX/Core/Src/sdmmc.c" /> | 
|---|
| [47] | 120 | <file file_name="../CubeMX/Core/Src/spi.c" /> | 
|---|
| [13] | 121 | <file file_name="../CubeMX/Core/Src/stm32h7xx_hal_msp.c" /> | 
|---|
| [54] | 122 | <file file_name="../CubeMX/Core/Src/stm32h7xx_hal_timebase_tim.c" /> | 
|---|
| [13] | 123 | <file file_name="../CubeMX/Core/Src/stm32h7xx_it.c" /> | 
|---|
| [82] | 124 | <file file_name="Core/Src/sysdata.c" /> | 
|---|
| [11] | 125 | <file file_name="../CubeMX/Core/Src/system_stm32h7xx.c" /> | 
|---|
| [66] | 126 | <file file_name="../CubeMX/Core/Src/tim.c" /> | 
|---|
| [61] | 127 | <file file_name="../CubeMX/Core/Src/usart.c" /> | 
|---|
| [71] | 128 | <file file_name="Core/Src/utils.cpp"> | 
|---|
|  | 129 | <configuration Name="Debug" build_exclude_from_build="Yes" /> | 
|---|
| [77] | 130 | <configuration Name="Release" build_exclude_from_build="Yes" /> | 
|---|
| [71] | 131 | </file> | 
|---|
| [10] | 132 | </folder> | 
|---|
|  | 133 | </folder> | 
|---|
| [11] | 134 | <folder Name="Drivers"> | 
|---|
| [88] | 135 | <folder Name="BME280"> | 
|---|
|  | 136 | <folder Name="Inc"> | 
|---|
|  | 137 | <file file_name="Core/Inc/bme280.h" /> | 
|---|
|  | 138 | </folder> | 
|---|
|  | 139 | <folder Name="Src"> | 
|---|
|  | 140 | <file file_name="Core/Src/bme280.c" /> | 
|---|
|  | 141 | </folder> | 
|---|
|  | 142 | </folder> | 
|---|
| [11] | 143 | <folder Name="HAL"> | 
|---|
|  | 144 | <folder Name="Inc"> | 
|---|
|  | 145 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h" /> | 
|---|
| [91] | 146 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h" /> | 
|---|
|  | 147 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h" /> | 
|---|
| [11] | 148 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h" /> | 
|---|
| [15] | 149 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h" /> | 
|---|
| [31] | 150 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h" /> | 
|---|
|  | 151 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h" /> | 
|---|
|  | 152 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h" /> | 
|---|
| [32] | 153 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h" /> | 
|---|
| [33] | 154 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h" /> | 
|---|
| [31] | 155 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h" /> | 
|---|
|  | 156 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h" /> | 
|---|
| [34] | 157 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h" /> | 
|---|
| [35] | 158 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h" /> | 
|---|
| [36] | 159 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h" /> | 
|---|
| [31] | 160 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h" /> | 
|---|
| [37] | 161 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h" /> | 
|---|
| [11] | 162 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h" /> | 
|---|
|  | 163 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h" /> | 
|---|
| [31] | 164 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h" /> | 
|---|
| [41] | 165 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rtc.h" /> | 
|---|
|  | 166 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rtc_ex.h" /> | 
|---|
| [51] | 167 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sd.h" /> | 
|---|
| [45] | 168 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_spi.h" /> | 
|---|
| [46] | 169 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_spi_ex.h" /> | 
|---|
| [54] | 170 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h" /> | 
|---|
|  | 171 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h" /> | 
|---|
| [61] | 172 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart.h" /> | 
|---|
|  | 173 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h" /> | 
|---|
| [51] | 174 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_sdmmc.h" /> | 
|---|
| [11] | 175 | </folder> | 
|---|
|  | 176 | <folder Name="Src"> | 
|---|
|  | 177 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c" /> | 
|---|
| [91] | 178 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc.c" /> | 
|---|
|  | 179 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc_ex.c" /> | 
|---|
| [11] | 180 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c" /> | 
|---|
| [45] | 181 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c" /> | 
|---|
|  | 182 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c" /> | 
|---|
| [88] | 183 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c" /> | 
|---|
|  | 184 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c" /> | 
|---|
| [75] | 185 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.c" /> | 
|---|
| [42] | 186 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.c" /> | 
|---|
| [11] | 187 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.c" /> | 
|---|
|  | 188 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c" /> | 
|---|
| [44] | 189 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c" /> | 
|---|
| [43] | 190 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc.c" /> | 
|---|
| [87] | 191 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc_ex.c" /> | 
|---|
| [51] | 192 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sd.c" /> | 
|---|
| [45] | 193 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi.c" /> | 
|---|
| [54] | 194 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c" /> | 
|---|
|  | 195 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c" /> | 
|---|
| [61] | 196 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart.c" /> | 
|---|
|  | 197 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart_ex.c" /> | 
|---|
| [51] | 198 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c" /> | 
|---|
| [11] | 199 | </folder> | 
|---|
|  | 200 | </folder> | 
|---|
| [90] | 201 | <folder Name="M24"> | 
|---|
|  | 202 | <folder Name="Inc"> | 
|---|
|  | 203 | <file file_name="M24256E/Inc/eeprom_bus.h" /> | 
|---|
|  | 204 | <file file_name="M24256E/Inc/eeprom_conf.h" /> | 
|---|
|  | 205 | <file file_name="../CubeMX/Drivers/BSP/Components/M24256E/m24256e.h" /> | 
|---|
|  | 206 | </folder> | 
|---|
|  | 207 | <folder Name="Src"> | 
|---|
|  | 208 | <file file_name="M24256E/Src/eeprom_bus.c" /> | 
|---|
|  | 209 | <file file_name="../CubeMX/Drivers/BSP/Components/M24256E/m24256e.c" /> | 
|---|
|  | 210 | </folder> | 
|---|
|  | 211 | </folder> | 
|---|
| [76] | 212 | <folder Name="W5100S"> | 
|---|
| [77] | 213 | <folder Name="Core"> | 
|---|
|  | 214 | <folder Name="Inc"> | 
|---|
|  | 215 | <file file_name="Wiznet/Ethernet/socket.h" /> | 
|---|
|  | 216 | <file file_name="Wiznet/Ethernet/W5100S/w5100s.h" /> | 
|---|
|  | 217 | <file file_name="Wiznet/Ethernet/wizchip_conf.h" /> | 
|---|
|  | 218 | </folder> | 
|---|
|  | 219 | <folder Name="Src"> | 
|---|
|  | 220 | <file file_name="Wiznet/Ethernet/socket.c"> | 
|---|
|  | 221 | <configuration Name="Debug" build_exclude_from_build="No" /> | 
|---|
|  | 222 | </file> | 
|---|
|  | 223 | <file file_name="Wiznet/Ethernet/W5100S/w5100s.c" /> | 
|---|
|  | 224 | <file file_name="Wiznet/Ethernet/wizchip_conf.c"> | 
|---|
|  | 225 | <configuration Name="Debug" build_exclude_from_build="No" /> | 
|---|
|  | 226 | </file> | 
|---|
|  | 227 | </folder> | 
|---|
| [76] | 228 | </folder> | 
|---|
| [77] | 229 | <folder Name="DHCP"> | 
|---|
|  | 230 | <folder Name="Inc"> | 
|---|
|  | 231 | <file file_name="Wiznet/Internet/DHCP/dhcp.h" /> | 
|---|
|  | 232 | </folder> | 
|---|
|  | 233 | <folder Name="Src"> | 
|---|
|  | 234 | <file file_name="Wiznet/Internet/DHCP/dhcp.c" /> | 
|---|
|  | 235 | </folder> | 
|---|
| [76] | 236 | </folder> | 
|---|
| [79] | 237 | <folder Name="Loopback"> | 
|---|
|  | 238 | <folder Name="Inc"> | 
|---|
|  | 239 | <file file_name="Wiznet/Application/loopback/loopback.h" /> | 
|---|
|  | 240 | </folder> | 
|---|
|  | 241 | <folder Name="Src"> | 
|---|
|  | 242 | <file file_name="Wiznet/Application/loopback/loopback.c" /> | 
|---|
|  | 243 | </folder> | 
|---|
|  | 244 | </folder> | 
|---|
| [76] | 245 | </folder> | 
|---|
| [11] | 246 | </folder> | 
|---|
| [54] | 247 | <folder Name="Middlewares"> | 
|---|
| [74] | 248 | <folder Name="FatFS"> | 
|---|
|  | 249 | <folder Name="Inc"> | 
|---|
|  | 250 | <file file_name="../CubeMX/FATFS/Target/bsp_driver_sd.h" /> | 
|---|
|  | 251 | <file file_name="../CubeMX/Middlewares/Third_Party/FatFs/src/diskio.h" /> | 
|---|
| [89] | 252 | <file file_name="../CubeMX/FATFS/Target/eeprom_diskio.h" /> | 
|---|
| [74] | 253 | <file file_name="../CubeMX/FATFS/App/fatfs.h" /> | 
|---|
|  | 254 | <file file_name="../CubeMX/FATFS/Target/fatfs_platform.h" /> | 
|---|
|  | 255 | <file file_name="../CubeMX/Middlewares/Third_Party/FatFs/src/ff.h" /> | 
|---|
|  | 256 | <file file_name="../CubeMX/Middlewares/Third_Party/FatFs/src/ff_gen_drv.h" /> | 
|---|
|  | 257 | <file file_name="../CubeMX/FATFS/Target/sd_diskio.h" /> | 
|---|
|  | 258 | </folder> | 
|---|
|  | 259 | <folder Name="Src"> | 
|---|
|  | 260 | <file file_name="../CubeMX/FATFS/Target/bsp_driver_sd.c" /> | 
|---|
| [75] | 261 | <file file_name="../CubeMX/Middlewares/Third_Party/FatFs/src/option/ccsbcs.c"> | 
|---|
|  | 262 | <configuration Name="Debug" build_exclude_from_build="No" /> | 
|---|
|  | 263 | </file> | 
|---|
| [74] | 264 | <file file_name="../CubeMX/Middlewares/Third_Party/FatFs/src/diskio.c" /> | 
|---|
| [89] | 265 | <file file_name="../CubeMX/FATFS/Target/eeprom_diskio.c" /> | 
|---|
| [74] | 266 | <file file_name="../CubeMX/FATFS/App/fatfs.c" /> | 
|---|
|  | 267 | <file file_name="../CubeMX/FATFS/Target/fatfs_platform.c" /> | 
|---|
|  | 268 | <file file_name="../CubeMX/Middlewares/Third_Party/FatFs/src/ff.c" /> | 
|---|
|  | 269 | <file file_name="../CubeMX/Middlewares/Third_Party/FatFs/src/ff_gen_drv.c" /> | 
|---|
|  | 270 | <file file_name="../CubeMX/FATFS/Target/sd_diskio.c" /> | 
|---|
|  | 271 | <file file_name="../CubeMX/Middlewares/Third_Party/FatFs/src/option/syscall.c" /> | 
|---|
|  | 272 | </folder> | 
|---|
|  | 273 | </folder> | 
|---|
| [73] | 274 | <folder Name="FreeRTOS"> | 
|---|
|  | 275 | <folder Name="Inc"> | 
|---|
|  | 276 | <file file_name="../CubeMX/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os.h" /> | 
|---|
|  | 277 | <file file_name="../CubeMX/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h" /> | 
|---|
|  | 278 | <file file_name="../CubeMX/Core/Inc/FreeRTOSConfig.h" /> | 
|---|
|  | 279 | </folder> | 
|---|
|  | 280 | <folder Name="Src"> | 
|---|
|  | 281 | <file file_name="../CubeMX/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c" /> | 
|---|
|  | 282 | <file file_name="../CubeMX/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c" /> | 
|---|
|  | 283 | <file file_name="../CubeMX/Middlewares/Third_Party/FreeRTOS/Source/list.c" /> | 
|---|
|  | 284 | <file file_name="../CubeMX/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c" /> | 
|---|
|  | 285 | <file file_name="../CubeMX/Middlewares/Third_Party/FreeRTOS/Source/queue.c" /> | 
|---|
|  | 286 | <file file_name="../CubeMX/Middlewares/Third_Party/FreeRTOS/Source/tasks.c" /> | 
|---|
|  | 287 | <file file_name="../CubeMX/Middlewares/Third_Party/FreeRTOS/Source/timers.c" /> | 
|---|
|  | 288 | </folder> | 
|---|
|  | 289 | </folder> | 
|---|
| [82] | 290 | <folder Name="Modbus"> | 
|---|
|  | 291 | <folder Name="Inc"> | 
|---|
|  | 292 | <file file_name="Core/Inc/common.h" /> | 
|---|
|  | 293 | <file file_name="Core/Inc/modbus.h" /> | 
|---|
|  | 294 | </folder> | 
|---|
|  | 295 | <folder Name="Src"> | 
|---|
|  | 296 | <file file_name="Core/Src/modbus.c" /> | 
|---|
|  | 297 | </folder> | 
|---|
|  | 298 | </folder> | 
|---|
| [54] | 299 | </folder> | 
|---|
| [10] | 300 | <folder Name="Setup"> | 
|---|
|  | 301 | <file file_name="Setup/SEGGER_Flash.icf" /> | 
|---|
|  | 302 | </folder> | 
|---|
|  | 303 | <folder Name="System"> | 
|---|
|  | 304 | <file file_name="System/Cortex_M_Startup.s" /> | 
|---|
|  | 305 | <file file_name="System/SEGGER_THUMB_Startup.s" /> | 
|---|
|  | 306 | <file file_name="STM32H7xx/Source/stm32h723xx_Vectors.s" /> | 
|---|
|  | 307 | </folder> | 
|---|
| [79] | 308 | <folder Name="Tasks"> | 
|---|
|  | 309 | <folder Name="Inc"> | 
|---|
| [83] | 310 | <file file_name="Core/Inc/beeper_task.h" /> | 
|---|
| [88] | 311 | <file file_name="Core/Inc/bme_task.h" /> | 
|---|
| [79] | 312 | <file file_name="Core/Inc/eth_task.h" /> | 
|---|
|  | 313 | <file file_name="Core/Inc/keys_task.h" /> | 
|---|
|  | 314 | <file file_name="Core/Inc/main_task.h" /> | 
|---|
| [82] | 315 | <file file_name="Core/Inc/mb_slave_task.h" /> | 
|---|
| [84] | 316 | <file file_name="Core/Inc/onewire_task.h" /> | 
|---|
| [79] | 317 | </folder> | 
|---|
|  | 318 | <folder Name="Src"> | 
|---|
| [91] | 319 | <file file_name="Core/Src/beeper_task.cpp" /> | 
|---|
| [88] | 320 | <file file_name="Core/Src/bme_task.cpp" /> | 
|---|
| [79] | 321 | <file file_name="Core/Src/eth_task.cpp" /> | 
|---|
|  | 322 | <file file_name="Core/Src/keys_task.cpp" /> | 
|---|
|  | 323 | <file file_name="Core/Src/main_task.cpp" /> | 
|---|
| [82] | 324 | <file file_name="Core/Src/mb_slave_task.cpp" /> | 
|---|
| [84] | 325 | <file file_name="Core/Src/onewire_task.cpp" /> | 
|---|
| [79] | 326 | </folder> | 
|---|
|  | 327 | </folder> | 
|---|
| [10] | 328 | </project> | 
|---|
|  | 329 | </solution> | 
|---|