| [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" | 
|---|
|  | 19 | Target="STM32H723ZETx" | 
|---|
|  | 20 | arm_architecture="v7EM" | 
|---|
|  | 21 | arm_compiler_variant="SEGGER" | 
|---|
|  | 22 | arm_core_type="Cortex-M7" | 
|---|
|  | 23 | arm_endian="Little" | 
|---|
|  | 24 | arm_fp_abi="Hard" | 
|---|
|  | 25 | arm_fpu_type="FPv5-D16" | 
|---|
|  | 26 | arm_linker_heap_size="2048" | 
|---|
|  | 27 | arm_linker_process_stack_size="0" | 
|---|
| [11] | 28 | arm_linker_stack_size="8192" | 
|---|
| [10] | 29 | arm_linker_variant="SEGGER" | 
|---|
|  | 30 | 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" | 
|---|
|  | 31 | arm_target_device_name="STM32H723ZE" | 
|---|
|  | 32 | arm_target_interface_type="SWD" | 
|---|
| [48] | 33 | build_intermediate_directory="Output/$(Configuration)/Obj" | 
|---|
| [11] | 34 | c_enforce_ansi_checking="Yes" | 
|---|
| [56] | 35 | c_preprocessor_definitions="STM32H723xx" | 
|---|
| [57] | 36 | 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/ST/threadx/ports/cortex_m7/gnu/inc;./../CubeMX/Middlewares/ST/threadx/common/inc;./../CubeMX/Middlewares/ST/filex/ports/generic/inc;./../CubeMX/Middlewares/ST/filex/common/inc;./../CubeMX/FileX/Target;./../CubeMX/FileX/App;$(ProjectDir)/Core/Inc" | 
|---|
| [11] | 37 | compiler_color_diagnostics="Yes" | 
|---|
| [48] | 38 | debug_initial_breakpoint_set_option="Never" | 
|---|
| [10] | 39 | debug_register_definition_file="$(ProjectDir)/STM32H723_Registers.xml" | 
|---|
|  | 40 | debug_stack_pointer_start="__stack_end__" | 
|---|
|  | 41 | debug_target_connection="J-Link" | 
|---|
| [11] | 42 | gcc_all_warnings="Enable" | 
|---|
|  | 43 | gcc_c_language_standard="c17" | 
|---|
|  | 44 | gcc_cplusplus_language_standard="c++20" | 
|---|
|  | 45 | gcc_enable_all_warnings="Yes" | 
|---|
|  | 46 | gcc_enable_precompiled_header="Yes" | 
|---|
| [10] | 47 | gcc_entry_point="Reset_Handler" | 
|---|
|  | 48 | link_dedupe_code="Yes" | 
|---|
|  | 49 | link_linker_script_file="Setup/SEGGER_Flash.icf" | 
|---|
| [11] | 50 | link_map_file="Full" | 
|---|
|  | 51 | link_map_file_format="HTML" | 
|---|
|  | 52 | link_time_optimization="Yes" | 
|---|
| [10] | 53 | linker_memory_map_file="$(ProjectDir)/STM32H723ZETx_MemoryMap.xml" | 
|---|
|  | 54 | linker_output_format="hex" | 
|---|
| [11] | 55 | linker_printf_fmt_level="long long" | 
|---|
|  | 56 | linker_printf_fp_enabled="Double" | 
|---|
|  | 57 | linker_printf_width_precision_supported="Yes" | 
|---|
| [10] | 58 | linker_section_placements_segments="FLASH1 RX 0x00000000 0x00100000;RAM1 RWX 0x20000000 0x00010000" | 
|---|
|  | 59 | 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" | 
|---|
|  | 60 | project_directory="" | 
|---|
| [11] | 61 | project_type="Executable" | 
|---|
|  | 62 | speed="0" /> | 
|---|
| [48] | 63 | <configuration Name="Debug" gcc_optimization_level="Level 0" /> | 
|---|
| [10] | 64 | <configuration Name="Release" link_dedupe_code="Yes" /> | 
|---|
|  | 65 | <folder Name="Core"> | 
|---|
|  | 66 | <folder Name="Inc"> | 
|---|
| [54] | 67 | <file file_name="../CubeMX/Core/Inc/app_threadx.h" /> | 
|---|
| [47] | 68 | <file file_name="../CubeMX/Core/Inc/dma.h" /> | 
|---|
|  | 69 | <file file_name="../CubeMX/Core/Inc/gpio.h" /> | 
|---|
| [57] | 70 | <file file_name="Core/Inc/keys_thread.h" /> | 
|---|
| [10] | 71 | <file file_name="../CubeMX/Core/Inc/main.h" /> | 
|---|
| [57] | 72 | <file file_name="Core/Inc/main_thread.h" /> | 
|---|
| [54] | 73 | <file file_name="../CubeMX/Core/Inc/memorymap.h" /> | 
|---|
| [47] | 74 | <file file_name="../CubeMX/Core/Inc/rtc.h" /> | 
|---|
| [51] | 75 | <file file_name="../CubeMX/Core/Inc/sdmmc.h" /> | 
|---|
| [47] | 76 | <file file_name="../CubeMX/Core/Inc/spi.h" /> | 
|---|
| [15] | 77 | <file file_name="../CubeMX/Core/Inc/stm32h7xx_hal_conf.h" /> | 
|---|
|  | 78 | <file file_name="../CubeMX/Core/Inc/stm32h7xx_it.h" /> | 
|---|
| [57] | 79 | <file file_name="../CubeMX/Core/Inc/tx_user.h" /> | 
|---|
| [10] | 80 | </folder> | 
|---|
|  | 81 | <folder Name="Src"> | 
|---|
| [54] | 82 | <file file_name="../CubeMX/Core/Src/app_threadx.c" /> | 
|---|
| [47] | 83 | <file file_name="../CubeMX/Core/Src/dma.c" /> | 
|---|
|  | 84 | <file file_name="../CubeMX/Core/Src/gpio.c" /> | 
|---|
| [57] | 85 | <file file_name="Core/Src/keys_thread.cpp" /> | 
|---|
| [11] | 86 | <file file_name="../CubeMX/Core/Src/main.c"> | 
|---|
|  | 87 | <configuration Name="Common" file_type="C++" /> | 
|---|
|  | 88 | </file> | 
|---|
| [57] | 89 | <file file_name="Core/Src/main_thread.cpp" /> | 
|---|
| [54] | 90 | <file file_name="../CubeMX/Core/Src/memorymap.c" /> | 
|---|
| [47] | 91 | <file file_name="../CubeMX/Core/Src/rtc.c" /> | 
|---|
| [51] | 92 | <file file_name="../CubeMX/Core/Src/sdmmc.c" /> | 
|---|
| [47] | 93 | <file file_name="../CubeMX/Core/Src/spi.c" /> | 
|---|
| [13] | 94 | <file file_name="../CubeMX/Core/Src/stm32h7xx_hal_msp.c" /> | 
|---|
| [54] | 95 | <file file_name="../CubeMX/Core/Src/stm32h7xx_hal_timebase_tim.c" /> | 
|---|
| [13] | 96 | <file file_name="../CubeMX/Core/Src/stm32h7xx_it.c" /> | 
|---|
| [11] | 97 | <file file_name="../CubeMX/Core/Src/system_stm32h7xx.c" /> | 
|---|
| [54] | 98 | <file file_name="../CubeMX/Core/Src/tx_initialize_low_level.S" /> | 
|---|
| [10] | 99 | </folder> | 
|---|
|  | 100 | </folder> | 
|---|
| [11] | 101 | <folder Name="Drivers"> | 
|---|
|  | 102 | <folder Name="HAL"> | 
|---|
|  | 103 | <folder Name="Inc"> | 
|---|
|  | 104 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h" /> | 
|---|
|  | 105 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h" /> | 
|---|
| [15] | 106 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h" /> | 
|---|
| [31] | 107 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h" /> | 
|---|
|  | 108 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h" /> | 
|---|
|  | 109 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h" /> | 
|---|
| [32] | 110 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h" /> | 
|---|
| [33] | 111 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h" /> | 
|---|
| [31] | 112 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h" /> | 
|---|
|  | 113 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h" /> | 
|---|
| [34] | 114 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h" /> | 
|---|
| [35] | 115 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h" /> | 
|---|
| [36] | 116 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h" /> | 
|---|
| [31] | 117 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h" /> | 
|---|
| [37] | 118 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h" /> | 
|---|
| [11] | 119 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h" /> | 
|---|
|  | 120 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h" /> | 
|---|
| [31] | 121 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h" /> | 
|---|
| [41] | 122 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rtc.h" /> | 
|---|
|  | 123 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rtc_ex.h" /> | 
|---|
| [51] | 124 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sd.h" /> | 
|---|
| [45] | 125 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_spi.h" /> | 
|---|
| [46] | 126 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_spi_ex.h" /> | 
|---|
| [54] | 127 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h" /> | 
|---|
|  | 128 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h" /> | 
|---|
| [51] | 129 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_sdmmc.h" /> | 
|---|
| [11] | 130 | </folder> | 
|---|
|  | 131 | <folder Name="Src"> | 
|---|
|  | 132 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c" /> | 
|---|
|  | 133 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c" /> | 
|---|
| [45] | 134 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c" /> | 
|---|
|  | 135 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c" /> | 
|---|
| [42] | 136 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.c" /> | 
|---|
| [11] | 137 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.c" /> | 
|---|
|  | 138 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c" /> | 
|---|
| [44] | 139 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c" /> | 
|---|
| [43] | 140 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc.c" /> | 
|---|
| [51] | 141 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sd.c" /> | 
|---|
| [45] | 142 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi.c" /> | 
|---|
| [54] | 143 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c" /> | 
|---|
|  | 144 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c" /> | 
|---|
| [51] | 145 | <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c" /> | 
|---|
| [11] | 146 | </folder> | 
|---|
|  | 147 | </folder> | 
|---|
|  | 148 | </folder> | 
|---|
| [54] | 149 | <folder Name="Middlewares"> | 
|---|
|  | 150 | <folder Name="AZURE_RTOS"> | 
|---|
| [57] | 151 | <folder Name="Inc"> | 
|---|
|  | 152 | <file file_name="../CubeMX/AZURE_RTOS/App/app_azure_rtos.h" /> | 
|---|
|  | 153 | <file file_name="../CubeMX/AZURE_RTOS/App/app_azure_rtos_config.h" /> | 
|---|
|  | 154 | </folder> | 
|---|
| [54] | 155 | <folder Name="Src"> | 
|---|
|  | 156 | <file file_name="../CubeMX/AZURE_RTOS/App/app_azure_rtos.c" /> | 
|---|
|  | 157 | </folder> | 
|---|
|  | 158 | </folder> | 
|---|
|  | 159 | <folder Name="FileX"> | 
|---|
|  | 160 | <folder Name="Inc"> | 
|---|
|  | 161 | <file file_name="../CubeMX/FileX/App/app_filex.h" /> | 
|---|
|  | 162 | <file file_name="../CubeMX/FileX/Target/fx_stm32_sd_driver.h" /> | 
|---|
|  | 163 | </folder> | 
|---|
|  | 164 | <folder Name="Src"> | 
|---|
|  | 165 | <file file_name="../CubeMX/FileX/App/app_filex.c" /> | 
|---|
|  | 166 | <file file_name="../CubeMX/FileX/Target/fx_stm32_sd_driver_glue.c" /> | 
|---|
|  | 167 | </folder> | 
|---|
|  | 168 | </folder> | 
|---|
|  | 169 | <folder Name="ST"> | 
|---|
|  | 170 | <folder Name="FileX"> | 
|---|
|  | 171 | <folder Name="Common"> | 
|---|
|  | 172 | <folder Name="Drivers"> | 
|---|
|  | 173 | <file file_name="../CubeMX/Middlewares/ST/filex/common/drivers/fx_stm32_sd_driver.c" /> | 
|---|
|  | 174 | </folder> | 
|---|
|  | 175 | <folder Name="Inc"> | 
|---|
|  | 176 | <file file_name="../CubeMX/Middlewares/ST/filex/common/inc/fx_api.h" /> | 
|---|
| [57] | 177 | <file file_name="../CubeMX/Middlewares/ST/filex/common/inc/fx_directory.h" /> | 
|---|
|  | 178 | <file file_name="../CubeMX/Middlewares/ST/filex/common/inc/fx_media.h" /> | 
|---|
| [54] | 179 | </folder> | 
|---|
|  | 180 | <folder Name="Src"> | 
|---|
| [57] | 181 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_directory_entry_read.c" /> | 
|---|
|  | 182 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_directory_first_entry_find.c" /> | 
|---|
|  | 183 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_directory_name_extract.c" /> | 
|---|
|  | 184 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_directory_name_test.c" /> | 
|---|
|  | 185 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_directory_next_entry_find.c" /> | 
|---|
|  | 186 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_directory_search.c" /> | 
|---|
| [54] | 187 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_media_boot_info_extract.c" /> | 
|---|
| [57] | 188 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_media_extended_space_available.c" /> | 
|---|
| [54] | 189 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_media_open.c" /> | 
|---|
| [57] | 190 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_media_space_available.c" /> | 
|---|
|  | 191 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_media_volume_get.c" /> | 
|---|
|  | 192 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_media_volume_get_extended.c" /> | 
|---|
| [54] | 193 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_partition_offset_calculate.c" /> | 
|---|
|  | 194 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_system_initialize.c" /> | 
|---|
|  | 195 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_system_timer_entry.c" /> | 
|---|
|  | 196 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_utility_16_unsigned_read.c" /> | 
|---|
|  | 197 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_utility_16_unsigned_write.c" /> | 
|---|
|  | 198 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_utility_32_unsigned_read.c" /> | 
|---|
|  | 199 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_utility_32_unsigned_write.c" /> | 
|---|
|  | 200 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_utility_FAT_entry_read.c" /> | 
|---|
|  | 201 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_utility_FAT_flush.c" /> | 
|---|
|  | 202 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_utility_logical_sector_cache_entry_read.c" /> | 
|---|
|  | 203 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_utility_logical_sector_flush.c" /> | 
|---|
|  | 204 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_utility_logical_sector_read.c" /> | 
|---|
|  | 205 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_utility_logical_sector_write.c" /> | 
|---|
|  | 206 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fx_utility_memory_copy.c" /> | 
|---|
| [57] | 207 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fxe_directory_first_entry_find.c" /> | 
|---|
|  | 208 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fxe_directory_name_test.c" /> | 
|---|
|  | 209 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fxe_directory_next_entry_find.c" /> | 
|---|
|  | 210 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fxe_media_extended_space_available.c" /> | 
|---|
| [54] | 211 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fxe_media_open.c" /> | 
|---|
| [57] | 212 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fxe_media_space_available.c" /> | 
|---|
|  | 213 | <file file_name="../CubeMX/Middlewares/ST/filex/common/src/fxe_media_volume_get.c" /> | 
|---|
| [54] | 214 | </folder> | 
|---|
|  | 215 | </folder> | 
|---|
|  | 216 | <folder Name="Ports"> | 
|---|
|  | 217 | <folder Name="Generic"> | 
|---|
|  | 218 | <folder Name="Inc"> | 
|---|
|  | 219 | <file file_name="../CubeMX/Middlewares/ST/filex/ports/generic/inc/fx_port.h" /> | 
|---|
|  | 220 | </folder> | 
|---|
|  | 221 | </folder> | 
|---|
|  | 222 | </folder> | 
|---|
|  | 223 | </folder> | 
|---|
|  | 224 | <folder Name="ThreadX"> | 
|---|
|  | 225 | <folder Name="Common"> | 
|---|
|  | 226 | <folder Name="Inc"> | 
|---|
|  | 227 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/inc/tx_api.h" /> | 
|---|
|  | 228 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/inc/tx_initialize.h" /> | 
|---|
|  | 229 | </folder> | 
|---|
|  | 230 | <folder Name="Src"> | 
|---|
|  | 231 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_byte_allocate.c" /> | 
|---|
|  | 232 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_byte_pool_cleanup.c" /> | 
|---|
|  | 233 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_byte_pool_create.c" /> | 
|---|
|  | 234 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_byte_pool_search.c" /> | 
|---|
|  | 235 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_initialize_high_level.c" /> | 
|---|
|  | 236 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_initialize_kernel_enter.c" /> | 
|---|
|  | 237 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_mutex_cleanup.c" /> | 
|---|
|  | 238 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_mutex_create.c" /> | 
|---|
| [57] | 239 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_mutex_get.c" /> | 
|---|
| [54] | 240 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_mutex_prioritize.c" /> | 
|---|
|  | 241 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_mutex_priority_change.c" /> | 
|---|
|  | 242 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_mutex_put.c" /> | 
|---|
|  | 243 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_semaphore_cleanup.c" /> | 
|---|
|  | 244 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_semaphore_create.c" /> | 
|---|
|  | 245 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_semaphore_delete.c" /> | 
|---|
|  | 246 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_semaphore_get.c" /> | 
|---|
|  | 247 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_semaphore_put.c" /> | 
|---|
|  | 248 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_thread_create.c" /> | 
|---|
|  | 249 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_thread_identify.c" /> | 
|---|
|  | 250 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_thread_initialize.c" /> | 
|---|
|  | 251 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_thread_preemption_change.c" /> | 
|---|
|  | 252 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_thread_shell_entry.c" /> | 
|---|
| [55] | 253 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_thread_sleep.c" /> | 
|---|
| [54] | 254 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_thread_system_preempt_check.c" /> | 
|---|
|  | 255 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_thread_system_resume.c" /> | 
|---|
|  | 256 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_thread_system_suspend.c" /> | 
|---|
|  | 257 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_thread_time_slice.c" /> | 
|---|
|  | 258 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_thread_timeout.c" /> | 
|---|
|  | 259 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_time_get.c" /> | 
|---|
|  | 260 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_timer_create.c" /> | 
|---|
|  | 261 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_timer_expiration_process.c" /> | 
|---|
|  | 262 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_timer_initialize.c" /> | 
|---|
|  | 263 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_timer_system_activate.c" /> | 
|---|
|  | 264 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_timer_system_deactivate.c" /> | 
|---|
|  | 265 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/tx_timer_thread_entry.c" /> | 
|---|
|  | 266 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/txe_byte_allocate.c" /> | 
|---|
|  | 267 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/txe_byte_pool_create.c" /> | 
|---|
|  | 268 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/txe_semaphore_create.c" /> | 
|---|
|  | 269 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/txe_semaphore_delete.c" /> | 
|---|
|  | 270 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/txe_semaphore_get.c" /> | 
|---|
|  | 271 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/txe_semaphore_put.c" /> | 
|---|
|  | 272 | <file file_name="../CubeMX/Middlewares/ST/threadx/common/src/txe_thread_create.c" /> | 
|---|
|  | 273 | </folder> | 
|---|
|  | 274 | </folder> | 
|---|
|  | 275 | <folder Name="Ports"> | 
|---|
|  | 276 | <folder Name="Cortex_M7"> | 
|---|
|  | 277 | <folder Name="GNU"> | 
|---|
|  | 278 | <folder Name="Inc"> | 
|---|
|  | 279 | <file file_name="../CubeMX/Middlewares/ST/threadx/ports/cortex_m7/gnu/inc/tx_port.h" /> | 
|---|
|  | 280 | </folder> | 
|---|
|  | 281 | <folder Name="Src"> | 
|---|
|  | 282 | <file file_name="../CubeMX/Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_context_restore.S" /> | 
|---|
|  | 283 | <file file_name="../CubeMX/Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_context_save.S" /> | 
|---|
|  | 284 | <file file_name="../CubeMX/Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_interrupt_control.S" /> | 
|---|
|  | 285 | <file file_name="../CubeMX/Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_interrupt_disable.S" /> | 
|---|
|  | 286 | <file file_name="../CubeMX/Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_interrupt_restore.S" /> | 
|---|
|  | 287 | <file file_name="../CubeMX/Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_schedule.S" /> | 
|---|
|  | 288 | <file file_name="../CubeMX/Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_stack_build.S" /> | 
|---|
|  | 289 | <file file_name="../CubeMX/Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_thread_system_return.S" /> | 
|---|
|  | 290 | <file file_name="../CubeMX/Middlewares/ST/threadx/ports/cortex_m7/gnu/src/tx_timer_interrupt.S" /> | 
|---|
|  | 291 | </folder> | 
|---|
|  | 292 | </folder> | 
|---|
|  | 293 | </folder> | 
|---|
|  | 294 | </folder> | 
|---|
|  | 295 | </folder> | 
|---|
|  | 296 | </folder> | 
|---|
|  | 297 | </folder> | 
|---|
| [10] | 298 | <folder Name="Setup"> | 
|---|
|  | 299 | <file file_name="Setup/SEGGER_Flash.icf" /> | 
|---|
|  | 300 | </folder> | 
|---|
|  | 301 | <folder Name="System"> | 
|---|
|  | 302 | <file file_name="System/Cortex_M_Startup.s" /> | 
|---|
|  | 303 | <file file_name="System/SEGGER_THUMB_Startup.s" /> | 
|---|
|  | 304 | <file file_name="STM32H7xx/Source/stm32h723xx_Vectors.s" /> | 
|---|
|  | 305 | </folder> | 
|---|
|  | 306 | </project> | 
|---|
|  | 307 | </solution> | 
|---|