mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 06:45:05 +00:00
113
This commit is contained in:
parent
0344b796e7
commit
89092efb38
74 changed files with 17948 additions and 2154 deletions
1
.idea/.name
Normal file
1
.idea/.name
Normal file
|
@ -0,0 +1 @@
|
|||
uv_k5_firmware_custom_0_17
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" defaultCharsetForPropertiesFiles="UTF-8">
|
||||
<component name="Encoding" defaultCharsetForPropertiesFiles="GBK">
|
||||
<file url="file://$PROJECT_DIR$/chinese.h" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/ui/menu.c" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/ui/scanner.c" charset="UTF-8" />
|
||||
|
@ -9,7 +9,6 @@
|
|||
<file url="file://$PROJECT_DIR$/uv-k5font/name.txt" charset="GBK" />
|
||||
<file url="file://$PROJECT_DIR$/uv-k5font/uv-k5font_full/ALL_IN.txt" charset="GBK" />
|
||||
<file url="file://$PROJECT_DIR$/uv-k5font/uv-k5font_full/CHINESE7000_OUT.txt" charset="GBK" />
|
||||
<file url="file://$PROJECT_DIR$/uv-k5font/uv-k5font_full/chinses_map.txt" charset="GBK" />
|
||||
<file url="file://$PROJECT_DIR$/uv-k5font/uv-k5font_full/main.cpp" charset="GBK" />
|
||||
<file url="PROJECT" charset="UTF-8" />
|
||||
</component>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
</component>
|
||||
<component name="CMakeRunConfigurationManager">
|
||||
<generated>
|
||||
<config projectName="Project" targetName="uv_k5_firmware_custom_0_17" />
|
||||
<config projectName="uv_k5_firmware_custom_0_17" targetName="uv_k5_firmware_custom_0_17" />
|
||||
</generated>
|
||||
</component>
|
||||
<component name="CMakeSettings">
|
||||
|
@ -21,9 +21,45 @@
|
|||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="cea36e80-e289-4d69-9030-7186d540ac0e" name="更改" comment="fix show">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CMakeLists.txt" beforeDir="false" afterPath="$PROJECT_DIR$/CMakeLists.txt" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Makefile" beforeDir="false" afterPath="$PROJECT_DIR$/Makefile" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/am_fix.c" beforeDir="false" afterPath="$PROJECT_DIR$/am_fix.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/action.c" beforeDir="false" afterPath="$PROJECT_DIR$/app/action.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/app.c" beforeDir="false" afterPath="$PROJECT_DIR$/app/app.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/dtmf.c" beforeDir="false" afterPath="$PROJECT_DIR$/app/dtmf.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/menu.c" beforeDir="false" afterPath="$PROJECT_DIR$/app/menu.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/spectrum.c" beforeDir="false" afterPath="$PROJECT_DIR$/app/spectrum.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/uart.c" beforeDir="false" afterPath="$PROJECT_DIR$/app/uart.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/cmake-build-debug/CMakeFiles/3.25.2/CMakeCCompiler.cmake" beforeDir="false" afterPath="$PROJECT_DIR$/cmake-build-debug/CMakeFiles/3.25.2/CMakeCCompiler.cmake" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/cmake-build-debug/CMakeFiles/CMakeOutput.log" beforeDir="false" afterPath="$PROJECT_DIR$/cmake-build-debug/CMakeFiles/CMakeOutput.log" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/cmake-build-debug/Makefile" beforeDir="false" afterPath="$PROJECT_DIR$/cmake-build-debug/Makefile" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/cmake-build-debug/cmake_install.cmake" beforeDir="false" afterPath="$PROJECT_DIR$/cmake-build-debug/cmake_install.cmake" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/cmake-build-debug/uv_k5_firmware_custom_0_17.cbp" beforeDir="false" afterPath="$PROJECT_DIR$/cmake-build-debug/uv_k5_firmware_custom_0_17.cbp" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/dp32g030.cfg" beforeDir="false" afterPath="$PROJECT_DIR$/dp32g030.cfg" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/driver/eeprom.c" beforeDir="false" afterPath="$PROJECT_DIR$/driver/eeprom.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/firmware" beforeDir="false" afterPath="$PROJECT_DIR$/firmware" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/main.c" beforeDir="false" afterPath="$PROJECT_DIR$/main.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/functions.c" beforeDir="false" afterPath="$PROJECT_DIR$/functions.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/functions.h" beforeDir="false" afterPath="$PROJECT_DIR$/functions.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/misc.c" beforeDir="false" afterPath="$PROJECT_DIR$/misc.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/misc.h" beforeDir="false" afterPath="$PROJECT_DIR$/misc.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/radio.c" beforeDir="false" afterPath="$PROJECT_DIR$/radio.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/radio.h" beforeDir="false" afterPath="$PROJECT_DIR$/radio.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/settings.c" beforeDir="false" afterPath="$PROJECT_DIR$/settings.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/ui/aircopy.c" beforeDir="false" afterPath="$PROJECT_DIR$/ui/aircopy.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/ui/fmradio.c" beforeDir="false" afterPath="$PROJECT_DIR$/ui/fmradio.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/ui/helper.c" beforeDir="false" afterPath="$PROJECT_DIR$/ui/helper.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/ui/helper.h" beforeDir="false" afterPath="$PROJECT_DIR$/ui/helper.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/ui/lock.c" beforeDir="false" afterPath="$PROJECT_DIR$/ui/lock.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/ui/main.c" beforeDir="false" afterPath="$PROJECT_DIR$/ui/main.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/ui/main.h" beforeDir="false" afterPath="$PROJECT_DIR$/ui/main.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/ui/menu.c" beforeDir="false" afterPath="$PROJECT_DIR$/ui/menu.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/ui/menu.h" beforeDir="false" afterPath="$PROJECT_DIR$/ui/menu.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/ui/scanner.c" beforeDir="false" afterPath="$PROJECT_DIR$/ui/scanner.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/ui/welcome.c" beforeDir="false" afterPath="$PROJECT_DIR$/ui/welcome.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/version.c" beforeDir="false" afterPath="$PROJECT_DIR$/version.c" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/win_make.bat" beforeDir="false" afterPath="$PROJECT_DIR$/win_make.bat" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -53,6 +89,9 @@
|
|||
</UrlAndAccount>
|
||||
</option>
|
||||
</component>
|
||||
<component name="Make.Settings">
|
||||
<option name="path" value="C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\mingw32-make.exe" />
|
||||
</component>
|
||||
<component name="MarkdownSettingsMigration">
|
||||
<option name="stateVersion" value="1" />
|
||||
</component>
|
||||
|
@ -79,7 +118,7 @@
|
|||
"WebServerToolWindowFactoryState": "false",
|
||||
"cf.first.check.clang-format": "false",
|
||||
"cidr.known.project.marker": "true",
|
||||
"last_opened_file_path": "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/uv-k5font",
|
||||
"last_opened_file_path": "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe",
|
||||
"node.js.detected.package.eslint": "true",
|
||||
"node.js.detected.package.tslint": "true",
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
|
@ -92,38 +131,42 @@
|
|||
}</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="C:\Users\RUPC\Desktop\UV-K6\新建文件夹\uv-k5-firmware-chinese" />
|
||||
<recent name="C:\Users\RUPC\Desktop\UV-K6\uv-k5-firmware-chinese\uv-k5font" />
|
||||
<recent name="C:\Users\RUPC\Desktop\UV-K6\uv-k5-firmware-chinese\MDC_WRITE" />
|
||||
<recent name="C:\Users\RUPC\Desktop\UV-K6\uv-k5-firmware-chinese\app" />
|
||||
<recent name="C:\Users\RUPC\Desktop\UV-K6\uv-k5-firmware-chinese" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="RunManager" selected="Shell Script.win">
|
||||
<component name="RunManager" selected="Makefile 目标.build">
|
||||
<configuration name="all" type="MAKEFILE_TARGET_RUN_CONFIGURATION" factoryName="Makefile" temporary="true">
|
||||
<makefile filename="$PROJECT_DIR$/Makefile" target="all" workingDirectory="" arguments="">
|
||||
<envs />
|
||||
</makefile>
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
<configuration name="build" type="MAKEFILE_TARGET_RUN_CONFIGURATION" factoryName="Makefile" temporary="true">
|
||||
<makefile filename="$PROJECT_DIR$/Makefile" target="build" workingDirectory="" arguments="">
|
||||
<envs />
|
||||
</makefile>
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
<configuration name="clean" type="MAKEFILE_TARGET_RUN_CONFIGURATION" factoryName="Makefile" temporary="true">
|
||||
<makefile filename="$PROJECT_DIR$/Makefile" target="clean" workingDirectory="" arguments="">
|
||||
<envs />
|
||||
</makefile>
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
<configuration name="main" type="PythonConfigurationType" factoryName="Python" nameIsGenerated="true">
|
||||
<module name="uv-k5-firmware-chinese" />
|
||||
<option name="INTERPRETER_OPTIONS" value="" />
|
||||
<option name="PARENT_ENVS" value="true" />
|
||||
<envs>
|
||||
<env name="PYTHONUNBUFFERED" value="1" />
|
||||
</envs>
|
||||
<option name="SDK_HOME" value="C:\Users\RUPC\py32\python.exe" />
|
||||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/MDC_WRITE" />
|
||||
<option name="IS_MODULE_SDK" value="false" />
|
||||
<option name="ADD_CONTENT_ROOTS" value="true" />
|
||||
<option name="ADD_SOURCE_ROOTS" value="true" />
|
||||
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/MDC_WRITE/main.py" />
|
||||
<option name="PARAMETERS" value="" />
|
||||
<option name="SHOW_COMMAND_LINE" value="false" />
|
||||
<option name="EMULATE_TERMINAL" value="false" />
|
||||
<option name="MODULE_MODE" value="false" />
|
||||
<option name="REDIRECT_INPUT" value="false" />
|
||||
<option name="INPUT_FILE" value="" />
|
||||
<configuration name="debug" type="MAKEFILE_TARGET_RUN_CONFIGURATION" factoryName="Makefile" temporary="true">
|
||||
<makefile filename="$PROJECT_DIR$/Makefile" target="debug" workingDirectory="" arguments="">
|
||||
<envs />
|
||||
</makefile>
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
<configuration name="flash" type="MAKEFILE_TARGET_RUN_CONFIGURATION" factoryName="Makefile" temporary="true">
|
||||
<makefile filename="$PROJECT_DIR$/Makefile" target="flash" workingDirectory="" arguments="">
|
||||
<envs />
|
||||
</makefile>
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
<configuration name="linux docker" type="ShConfigurationType">
|
||||
|
@ -172,15 +215,22 @@
|
|||
<method v="2" />
|
||||
</configuration>
|
||||
<list>
|
||||
<item itemvalue="Makefile 目标.debug" />
|
||||
<item itemvalue="Makefile 目标.build" />
|
||||
<item itemvalue="Makefile 目标.clean" />
|
||||
<item itemvalue="Python.main" />
|
||||
<item itemvalue="Makefile 目标.all" />
|
||||
<item itemvalue="Makefile 目标.flash" />
|
||||
<item itemvalue="Shell Script.win docker" />
|
||||
<item itemvalue="Shell Script.linux docker" />
|
||||
<item itemvalue="Shell Script.win" />
|
||||
</list>
|
||||
<recent_temporary>
|
||||
<list>
|
||||
<item itemvalue="Makefile 目标.build" />
|
||||
<item itemvalue="Makefile 目标.all" />
|
||||
<item itemvalue="Makefile 目标.debug" />
|
||||
<item itemvalue="Makefile 目标.clean" />
|
||||
<item itemvalue="Makefile 目标.flash" />
|
||||
</list>
|
||||
</recent_temporary>
|
||||
</component>
|
||||
|
@ -242,14 +292,13 @@
|
|||
<workItem from="1703411329993" duration="17361000" />
|
||||
<workItem from="1703483110193" duration="1734000" />
|
||||
<workItem from="1703485862300" duration="4764000" />
|
||||
<workItem from="1703495854650" duration="8814000" />
|
||||
</task>
|
||||
<task id="LOCAL-00053" summary="写频">
|
||||
<created>1701738066407</created>
|
||||
<option name="number" value="00053" />
|
||||
<option name="presentableId" value="LOCAL-00053" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1701738066407</updated>
|
||||
<workItem from="1703495854650" duration="15280000" />
|
||||
<workItem from="1704085381270" duration="38000" />
|
||||
<workItem from="1704356441234" duration="615000" />
|
||||
<workItem from="1704363500769" duration="5676000" />
|
||||
<workItem from="1704370562673" duration="1618000" />
|
||||
<workItem from="1704421657950" duration="14943000" />
|
||||
<workItem from="1704442479624" duration="1663000" />
|
||||
</task>
|
||||
<task id="LOCAL-00054" summary="写频">
|
||||
<created>1701738074321</created>
|
||||
|
@ -587,7 +636,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1703495896467</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="102" />
|
||||
<task id="LOCAL-00102" summary="fix show">
|
||||
<created>1703581336394</created>
|
||||
<option name="number" value="00102" />
|
||||
<option name="presentableId" value="LOCAL-00102" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1703581336394</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="103" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
@ -646,7 +702,7 @@
|
|||
<breakpoints>
|
||||
<line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
|
||||
<url>file://$PROJECT_DIR$/app/uart.c</url>
|
||||
<line>595</line>
|
||||
<line>636</line>
|
||||
<option name="timeStamp" value="1" />
|
||||
</line-breakpoint>
|
||||
<line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
|
||||
|
|
110
CMakeLists.txt
110
CMakeLists.txt
|
@ -339,61 +339,61 @@ add_executable(uv_k5_firmware_custom_0_17
|
|||
external/CMSIS_5/CMSIS/CoreValidation/Source/CV_MPU_ARMv7.c
|
||||
external/CMSIS_5/CMSIS/CoreValidation/Source/CV_MPU_ARMv8.c
|
||||
external/CMSIS_5/CMSIS/CoreValidation/Source/CV_Report.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Config/DAP_config.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/RTE_Device.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/RTE_Device.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_CDC_0.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_CustomClass_0.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/DAP_config.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/osObjects.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/Device/LPC55S69JBD64_cm33_core0/RTE_Device.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_CDC_0.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_CustomClass_0.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/DAP_config.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/osObjects.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USB_LPC55xxx.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Include/DAP.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/osObjects.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/_CMSIS_DAP/RTE_Components.h
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Config/DAP_config.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/RTE_Device.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/RTE_Device.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_CDC_0.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_CustomClass_0.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/DAP_config.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/osObjects.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/Device/LPC55S69JBD64_cm33_core0/RTE_Device.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_CDC_0.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_CustomClass_0.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/DAP_config.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/osObjects.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USB_LPC55xxx.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Include/DAP.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/osObjects.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/_CMSIS_DAP/RTE_Components.h
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c
|
||||
# external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c
|
||||
external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_CAN.c
|
||||
external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Common.c
|
||||
external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH.c
|
||||
|
|
31
Makefile
31
Makefile
|
@ -5,7 +5,7 @@
|
|||
|
||||
# ---- COMPILER/LINKER OPTIONS ----
|
||||
ENABLE_CLANG ?= 0
|
||||
ENABLE_SWD ?= 0
|
||||
ENABLE_SWD ?= 1
|
||||
ENABLE_OVERLAY ?= 0
|
||||
ENABLE_LTO ?= 1
|
||||
|
||||
|
@ -37,7 +37,6 @@ ENABLE_AM_FIX ?= 1
|
|||
ENABLE_SQUELCH_MORE_SENSITIVE ?= 1
|
||||
ENABLE_FASTER_CHANNEL_SCAN ?= 1
|
||||
ENABLE_RSSI_BAR ?= 1
|
||||
ENABLE_AUDIO_BAR ?= 1
|
||||
ENABLE_COPY_CHAN_TO_VFO ?= 1
|
||||
ENABLE_SPECTRUM ?= 1
|
||||
ENABLE_REDUCE_LOW_MID_TX_POWER?= 0
|
||||
|
@ -48,8 +47,8 @@ ENABLE_MDC1200 ?= 1
|
|||
ENABLE_MDC1200_SHOW_OP_ARG ?= 1
|
||||
ENABLE_MDC1200_SIDE_BEEP ?= 0
|
||||
ENABLE_MDC1200_CONTACT ?= 1
|
||||
ENABLE_CHINESE_FULL = 0
|
||||
|
||||
ENABLE_CHINESE_FULL = 4
|
||||
ENABLE_UART_RW_BK_REGS ?= 0
|
||||
|
||||
|
||||
# ---- DEBUGGING ----
|
||||
|
@ -57,7 +56,7 @@ ENABLE_AM_FIX_SHOW_DATA ?= 0
|
|||
ENABLE_AGC_SHOW_DATA ?= 0
|
||||
|
||||
#############################################################
|
||||
|
||||
OPENOCD = C:/openocd-win/bin/openocd.exe
|
||||
TARGET = firmware
|
||||
|
||||
ifeq ($(ENABLE_CLANG),1)
|
||||
|
@ -175,6 +174,7 @@ OBJS += ui/ui.o
|
|||
OBJS += ui/welcome.o
|
||||
OBJS += version.o
|
||||
OBJS += main.o
|
||||
|
||||
ifeq ($(OS), Windows_NT) # windows
|
||||
TOP := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||
RM = del /Q
|
||||
|
@ -231,7 +231,7 @@ endif
|
|||
|
||||
CFLAGS =
|
||||
ifeq ($(ENABLE_CLANG),0)
|
||||
CFLAGS += -Os -Wall -Werror -mcpu=cortex-m0 -fno-builtin -fshort-enums -fno-delete-null-pointer-checks -std=c2x -MMD
|
||||
CFLAGS += -Os -Wall -Wno-error -mcpu=cortex-m0 -fno-builtin -fshort-enums -fno-delete-null-pointer-checks -std=c2x -MMD
|
||||
#CFLAGS += -Os -Wall -Werror -mcpu=cortex-m0 -fno-builtin -fshort-enums -fno-delete-null-pointer-checks -std=c11 -MMD
|
||||
#CFLAGS += -Os -Wall -Werror -mcpu=cortex-m0 -fno-builtin -fshort-enums -fno-delete-null-pointer-checks -std=c99 -MMD
|
||||
#CFLAGS += -Os -Wall -Werror -mcpu=cortex-m0 -fno-builtin -fshort-enums -fno-delete-null-pointer-checks -std=gnu99 -MMD
|
||||
|
@ -293,6 +293,9 @@ endif
|
|||
ifeq ($(ENABLE_UART),1)
|
||||
CFLAGS += -DENABLE_UART
|
||||
endif
|
||||
ifeq ($(ENABLE_UART_RW_BK_REGS),1)
|
||||
CFLAGS += -DENABLE_UART_RW_BK_REGS
|
||||
endif
|
||||
ifeq ($(ENABLE_BIG_FREQ),1)
|
||||
CFLAGS += -DENABLE_BIG_FREQ
|
||||
endif
|
||||
|
@ -425,9 +428,9 @@ ifdef MY_PYTHON
|
|||
HAS_CRCMOD := $(shell $(MY_PYTHON) -c "import crcmod" 2>&1)
|
||||
endif
|
||||
|
||||
all: $(TARGET)
|
||||
$(OBJCOPY) -O binary $< $<.bin
|
||||
|
||||
build: $(TARGET)
|
||||
$(OBJCOPY) -O binary $(TARGET) $(TARGET).bin
|
||||
ifndef MY_PYTHON
|
||||
$(info )
|
||||
$(info !!!!!!!! PYTHON NOT FOUND, *.PACKED.BIN WON'T BE BUILT)
|
||||
|
@ -438,16 +441,16 @@ else ifneq (,$(HAS_CRCMOD))
|
|||
$(info !!!!!!!! run: pip install crcmod)
|
||||
$(info )
|
||||
else
|
||||
-$(MY_PYTHON) fw-pack.py $<.bin $(AUTHOR_STRING) $<.packed.bin
|
||||
-$(MY_PYTHON) fw-pack.py $(TARGET).bin $(AUTHOR_STRING) $(TARGET).packed.bin
|
||||
endif
|
||||
|
||||
$(SIZE) $<
|
||||
|
||||
$(SIZE) $(TARGET)
|
||||
all: clean build flash
|
||||
make clean
|
||||
debug:
|
||||
/opt/openocd/bin/openocd -c "bindto 0.0.0.0" -f interface/jlink.cfg -f dp32g030.cfg
|
||||
$(OPENOCD) -c "bindto 0.0.0.0" -f interface/stlink.cfg -f dp32g030.cfg
|
||||
|
||||
flash:
|
||||
/opt/openocd/bin/openocd -c "bindto 0.0.0.0" -f interface/jlink.cfg -f dp32g030.cfg -c "write_image firmware.bin 0; shutdown;"
|
||||
$(OPENOCD) -c "bindto 0.0.0.0" -f interface/stlink.cfg -f dp32g030.cfg -c "write_image firmware.bin 0; shutdown;"
|
||||
|
||||
version.o: .FORCE
|
||||
|
||||
|
|
13
am_fix.c
13
am_fix.c
|
@ -30,7 +30,9 @@
|
|||
#include "functions.h"
|
||||
#include "misc.h"
|
||||
#include "settings.h"
|
||||
|
||||
#ifdef ENABLE_AGC_SHOW_DATA
|
||||
#include "ui/main.h"
|
||||
#endif
|
||||
#ifdef ENABLE_AM_FIX
|
||||
|
||||
typedef struct
|
||||
|
@ -269,13 +271,7 @@ switch (gCurrentFunction)
|
|||
#endif
|
||||
return;
|
||||
|
||||
// only adjust stuff if we're in one of these modes、
|
||||
case FUNCTION_FOREGROUND:
|
||||
|
||||
case FUNCTION_RECEIVE:
|
||||
case FUNCTION_MONITOR:
|
||||
case FUNCTION_INCOMING:
|
||||
break;
|
||||
}
|
||||
|
||||
#ifdef ENABLE_AM_FIX_SHOW_DATA
|
||||
|
@ -370,6 +366,9 @@ switch (gCurrentFunction)
|
|||
gain_table_index_prev[vfo] = index;
|
||||
currentGainDiff = gain_table[0].gain_dB - gain_table[index].gain_dB;
|
||||
BK4819_WriteRegister(BK4819_REG_13, gain_table[index].reg_val);
|
||||
#ifdef ENABLE_AGC_SHOW_DATA
|
||||
UI_MAIN_PrintAGC(true);
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef ENABLE_AM_FIX_SHOW_DATA
|
||||
|
|
|
@ -124,7 +124,7 @@ void ACTION_Monitor(void)
|
|||
RADIO_SelectVfos();
|
||||
|
||||
#ifdef ENABLE_NOAA
|
||||
if (gRxVfo->CHANNEL_SAVE >= NOAA_CHANNEL_FIRST && gIsNoaaMode)
|
||||
if (IS_NOAA_CHANNEL(gRxVfo->CHANNEL_SAVE) && gIsNoaaMode)
|
||||
gNoaaChannel = gRxVfo->CHANNEL_SAVE - NOAA_CHANNEL_FIRST;
|
||||
#endif
|
||||
RADIO_SetupRegisters(true);
|
||||
|
|
164
app/app.c
164
app/app.c
|
@ -13,6 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#include "assert.h"
|
||||
#ifdef ENABLE_FLASHLIGHT
|
||||
#include "app/flashlight.h"
|
||||
#endif
|
||||
|
@ -204,13 +205,14 @@ static void HandleIncoming(void)
|
|||
return;
|
||||
|
||||
#ifdef ENABLE_DTMF_CALLING
|
||||
if (gScanStateDir == SCAN_OFF) { // not scanning
|
||||
if (gRxVfo->DTMF_DECODING_ENABLE || gSetting_KILLED) { // DTMF DCD is enabled
|
||||
if (gScanStateDir == SCAN_OFF && (gRxVfo->DTMF_DECODING_ENABLE || gSetting_KILLED)) {
|
||||
|
||||
// DTMF DCD is enabled
|
||||
DTMF_HandleRequest();
|
||||
|
||||
if (gDTMF_CallState == DTMF_CALL_STATE_NONE) {
|
||||
if (gRxReceptionMode == RX_MODE_DETECTED) {
|
||||
if (gRxReceptionMode != RX_MODE_DETECTED) {
|
||||
return;
|
||||
}
|
||||
gDualWatchCountdown_10ms = dual_watch_count_after_1_10ms;
|
||||
gScheduleDualWatch = false;
|
||||
|
||||
|
@ -221,11 +223,9 @@ static void HandleIncoming(void)
|
|||
gUpdateStatus = true;
|
||||
|
||||
gUpdateDisplay = true;
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
APP_StartListening(gMonitor ? FUNCTION_MONITOR : FUNCTION_RECEIVE);
|
||||
|
@ -410,36 +410,27 @@ static void HandleReceive(void)
|
|||
}
|
||||
}
|
||||
|
||||
static void HandlePowerSave()
|
||||
{
|
||||
if (!gRxIdleMode) {
|
||||
CheckForIncoming();
|
||||
}
|
||||
}
|
||||
static void (*HandleFunction_fn_table[])(void) = {
|
||||
[FUNCTION_FOREGROUND] = &CheckForIncoming,
|
||||
[FUNCTION_TRANSMIT] = &FUNCTION_NOP,
|
||||
[FUNCTION_MONITOR] = &FUNCTION_NOP,
|
||||
[FUNCTION_INCOMING] = &HandleIncoming,
|
||||
[FUNCTION_RECEIVE] = &HandleReceive,
|
||||
[FUNCTION_POWER_SAVE] = &HandlePowerSave,
|
||||
[FUNCTION_BAND_SCOPE] = &FUNCTION_NOP,
|
||||
};
|
||||
|
||||
static_assert(ARRAY_SIZE(HandleFunction_fn_table) == FUNCTION_N_ELEM);
|
||||
|
||||
static void HandleFunction(void)
|
||||
{
|
||||
switch (gCurrentFunction)
|
||||
{
|
||||
case FUNCTION_FOREGROUND:
|
||||
CheckForIncoming();
|
||||
break;
|
||||
|
||||
case FUNCTION_TRANSMIT:
|
||||
break;
|
||||
|
||||
case FUNCTION_MONITOR:
|
||||
break;
|
||||
|
||||
case FUNCTION_INCOMING:
|
||||
HandleIncoming();
|
||||
break;
|
||||
|
||||
case FUNCTION_RECEIVE:
|
||||
HandleReceive();
|
||||
break;
|
||||
|
||||
case FUNCTION_POWER_SAVE:
|
||||
if (!gRxIdleMode)
|
||||
CheckForIncoming();
|
||||
break;
|
||||
|
||||
case FUNCTION_BAND_SCOPE:
|
||||
break;
|
||||
}
|
||||
HandleFunction_fn_table[gCurrentFunction]();
|
||||
}
|
||||
|
||||
void APP_StartListening(FUNCTION_Type_t function){
|
||||
|
@ -560,7 +551,7 @@ static void DualwatchAlternate(void)
|
|||
|
||||
gRxVfo = &gEeprom.VfoInfo[gEeprom.RX_VFO];
|
||||
|
||||
if (gEeprom.VfoInfo[0].CHANNEL_SAVE >= NOAA_CHANNEL_FIRST)
|
||||
if (IS_NOAA_CHANNEL(gEeprom.VfoInfo[0].CHANNEL_SAVE))
|
||||
NOAA_IncreaseChannel();
|
||||
}
|
||||
else
|
||||
|
@ -735,7 +726,7 @@ void APP_EndTransmission(void)
|
|||
{
|
||||
// back to RX mode
|
||||
RADIO_SendEndOfTransmission();
|
||||
|
||||
gFlagEndTransmission = true;
|
||||
if (gMonitor) {
|
||||
//turn the monitor back on
|
||||
gFlagReconfigureVfos = true;
|
||||
|
@ -835,7 +826,6 @@ void APP_Update(void)
|
|||
{ // transmitter timed out or must de-key
|
||||
gTxTimeoutReached = false;
|
||||
|
||||
gFlagEndTransmission = true;
|
||||
APP_EndTransmission();
|
||||
|
||||
AUDIO_PlayBeep(BEEP_880HZ_60MS_TRIPLE_BEEP);
|
||||
|
@ -1151,10 +1141,10 @@ void APP_TimeSlice10ms(void)
|
|||
|
||||
if (gCurrentFunction == FUNCTION_TRANSMIT)
|
||||
{ // transmitting
|
||||
#ifdef ENABLE_AUDIO_BAR
|
||||
//#ifdef ENABLE_AUDIO_BAR
|
||||
if ( (gFlashLightBlinkCounter % (150 / 10)) == 0) // once every 150ms
|
||||
UI_DisplayAudioBar();
|
||||
#endif
|
||||
//#endif
|
||||
}
|
||||
|
||||
if (gUpdateDisplay)
|
||||
|
@ -1370,16 +1360,16 @@ void APP_TimeSlice500ms(void)
|
|||
return;
|
||||
}
|
||||
#endif
|
||||
if (gBacklightCountdown_500ms > 0 && !gAskToSave && !gCssBackgroundScan &&
|
||||
|
||||
if (gBacklightCountdown_500ms > 0 && !gAskToSave && !gCssBackgroundScan
|
||||
// don't turn off backlight if user is in backlight menu option
|
||||
!(gScreenToDisplay == DISPLAY_MENU && (UI_MENU_GetCurrentMenuId() == MENU_ABR || UI_MENU_GetCurrentMenuId() == MENU_ABR_MAX)))
|
||||
{
|
||||
if (--gBacklightCountdown_500ms == 0) {
|
||||
if (gEeprom.BACKLIGHT_TIME < (ARRAY_SIZE(gSubMenu_BACKLIGHT) - 1)) {
|
||||
// backlight is not set to be always on
|
||||
&& !(gScreenToDisplay == DISPLAY_MENU && (UI_MENU_GetCurrentMenuId() == MENU_ABR || UI_MENU_GetCurrentMenuId() == MENU_ABR_MAX))
|
||||
&& --gBacklightCountdown_500ms == 0
|
||||
&& gEeprom.BACKLIGHT_TIME < (ARRAY_SIZE(gSubMenu_BACKLIGHT) - 1)
|
||||
) {
|
||||
BACKLIGHT_TurnOff();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
if (gReducedService)
|
||||
{
|
||||
|
@ -1424,43 +1414,31 @@ void APP_TimeSlice500ms(void)
|
|||
#endif
|
||||
}
|
||||
|
||||
if (!gCssBackgroundScan
|
||||
if (!gCssBackgroundScan && gScanStateDir == SCAN_OFF && !SCANNER_IsScanning()
|
||||
#ifdef ENABLE_FMRADIO
|
||||
&& (gFM_ScanState == FM_SCAN_OFF || gAskToSave)
|
||||
#endif
|
||||
) {
|
||||
if (gScanStateDir == SCAN_OFF && !SCANNER_IsScanning()
|
||||
#ifdef ENABLE_AIRCOPY
|
||||
&& gScreenToDisplay != DISPLAY_AIRCOPY
|
||||
#endif
|
||||
) {
|
||||
if (gKeyLockCountdown > 0 && !gDTMF_InputMode && gScreenToDisplay != DISPLAY_MENU) {
|
||||
if (--gKeyLockCountdown == 0) {
|
||||
gEeprom.KEY_LOCK = true; // lock the keyboard
|
||||
gUpdateStatus = true; // lock symbol needs showing
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (exit_menu)
|
||||
{
|
||||
if (exit_menu) {
|
||||
gMenuCountdown = 0;
|
||||
|
||||
if (gEeprom.BACKLIGHT_TIME == 0) // backlight always off
|
||||
{
|
||||
BACKLIGHT_TurnOff(); // turn the backlight OFF
|
||||
if (gEeprom.BACKLIGHT_TIME == 0) {
|
||||
BACKLIGHT_TurnOff();
|
||||
}
|
||||
|
||||
if (gInputBoxIndex > 0 || gDTMF_InputMode)
|
||||
if (gInputBoxIndex > 0 || gDTMF_InputMode) {
|
||||
AUDIO_PlayBeep(BEEP_500HZ_60MS_DOUBLE_BEEP_OPTIONAL);
|
||||
}
|
||||
/*
|
||||
if (SCANNER_IsScanning())
|
||||
{
|
||||
if (SCANNER_IsScanning()) {
|
||||
BK4819_StopScan();
|
||||
|
||||
RADIO_ConfigureChannel(0, VFO_CONFIGURE_RELOAD);
|
||||
RADIO_ConfigureChannel(1, VFO_CONFIGURE_RELOAD);
|
||||
|
||||
RADIO_SetupRegisters(true);
|
||||
}
|
||||
*/
|
||||
|
@ -1483,28 +1461,21 @@ void APP_TimeSlice500ms(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
if (disp == DISPLAY_INVALID) {
|
||||
if (disp == DISPLAY_INVALID
|
||||
#ifndef ENABLE_NO_CODE_SCAN_TIMEOUT
|
||||
if (!SCANNER_IsScanning())
|
||||
&& !SCANNER_IsScanning()
|
||||
#endif
|
||||
{
|
||||
) {
|
||||
disp = DISPLAY_MAIN;
|
||||
}
|
||||
}
|
||||
|
||||
if (disp != DISPLAY_INVALID) {
|
||||
GUI_SelectNextDisplay(disp);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (!gPttIsPressed && gVFOStateResumeCountdown_500ms > 0)
|
||||
{
|
||||
if (--gVFOStateResumeCountdown_500ms == 0)
|
||||
{
|
||||
if (!gPttIsPressed && gVFOStateResumeCountdown_500ms > 0 && --gVFOStateResumeCountdown_500ms == 0) {
|
||||
RADIO_SetVfoState(VFO_STATE_NORMAL);
|
||||
#ifdef ENABLE_FMRADIO
|
||||
if (gFmRadioMode && !FUNCTION_IsRx()) {
|
||||
|
@ -1514,48 +1485,35 @@ void APP_TimeSlice500ms(void)
|
|||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
BATTERY_TimeSlice500ms();
|
||||
SCANNER_TimeSlice500ms();
|
||||
UI_MAIN_TimeSlice500ms();
|
||||
#ifdef ENABLE_DTMF_CALLING
|
||||
if (gCurrentFunction != FUNCTION_TRANSMIT)
|
||||
{
|
||||
if (gDTMF_DecodeRingCountdown_500ms > 0)
|
||||
{ // make "ring-ring" sound
|
||||
if (gCurrentFunction != FUNCTION_TRANSMIT) {
|
||||
if (gDTMF_DecodeRingCountdown_500ms > 0) {
|
||||
// make "ring-ring" sound
|
||||
gDTMF_DecodeRingCountdown_500ms--;
|
||||
AUDIO_PlayBeep(BEEP_880HZ_200MS);
|
||||
}
|
||||
}
|
||||
else
|
||||
} else {
|
||||
gDTMF_DecodeRingCountdown_500ms = 0;
|
||||
|
||||
if (gDTMF_CallState != DTMF_CALL_STATE_NONE &&
|
||||
gCurrentFunction != FUNCTION_TRANSMIT &&
|
||||
gCurrentFunction != FUNCTION_RECEIVE)
|
||||
}
|
||||
if (gDTMF_CallState != DTMF_CALL_STATE_NONE && gCurrentFunction != FUNCTION_TRANSMIT
|
||||
&& gCurrentFunction != FUNCTION_RECEIVE && gDTMF_auto_reset_time_500ms > 0
|
||||
&& --gDTMF_auto_reset_time_500ms == 0)
|
||||
{
|
||||
if (gDTMF_auto_reset_time_500ms > 0)
|
||||
{
|
||||
if (--gDTMF_auto_reset_time_500ms == 0)
|
||||
{
|
||||
if (gDTMF_CallState == DTMF_CALL_STATE_RECEIVED && gEeprom.DTMF_auto_reset_time >= DTMF_HOLD_MAX)
|
||||
gDTMF_CallState = DTMF_CALL_STATE_RECEIVED_STAY; // keep message on-screen till a key is pressed
|
||||
else
|
||||
gDTMF_CallState = DTMF_CALL_STATE_NONE;
|
||||
gUpdateDisplay = true;
|
||||
}
|
||||
if (gDTMF_CallState == DTMF_CALL_STATE_RECEIVED && gEeprom.DTMF_auto_reset_time >= DTMF_HOLD_MAX) {
|
||||
gDTMF_CallState = DTMF_CALL_STATE_RECEIVED_STAY; // keep message on-screen till a key is pressed
|
||||
} else {
|
||||
gDTMF_CallState = DTMF_CALL_STATE_NONE;
|
||||
}
|
||||
}
|
||||
|
||||
if (gDTMF_IsTx && gDTMF_TxStopCountdown_500ms > 0)
|
||||
{
|
||||
if (--gDTMF_TxStopCountdown_500ms == 0)
|
||||
{
|
||||
if (gDTMF_IsTx && gDTMF_TxStopCountdown_500ms > 0 && --gDTMF_TxStopCountdown_500ms == 0) {
|
||||
gDTMF_IsTx = false;
|
||||
gUpdateDisplay = true;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
22
app/dtmf.c
22
app/dtmf.c
|
@ -103,15 +103,15 @@ bool DTMF_ValidateCodes(char *pCode, const unsigned int size)
|
|||
#ifdef ENABLE_DTMF_CALLING
|
||||
bool DTMF_GetContact(const int Index, char *pContact)
|
||||
{
|
||||
int i = -1;
|
||||
if (Index >= 0 && Index < MAX_DTMF_CONTACTS && pContact != NULL)
|
||||
{
|
||||
EEPROM_ReadBuffer(0x1C00 + (Index * 16), pContact, 16);
|
||||
i = (int)pContact[0] - ' ';
|
||||
}
|
||||
return (i >= 0 && i < 95);
|
||||
if (Index < 0 || Index >= MAX_DTMF_CONTACTS || pContact == NULL) {
|
||||
return false;
|
||||
}
|
||||
|
||||
EEPROM_ReadBuffer(0x1C00 + (Index * 16), pContact, 16);
|
||||
|
||||
// check whether the first character is printable or not
|
||||
return (pContact[0] >= ' ' && pContact[0] < 127);
|
||||
}
|
||||
bool DTMF_FindContact(const char *pContact, char *pResult)
|
||||
{
|
||||
pResult[0] = 0;
|
||||
|
@ -297,12 +297,12 @@ void DTMF_HandleRequest(void)
|
|||
if (gDTMF_RX_index >= 2)
|
||||
{ // look for ACK reply
|
||||
|
||||
strcpy(String, "AB");
|
||||
char *pPrintStr = "AB";
|
||||
|
||||
Offset = gDTMF_RX_index - strlen(String);
|
||||
Offset = gDTMF_RX_index - strlen(pPrintStr);
|
||||
|
||||
if (CompareMessage(gDTMF_RX + Offset, String, strlen(String), true))
|
||||
{ // ends with "AB"
|
||||
if (CompareMessage(gDTMF_RX + Offset, pPrintStr, strlen(pPrintStr), true)) {
|
||||
// ends with "AB"
|
||||
|
||||
if (gDTMF_ReplyState != DTMF_REPLY_NONE) // 1of11
|
||||
// if (gDTMF_CallState != DTMF_CALL_STATE_NONE) // 1of11
|
||||
|
|
12
app/menu.c
12
app/menu.c
|
@ -236,9 +236,9 @@ int MENU_GetLimits(uint8_t menu_id, int32_t *pMin, int32_t *pMax) {
|
|||
#ifdef ENABLE_AM_FIX
|
||||
case MENU_AM_FIX:
|
||||
#endif
|
||||
#ifdef ENABLE_AUDIO_BAR
|
||||
//#ifdef ENABLE_AUDIO_BAR
|
||||
//case MENU_MIC_BAR:
|
||||
#endif
|
||||
//#endif
|
||||
case MENU_BCL:
|
||||
// case MENU_BEEP:
|
||||
//case MENU_AUTOLK:
|
||||
|
@ -616,11 +616,11 @@ void MENU_AcceptSetting(void) {
|
|||
gFlagReconfigureVfos = true;
|
||||
break;
|
||||
|
||||
#ifdef ENABLE_AUDIO_BAR
|
||||
//#ifdef ENABLE_AUDIO_BAR
|
||||
// case MENU_MIC_BAR:
|
||||
// gSetting_mic_bar = gSubMenuSelection;
|
||||
// break;
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
case MENU_COMPAND:
|
||||
gTxVfo->Compander = gSubMenuSelection;
|
||||
|
@ -1009,11 +1009,11 @@ void MENU_ShowCurrentSetting(void) {
|
|||
gSubMenuSelection = gEeprom.MIC_SENSITIVITY;
|
||||
break;
|
||||
|
||||
#ifdef ENABLE_AUDIO_BAR
|
||||
//#ifdef ENABLE_AUDIO_BAR
|
||||
// case MENU_MIC_BAR:
|
||||
// gSubMenuSelection = gSetting_mic_bar;
|
||||
// break;
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
case MENU_COMPAND:
|
||||
gSubMenuSelection = gTxVfo->Compander;
|
||||
|
|
|
@ -1075,8 +1075,7 @@ static void RenderStill() {
|
|||
}
|
||||
|
||||
static void Render() {
|
||||
memset(gFrameBuffer, 0, sizeof(gFrameBuffer));
|
||||
|
||||
UI_DisplayClear();
|
||||
switch (currentState) {
|
||||
case SPECTRUM:
|
||||
RenderSpectrum();
|
||||
|
|
52
app/uart.c
52
app/uart.c
|
@ -379,7 +379,11 @@ static void CMD_052D(const uint8_t *pBuffer) {
|
|||
|
||||
SendReply(&Reply, sizeof(Reply));
|
||||
}
|
||||
|
||||
// session init, sends back version info and state
|
||||
// timestamp is a session id really
|
||||
// this command also disables dual watch, crossband,
|
||||
// DTMF side tones, freq reverse, PTT ID, DTMF decoding, frequency offset
|
||||
// exits power save, sets main VFO to upper,
|
||||
static void CMD_052F(const uint8_t *pBuffer) {
|
||||
const CMD_052F_t *pCmd = (const CMD_052F_t *) pBuffer;
|
||||
|
||||
|
@ -413,6 +417,43 @@ static void CMD_052F(const uint8_t *pBuffer) {
|
|||
SendVersion();
|
||||
}
|
||||
|
||||
#ifdef ENABLE_UART_RW_BK_REGS
|
||||
static void CMD_0601_ReadBK4819Reg(const uint8_t *pBuffer)
|
||||
{
|
||||
typedef struct __attribute__((__packed__)) {
|
||||
Header_t header;
|
||||
uint8_t reg;
|
||||
} CMD_0601_t;
|
||||
|
||||
CMD_0601_t *cmd = (CMD_0601_t*) pBuffer;
|
||||
|
||||
struct __attribute__((__packed__)) {
|
||||
Header_t header;
|
||||
struct __attribute__((__packed__)) {
|
||||
uint8_t reg;
|
||||
uint16_t value;
|
||||
} data;
|
||||
} reply;
|
||||
|
||||
reply.header.ID = 0x0601;
|
||||
reply.header.Size = sizeof(reply.data);
|
||||
reply.data.reg = cmd->reg;
|
||||
reply.data.value = BK4819_ReadRegister(cmd->reg);
|
||||
SendReply(&reply, sizeof(reply));
|
||||
}
|
||||
|
||||
static void CMD_0602_WriteBK4819Reg(const uint8_t *pBuffer)
|
||||
{
|
||||
typedef struct __attribute__((__packed__)) {
|
||||
Header_t header;
|
||||
uint8_t reg;
|
||||
uint16_t value;
|
||||
} CMD_0602_t;
|
||||
|
||||
CMD_0602_t *cmd = (CMD_0602_t*) pBuffer;
|
||||
BK4819_WriteRegister(cmd->reg, cmd->value);
|
||||
}
|
||||
#endif
|
||||
bool UART_IsCommandAvailable(void) {
|
||||
uint16_t Index;
|
||||
uint16_t TailIndex;
|
||||
|
@ -642,5 +683,14 @@ void UART_HandleCommand(void) {
|
|||
NVIC_SystemReset();
|
||||
#endif
|
||||
break;
|
||||
#ifdef ENABLE_UART_RW_BK_REGS
|
||||
case 0x0601:
|
||||
CMD_0601_ReadBK4819Reg(UART_Command.Buffer);
|
||||
break;
|
||||
|
||||
case 0x0602:
|
||||
CMD_0602_WriteBK4819Reg(UART_Command.Buffer);
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,175 @@
|
|||
{
|
||||
"inputs" :
|
||||
[
|
||||
{
|
||||
"path" : "CMakeLists.txt"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "cmake-build-debug/CMakeFiles/3.25.2/CMakeSystem.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "cmake-build-debug/CMakeFiles/3.25.2/CMakeCCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "cmake-build-debug/CMakeFiles/3.25.2/CMakeCXXCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeGenericSystem.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/WindowsPaths.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeFindCodeBlocks.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/ProcessorCount.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeCInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Compiler/GNU-C.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Compiler/GNU.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows-GNU-C.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows-GNU.cmake"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "cmake-build-debug/CMakeFiles/3.25.2/CMakeRCCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeRCInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows-windres.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows-GNU-C-ABI.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeCXXInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Compiler/GNU.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows-GNU-CXX.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows-GNU.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows-GNU-CXX-ABI.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
}
|
||||
],
|
||||
"kind" : "cmakeFiles",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug",
|
||||
"source" : "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese"
|
||||
},
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"configurations" :
|
||||
[
|
||||
{
|
||||
"directories" :
|
||||
[
|
||||
{
|
||||
"build" : ".",
|
||||
"jsonFile" : "directory-.-Debug-d0094a50bb2071803777.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.25"
|
||||
},
|
||||
"projectIndex" : 0,
|
||||
"source" : ".",
|
||||
"targetIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"name" : "Debug",
|
||||
"projects" :
|
||||
[
|
||||
{
|
||||
"directoryIndexes" :
|
||||
[
|
||||
0
|
||||
],
|
||||
"name" : "uv_k5_firmware_custom_0_17",
|
||||
"targetIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"targets" :
|
||||
[
|
||||
{
|
||||
"directoryIndex" : 0,
|
||||
"id" : "uv_k5_firmware_custom_0_17::@6890427a1f51a3e7e1df",
|
||||
"jsonFile" : "target-uv_k5_firmware_custom_0_17-Debug-793164c62e57d652e20e.json",
|
||||
"name" : "uv_k5_firmware_custom_0_17",
|
||||
"projectIndex" : 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"kind" : "codemodel",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug",
|
||||
"source" : "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese"
|
||||
},
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" : [],
|
||||
"files" : [],
|
||||
"nodes" : []
|
||||
},
|
||||
"installers" : [],
|
||||
"paths" :
|
||||
{
|
||||
"build" : ".",
|
||||
"source" : "."
|
||||
}
|
||||
}
|
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"cmake" :
|
||||
{
|
||||
"generator" :
|
||||
{
|
||||
"multiConfig" : false,
|
||||
"name" : "MinGW Makefiles"
|
||||
},
|
||||
"paths" :
|
||||
{
|
||||
"cmake" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/bin/cmake.exe",
|
||||
"cpack" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/bin/cpack.exe",
|
||||
"ctest" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/bin/ctest.exe",
|
||||
"root" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25"
|
||||
},
|
||||
"version" :
|
||||
{
|
||||
"isDirty" : false,
|
||||
"major" : 3,
|
||||
"minor" : 25,
|
||||
"patch" : 2,
|
||||
"string" : "3.25.2",
|
||||
"suffix" : ""
|
||||
}
|
||||
},
|
||||
"objects" :
|
||||
[
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-caa285142236f184f75e.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"jsonFile" : "cache-v2-abad8e9e75b89fd9ab68.json",
|
||||
"kind" : "cache",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"jsonFile" : "cmakeFiles-v1-a1d428cb3603927cf3d1.json",
|
||||
"kind" : "cmakeFiles",
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"jsonFile" : "toolchains-v1-f12fb5aa62960d650cce.json",
|
||||
"kind" : "toolchains",
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"reply" :
|
||||
{
|
||||
"cache-v2" :
|
||||
{
|
||||
"jsonFile" : "cache-v2-abad8e9e75b89fd9ab68.json",
|
||||
"kind" : "cache",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
"cmakeFiles-v1" :
|
||||
{
|
||||
"jsonFile" : "cmakeFiles-v1-a1d428cb3603927cf3d1.json",
|
||||
"kind" : "cmakeFiles",
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
"codemodel-v2" :
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-caa285142236f184f75e.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 4
|
||||
}
|
||||
},
|
||||
"toolchains-v1" :
|
||||
{
|
||||
"jsonFile" : "toolchains-v1-f12fb5aa62960d650cce.json",
|
||||
"kind" : "toolchains",
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,135 @@
|
|||
{
|
||||
"kind" : "toolchains",
|
||||
"toolchains" :
|
||||
[
|
||||
{
|
||||
"compiler" :
|
||||
{
|
||||
"id" : "GNU",
|
||||
"implicit" :
|
||||
{
|
||||
"includeDirectories" :
|
||||
[
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include",
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed",
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include"
|
||||
],
|
||||
"linkDirectories" :
|
||||
[
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0",
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc",
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib",
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/lib"
|
||||
],
|
||||
"linkFrameworkDirectories" : [],
|
||||
"linkLibraries" :
|
||||
[
|
||||
"mingw32",
|
||||
"gcc",
|
||||
"moldname",
|
||||
"mingwex",
|
||||
"pthread",
|
||||
"advapi32",
|
||||
"shell32",
|
||||
"user32",
|
||||
"kernel32",
|
||||
"iconv",
|
||||
"mingw32",
|
||||
"gcc",
|
||||
"moldname",
|
||||
"mingwex"
|
||||
]
|
||||
},
|
||||
"path" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc.exe",
|
||||
"version" : "7.3.0"
|
||||
},
|
||||
"language" : "C",
|
||||
"sourceFileExtensions" :
|
||||
[
|
||||
"c",
|
||||
"m"
|
||||
]
|
||||
},
|
||||
{
|
||||
"compiler" :
|
||||
{
|
||||
"id" : "GNU",
|
||||
"implicit" :
|
||||
{
|
||||
"includeDirectories" :
|
||||
[
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++",
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32",
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward",
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include",
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed",
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include"
|
||||
],
|
||||
"linkDirectories" :
|
||||
[
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0",
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc",
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib",
|
||||
"C:/Qt/Qt5.14.2/Tools/mingw730_64/lib"
|
||||
],
|
||||
"linkFrameworkDirectories" : [],
|
||||
"linkLibraries" :
|
||||
[
|
||||
"stdc++",
|
||||
"mingw32",
|
||||
"gcc_s",
|
||||
"gcc",
|
||||
"moldname",
|
||||
"mingwex",
|
||||
"pthread",
|
||||
"advapi32",
|
||||
"shell32",
|
||||
"user32",
|
||||
"kernel32",
|
||||
"iconv",
|
||||
"mingw32",
|
||||
"gcc_s",
|
||||
"gcc",
|
||||
"moldname",
|
||||
"mingwex"
|
||||
]
|
||||
},
|
||||
"path" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe",
|
||||
"version" : "7.3.0"
|
||||
},
|
||||
"language" : "CXX",
|
||||
"sourceFileExtensions" :
|
||||
[
|
||||
"C",
|
||||
"M",
|
||||
"c++",
|
||||
"cc",
|
||||
"cpp",
|
||||
"cxx",
|
||||
"mm",
|
||||
"mpp",
|
||||
"CPP",
|
||||
"ixx",
|
||||
"cppm"
|
||||
]
|
||||
},
|
||||
{
|
||||
"compiler" :
|
||||
{
|
||||
"implicit" : {},
|
||||
"path" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/windres.exe"
|
||||
},
|
||||
"language" : "RC",
|
||||
"sourceFileExtensions" :
|
||||
[
|
||||
"rc",
|
||||
"RC"
|
||||
]
|
||||
}
|
||||
],
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
424
cmake-build-debug/CMakeCache.txt
Normal file
424
cmake-build-debug/CMakeCache.txt
Normal file
File diff suppressed because one or more lines are too long
|
@ -6,10 +6,10 @@ set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
|||
set(CMAKE_C_COMPILER_WRAPPER "")
|
||||
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
|
||||
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
||||
set(CMAKE_C_COMPILE_FEATURES "")
|
||||
set(CMAKE_C90_COMPILE_FEATURES "")
|
||||
set(CMAKE_C99_COMPILE_FEATURES "")
|
||||
set(CMAKE_C11_COMPILE_FEATURES "")
|
||||
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert")
|
||||
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
||||
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
||||
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
||||
set(CMAKE_C17_COMPILE_FEATURES "")
|
||||
set(CMAKE_C23_COMPILE_FEATURES "")
|
||||
|
||||
|
@ -29,8 +29,8 @@ set(CMAKE_LINKER "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ld.exe")
|
|||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCC 1)
|
||||
set(CMAKE_C_COMPILER_LOADED 1)
|
||||
set(CMAKE_C_COMPILER_WORKS )
|
||||
set(CMAKE_C_ABI_COMPILED )
|
||||
set(CMAKE_C_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_C_ABI_COMPILED TRUE)
|
||||
|
||||
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
||||
|
||||
|
@ -40,9 +40,9 @@ set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
|||
set(CMAKE_C_LINKER_PREFERENCE 10)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_C_SIZEOF_DATA_PTR "")
|
||||
set(CMAKE_C_SIZEOF_DATA_PTR "8")
|
||||
set(CMAKE_C_COMPILER_ABI "")
|
||||
set(CMAKE_C_BYTE_ORDER "")
|
||||
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
|
||||
|
||||
if(CMAKE_C_SIZEOF_DATA_PTR)
|
||||
|
@ -66,7 +66,7 @@ endif()
|
|||
|
||||
|
||||
|
||||
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "")
|
||||
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "mingw32;gcc;moldname;mingwex;pthread;advapi32;shell32;user32;kernel32;iconv;mingw32;gcc;moldname;mingwex")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
||||
|
|
83
cmake-build-debug/CMakeFiles/3.25.2/CMakeCXXCompiler.cmake
Normal file
83
cmake-build-debug/CMakeFiles/3.25.2/CMakeCXXCompiler.cmake
Normal file
|
@ -0,0 +1,83 @@
|
|||
set(CMAKE_CXX_COMPILER "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "7.3.0")
|
||||
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
||||
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
|
||||
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
||||
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17")
|
||||
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
|
||||
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
|
||||
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
|
||||
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
|
||||
set(CMAKE_CXX20_COMPILE_FEATURES "")
|
||||
set(CMAKE_CXX23_COMPILE_FEATURES "")
|
||||
|
||||
set(CMAKE_CXX_PLATFORM_ID "MinGW")
|
||||
set(CMAKE_CXX_SIMULATE_ID "")
|
||||
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
|
||||
set(CMAKE_CXX_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ar.exe")
|
||||
set(CMAKE_CXX_COMPILER_AR "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ar.exe")
|
||||
set(CMAKE_RANLIB "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ranlib.exe")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ranlib.exe")
|
||||
set(CMAKE_LINKER "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ld.exe")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCXX 1)
|
||||
set(CMAKE_CXX_COMPILER_LOADED 1)
|
||||
set(CMAKE_CXX_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_CXX_ABI_COMPILED TRUE)
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm)
|
||||
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
|
||||
foreach (lang C OBJC OBJCXX)
|
||||
if (CMAKE_${lang}_COMPILER_ID_RUN)
|
||||
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
|
||||
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
||||
endforeach()
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE 30)
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
|
||||
set(CMAKE_CXX_COMPILER_ABI "")
|
||||
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
|
||||
|
||||
if(CMAKE_CXX_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;mingw32;gcc_s;gcc;moldname;mingwex;pthread;advapi32;shell32;user32;kernel32;iconv;mingw32;gcc_s;gcc;moldname;mingwex")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,6 @@
|
|||
set(CMAKE_RC_COMPILER "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/windres.exe")
|
||||
set(CMAKE_RC_COMPILER_ARG1 "")
|
||||
set(CMAKE_RC_COMPILER_LOADED 1)
|
||||
set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC)
|
||||
set(CMAKE_RC_OUTPUT_EXTENSION .obj)
|
||||
set(CMAKE_RC_COMPILER_ENV_VAR "RC")
|
BIN
cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe
Normal file
BIN
cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe
Normal file
Binary file not shown.
BIN
cmake-build-debug/CMakeFiles/3.25.2/CompilerIdCXX/a.exe
Normal file
BIN
cmake-build-debug/CMakeFiles/3.25.2/CompilerIdCXX/a.exe
Normal file
Binary file not shown.
16
cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake
Normal file
16
cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake
Normal file
|
@ -0,0 +1,16 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.25
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
|
@ -25,3 +25,536 @@ Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" p
|
|||
|
||||
The CXX compiler identification is GNU, found in "C:/Users/RUPC/Desktop/UV-K6/新建文件夹/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdCXX/a.exe"
|
||||
|
||||
The system is: Windows - 10.0.19045 - AMD64
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||
Compiler: C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc.exe
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.exe"
|
||||
|
||||
The C compiler identification is GNU, found in "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe"
|
||||
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
||||
Compiler: C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe"
|
||||
|
||||
The CXX compiler identification is GNU, found in "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdCXX/a.exe"
|
||||
|
||||
The system is: Windows - 10.0.19045 - AMD64
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||
Compiler: C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc.exe
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.exe"
|
||||
|
||||
The C compiler identification is GNU, found in "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe"
|
||||
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
||||
Compiler: C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe"
|
||||
|
||||
The CXX compiler identification is GNU, found in "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdCXX/a.exe"
|
||||
|
||||
Detecting C compiler ABI info compiled with the following output:
|
||||
Change Dir: C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-tr4vja
|
||||
|
||||
Run Build Command(s):C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f Makefile cmTC_b41ea/fast && C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f CMakeFiles\cmTC_b41ea.dir\build.make CMakeFiles/cmTC_b41ea.dir/build
|
||||
mingw32-make.exe[1]: Entering directory 'C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-tr4vja'
|
||||
Building C object CMakeFiles/cmTC_b41ea.dir/CMakeCCompilerABI.c.obj
|
||||
C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\gcc.exe -fdiagnostics-color=always -v -o CMakeFiles\cmTC_b41ea.dir\CMakeCCompilerABI.c.obj -c "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\share\cmake-3.25\Modules\CMakeCCompilerABI.c"
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\gcc.exe
|
||||
Target: x86_64-w64-mingw32
|
||||
Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib '
|
||||
Thread model: posix
|
||||
gcc version 7.3.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
|
||||
COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles\cmTC_b41ea.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/cc1.exe -quiet -v -iprefix C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/ -D_REENTRANT C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\share\cmake-3.25\Modules\CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_b41ea.dir\CMakeCCompilerABI.c.obj -version -fdiagnostics-color=always -o C:\Users\RUPC\AppData\Local\Temp\cc0jmZUq.s
|
||||
GNU C11 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32)
|
||||
compiled by GNU C version 7.3.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include"
|
||||
ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64C:/msys64-2/mingw64/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include"
|
||||
ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"
|
||||
ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"
|
||||
ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/mingw/include"
|
||||
#include "..." search starts here:
|
||||
#include <...> search starts here:
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include
|
||||
End of search list.
|
||||
GNU C11 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32)
|
||||
compiled by GNU C version 7.3.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
Compiler executable checksum: afb3948cd5c0c8f535365414e7310436
|
||||
COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles\cmTC_b41ea.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_b41ea.dir\CMakeCCompilerABI.c.obj C:\Users\RUPC\AppData\Local\Temp\cc0jmZUq.s
|
||||
GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30
|
||||
COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/
|
||||
LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../
|
||||
COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles\cmTC_b41ea.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'
|
||||
Linking C executable cmTC_b41ea.exe
|
||||
"C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_b41ea.dir\link.txt --verbose=1
|
||||
"C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_b41ea.dir/objects.a
|
||||
C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\ar.exe qc CMakeFiles\cmTC_b41ea.dir/objects.a @CMakeFiles\cmTC_b41ea.dir\objects1
|
||||
C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\gcc.exe -v -Wl,--whole-archive CMakeFiles\cmTC_b41ea.dir/objects.a -Wl,--no-whole-archive -o cmTC_b41ea.exe -Wl,--out-implib,libcmTC_b41ea.dll.a -Wl,--major-image-version,0,--minor-image-version,0
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\gcc.exe
|
||||
COLLECT_LTO_WRAPPER=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe
|
||||
Target: x86_64-w64-mingw32
|
||||
Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib '
|
||||
Thread model: posix
|
||||
gcc version 7.3.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
|
||||
COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/
|
||||
LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_b41ea.exe' '-mtune=core2' '-march=nocona'
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe -plugin C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll -plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\RUPC\AppData\Local\Temp\ccqd6UnC.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_b41ea.exe C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0 -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../.. --whole-archive CMakeFiles\cmTC_b41ea.dir/objects.a --no-whole-archive --out-implib libcmTC_b41ea.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_b41ea.exe' '-mtune=core2' '-march=nocona'
|
||||
mingw32-make.exe[1]: Leaving directory 'C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-tr4vja'
|
||||
|
||||
|
||||
|
||||
Parsed C implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include]
|
||||
add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed]
|
||||
add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include]
|
||||
end of search list found
|
||||
collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include]
|
||||
collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed]
|
||||
collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include]
|
||||
implicit include dirs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include]
|
||||
|
||||
|
||||
Parsed C implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-tr4vja]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s):C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f Makefile cmTC_b41ea/fast && C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f CMakeFiles\cmTC_b41ea.dir\build.make CMakeFiles/cmTC_b41ea.dir/build]
|
||||
ignore line: [mingw32-make.exe[1]: Entering directory 'C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-tr4vja']
|
||||
ignore line: [Building C object CMakeFiles/cmTC_b41ea.dir/CMakeCCompilerABI.c.obj]
|
||||
ignore line: [C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\gcc.exe -fdiagnostics-color=always -v -o CMakeFiles\cmTC_b41ea.dir\CMakeCCompilerABI.c.obj -c "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\share\cmake-3.25\Modules\CMakeCCompilerABI.c"]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\gcc.exe]
|
||||
ignore line: [Target: x86_64-w64-mingw32]
|
||||
ignore line: [Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib ']
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [gcc version 7.3.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles\cmTC_b41ea.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona']
|
||||
ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/cc1.exe -quiet -v -iprefix C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/ -D_REENTRANT C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\share\cmake-3.25\Modules\CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_b41ea.dir\CMakeCCompilerABI.c.obj -version -fdiagnostics-color=always -o C:\Users\RUPC\AppData\Local\Temp\cc0jmZUq.s]
|
||||
ignore line: [GNU C11 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32)]
|
||||
ignore line: [ compiled by GNU C version 7.3.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include"]
|
||||
ignore line: [ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64C:/msys64-2/mingw64/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include"]
|
||||
ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"]
|
||||
ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"]
|
||||
ignore line: [ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/mingw/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include]
|
||||
ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed]
|
||||
ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [GNU C11 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32)]
|
||||
ignore line: [ compiled by GNU C version 7.3.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [Compiler executable checksum: afb3948cd5c0c8f535365414e7310436]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles\cmTC_b41ea.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona']
|
||||
ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_b41ea.dir\CMakeCCompilerABI.c.obj C:\Users\RUPC\AppData\Local\Temp\cc0jmZUq.s]
|
||||
ignore line: [GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30]
|
||||
ignore line: [COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/]
|
||||
ignore line: [LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles\cmTC_b41ea.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona']
|
||||
ignore line: [Linking C executable cmTC_b41ea.exe]
|
||||
ignore line: ["C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_b41ea.dir\link.txt --verbose=1]
|
||||
ignore line: ["C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_b41ea.dir/objects.a]
|
||||
ignore line: [C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\ar.exe qc CMakeFiles\cmTC_b41ea.dir/objects.a @CMakeFiles\cmTC_b41ea.dir\objects1]
|
||||
ignore line: [C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\gcc.exe -v -Wl --whole-archive CMakeFiles\cmTC_b41ea.dir/objects.a -Wl --no-whole-archive -o cmTC_b41ea.exe -Wl --out-implib libcmTC_b41ea.dll.a -Wl --major-image-version 0 --minor-image-version 0 ]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\gcc.exe]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe]
|
||||
ignore line: [Target: x86_64-w64-mingw32]
|
||||
ignore line: [Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib ']
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [gcc version 7.3.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ]
|
||||
ignore line: [COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/]
|
||||
ignore line: [LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_b41ea.exe' '-mtune=core2' '-march=nocona']
|
||||
link line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe -plugin C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll -plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\RUPC\AppData\Local\Temp\ccqd6UnC.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_b41ea.exe C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0 -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../.. --whole-archive CMakeFiles\cmTC_b41ea.dir/objects.a --no-whole-archive --out-implib libcmTC_b41ea.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o]
|
||||
arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll] ==> ignore
|
||||
arg [-plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=C:\Users\RUPC\AppData\Local\Temp\ccqd6UnC.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_eh] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lpthread] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-ladvapi32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lshell32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-luser32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lkernel32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-liconv] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_eh] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore
|
||||
arg [--sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64] ==> ignore
|
||||
arg [-m] ==> ignore
|
||||
arg [i386pep] ==> ignore
|
||||
arg [-Bdynamic] ==> search dynamic
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_b41ea.exe] ==> ignore
|
||||
arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o]
|
||||
arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o]
|
||||
arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0]
|
||||
arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc]
|
||||
arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib]
|
||||
arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib]
|
||||
arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib]
|
||||
arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..]
|
||||
arg [--whole-archive] ==> ignore
|
||||
arg [CMakeFiles\cmTC_b41ea.dir/objects.a] ==> ignore
|
||||
arg [--no-whole-archive] ==> ignore
|
||||
arg [--out-implib] ==> ignore
|
||||
arg [libcmTC_b41ea.dll.a] ==> ignore
|
||||
arg [--major-image-version] ==> ignore
|
||||
arg [0] ==> ignore
|
||||
arg [--minor-image-version] ==> ignore
|
||||
arg [0] ==> ignore
|
||||
arg [-lmingw32] ==> lib [mingw32]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lgcc_eh] ==> lib [gcc_eh]
|
||||
arg [-lmoldname] ==> lib [moldname]
|
||||
arg [-lmingwex] ==> lib [mingwex]
|
||||
arg [-lmsvcrt] ==> lib [msvcrt]
|
||||
arg [-lpthread] ==> lib [pthread]
|
||||
arg [-ladvapi32] ==> lib [advapi32]
|
||||
arg [-lshell32] ==> lib [shell32]
|
||||
arg [-luser32] ==> lib [user32]
|
||||
arg [-lkernel32] ==> lib [kernel32]
|
||||
arg [-liconv] ==> lib [iconv]
|
||||
arg [-lmingw32] ==> lib [mingw32]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lgcc_eh] ==> lib [gcc_eh]
|
||||
arg [-lmoldname] ==> lib [moldname]
|
||||
arg [-lmingwex] ==> lib [mingwex]
|
||||
arg [-lmsvcrt] ==> lib [msvcrt]
|
||||
arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o]
|
||||
remove lib [gcc_eh]
|
||||
remove lib [msvcrt]
|
||||
remove lib [gcc_eh]
|
||||
remove lib [msvcrt]
|
||||
collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib/crt2.o]
|
||||
collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o]
|
||||
collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o]
|
||||
collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0]
|
||||
collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc]
|
||||
collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib]
|
||||
collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib]
|
||||
collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib]
|
||||
collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib]
|
||||
implicit libs: [mingw32;gcc;moldname;mingwex;pthread;advapi32;shell32;user32;kernel32;iconv;mingw32;gcc;moldname;mingwex]
|
||||
implicit objs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib/crt2.o;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o]
|
||||
implicit dirs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
Detecting CXX compiler ABI info compiled with the following output:
|
||||
Change Dir: C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-78vfav
|
||||
|
||||
Run Build Command(s):C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f Makefile cmTC_d4c8b/fast && C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f CMakeFiles\cmTC_d4c8b.dir\build.make CMakeFiles/cmTC_d4c8b.dir/build
|
||||
mingw32-make.exe[1]: Entering directory 'C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-78vfav'
|
||||
Building CXX object CMakeFiles/cmTC_d4c8b.dir/CMakeCXXCompilerABI.cpp.obj
|
||||
C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe -fdiagnostics-color=always -v -o CMakeFiles\cmTC_d4c8b.dir\CMakeCXXCompilerABI.cpp.obj -c "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\share\cmake-3.25\Modules\CMakeCXXCompilerABI.cpp"
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe
|
||||
Target: x86_64-w64-mingw32
|
||||
Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib '
|
||||
Thread model: posix
|
||||
gcc version 7.3.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
|
||||
COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles\cmTC_d4c8b.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/cc1plus.exe -quiet -v -iprefix C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/ -D_REENTRANT C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\share\cmake-3.25\Modules\CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_d4c8b.dir\CMakeCXXCompilerABI.cpp.obj -version -fdiagnostics-color=always -o C:\Users\RUPC\AppData\Local\Temp\ccUIwvif.s
|
||||
GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32)
|
||||
compiled by GNU C version 7.3.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++"
|
||||
ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32"
|
||||
ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward"
|
||||
ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include"
|
||||
ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64C:/msys64-2/mingw64/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include"
|
||||
ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"
|
||||
ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"
|
||||
ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/mingw/include"
|
||||
#include "..." search starts here:
|
||||
#include <...> search starts here:
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include
|
||||
End of search list.
|
||||
GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32)
|
||||
compiled by GNU C version 7.3.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
Compiler executable checksum: 86cf749bb84a0f12f1d61bff4e68fffd
|
||||
COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles\cmTC_d4c8b.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_d4c8b.dir\CMakeCXXCompilerABI.cpp.obj C:\Users\RUPC\AppData\Local\Temp\ccUIwvif.s
|
||||
GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30
|
||||
COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/
|
||||
LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../
|
||||
COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles\cmTC_d4c8b.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'
|
||||
Linking CXX executable cmTC_d4c8b.exe
|
||||
"C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_d4c8b.dir\link.txt --verbose=1
|
||||
"C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_d4c8b.dir/objects.a
|
||||
C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\ar.exe qc CMakeFiles\cmTC_d4c8b.dir/objects.a @CMakeFiles\cmTC_d4c8b.dir\objects1
|
||||
C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe -v -Wl,--whole-archive CMakeFiles\cmTC_d4c8b.dir/objects.a -Wl,--no-whole-archive -o cmTC_d4c8b.exe -Wl,--out-implib,libcmTC_d4c8b.dll.a -Wl,--major-image-version,0,--minor-image-version,0
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe
|
||||
COLLECT_LTO_WRAPPER=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe
|
||||
Target: x86_64-w64-mingw32
|
||||
Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib '
|
||||
Thread model: posix
|
||||
gcc version 7.3.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
|
||||
COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/
|
||||
LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d4c8b.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'
|
||||
C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe -plugin C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll -plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\RUPC\AppData\Local\Temp\ccVwPyEl.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_d4c8b.exe C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0 -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../.. --whole-archive CMakeFiles\cmTC_d4c8b.dir/objects.a --no-whole-archive --out-implib libcmTC_d4c8b.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d4c8b.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'
|
||||
mingw32-make.exe[1]: Leaving directory 'C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-78vfav'
|
||||
|
||||
|
||||
|
||||
Parsed CXX implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++]
|
||||
add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32]
|
||||
add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward]
|
||||
add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include]
|
||||
add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed]
|
||||
add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include]
|
||||
end of search list found
|
||||
collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++]
|
||||
collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32]
|
||||
collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward]
|
||||
collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include]
|
||||
collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed]
|
||||
collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include]
|
||||
implicit include dirs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include]
|
||||
|
||||
|
||||
Parsed CXX implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-78vfav]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s):C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f Makefile cmTC_d4c8b/fast && C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f CMakeFiles\cmTC_d4c8b.dir\build.make CMakeFiles/cmTC_d4c8b.dir/build]
|
||||
ignore line: [mingw32-make.exe[1]: Entering directory 'C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-78vfav']
|
||||
ignore line: [Building CXX object CMakeFiles/cmTC_d4c8b.dir/CMakeCXXCompilerABI.cpp.obj]
|
||||
ignore line: [C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe -fdiagnostics-color=always -v -o CMakeFiles\cmTC_d4c8b.dir\CMakeCXXCompilerABI.cpp.obj -c "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\share\cmake-3.25\Modules\CMakeCXXCompilerABI.cpp"]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe]
|
||||
ignore line: [Target: x86_64-w64-mingw32]
|
||||
ignore line: [Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib ']
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [gcc version 7.3.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles\cmTC_d4c8b.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona']
|
||||
ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/cc1plus.exe -quiet -v -iprefix C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/ -D_REENTRANT C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\share\cmake-3.25\Modules\CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_d4c8b.dir\CMakeCXXCompilerABI.cpp.obj -version -fdiagnostics-color=always -o C:\Users\RUPC\AppData\Local\Temp\ccUIwvif.s]
|
||||
ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32)]
|
||||
ignore line: [ compiled by GNU C version 7.3.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++"]
|
||||
ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32"]
|
||||
ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward"]
|
||||
ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include"]
|
||||
ignore line: [ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64C:/msys64-2/mingw64/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include"]
|
||||
ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"]
|
||||
ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"]
|
||||
ignore line: [ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/mingw/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++]
|
||||
ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32]
|
||||
ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward]
|
||||
ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include]
|
||||
ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed]
|
||||
ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32)]
|
||||
ignore line: [ compiled by GNU C version 7.3.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [Compiler executable checksum: 86cf749bb84a0f12f1d61bff4e68fffd]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles\cmTC_d4c8b.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona']
|
||||
ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_d4c8b.dir\CMakeCXXCompilerABI.cpp.obj C:\Users\RUPC\AppData\Local\Temp\ccUIwvif.s]
|
||||
ignore line: [GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30]
|
||||
ignore line: [COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/]
|
||||
ignore line: [LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles\cmTC_d4c8b.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona']
|
||||
ignore line: [Linking CXX executable cmTC_d4c8b.exe]
|
||||
ignore line: ["C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_d4c8b.dir\link.txt --verbose=1]
|
||||
ignore line: ["C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_d4c8b.dir/objects.a]
|
||||
ignore line: [C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\ar.exe qc CMakeFiles\cmTC_d4c8b.dir/objects.a @CMakeFiles\cmTC_d4c8b.dir\objects1]
|
||||
ignore line: [C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe -v -Wl --whole-archive CMakeFiles\cmTC_d4c8b.dir/objects.a -Wl --no-whole-archive -o cmTC_d4c8b.exe -Wl --out-implib libcmTC_d4c8b.dll.a -Wl --major-image-version 0 --minor-image-version 0 ]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe]
|
||||
ignore line: [Target: x86_64-w64-mingw32]
|
||||
ignore line: [Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib ']
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [gcc version 7.3.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ]
|
||||
ignore line: [COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/]
|
||||
ignore line: [LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/]
|
||||
ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d4c8b.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona']
|
||||
link line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe -plugin C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll -plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\RUPC\AppData\Local\Temp\ccVwPyEl.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_d4c8b.exe C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0 -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../.. --whole-archive CMakeFiles\cmTC_d4c8b.dir/objects.a --no-whole-archive --out-implib libcmTC_d4c8b.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o]
|
||||
arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll] ==> ignore
|
||||
arg [-plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=C:\Users\RUPC\AppData\Local\Temp\ccVwPyEl.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lpthread] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-ladvapi32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lshell32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-luser32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lkernel32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-liconv] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore
|
||||
arg [--sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64] ==> ignore
|
||||
arg [-m] ==> ignore
|
||||
arg [i386pep] ==> ignore
|
||||
arg [-Bdynamic] ==> search dynamic
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_d4c8b.exe] ==> ignore
|
||||
arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o]
|
||||
arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o]
|
||||
arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0]
|
||||
arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc]
|
||||
arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib]
|
||||
arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib]
|
||||
arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib]
|
||||
arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..]
|
||||
arg [--whole-archive] ==> ignore
|
||||
arg [CMakeFiles\cmTC_d4c8b.dir/objects.a] ==> ignore
|
||||
arg [--no-whole-archive] ==> ignore
|
||||
arg [--out-implib] ==> ignore
|
||||
arg [libcmTC_d4c8b.dll.a] ==> ignore
|
||||
arg [--major-image-version] ==> ignore
|
||||
arg [0] ==> ignore
|
||||
arg [--minor-image-version] ==> ignore
|
||||
arg [0] ==> ignore
|
||||
arg [-lstdc++] ==> lib [stdc++]
|
||||
arg [-lmingw32] ==> lib [mingw32]
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lmoldname] ==> lib [moldname]
|
||||
arg [-lmingwex] ==> lib [mingwex]
|
||||
arg [-lmsvcrt] ==> lib [msvcrt]
|
||||
arg [-lpthread] ==> lib [pthread]
|
||||
arg [-ladvapi32] ==> lib [advapi32]
|
||||
arg [-lshell32] ==> lib [shell32]
|
||||
arg [-luser32] ==> lib [user32]
|
||||
arg [-lkernel32] ==> lib [kernel32]
|
||||
arg [-liconv] ==> lib [iconv]
|
||||
arg [-lmingw32] ==> lib [mingw32]
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lmoldname] ==> lib [moldname]
|
||||
arg [-lmingwex] ==> lib [mingwex]
|
||||
arg [-lmsvcrt] ==> lib [msvcrt]
|
||||
arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o]
|
||||
remove lib [msvcrt]
|
||||
remove lib [msvcrt]
|
||||
collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib/crt2.o]
|
||||
collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o]
|
||||
collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o]
|
||||
collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0]
|
||||
collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc]
|
||||
collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib]
|
||||
collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib]
|
||||
collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib]
|
||||
collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib]
|
||||
implicit libs: [stdc++;mingw32;gcc_s;gcc;moldname;mingwex;pthread;advapi32;shell32;user32;kernel32;iconv;mingw32;gcc_s;gcc;moldname;mingwex]
|
||||
implicit objs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib/crt2.o;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o]
|
||||
implicit dirs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
|
|
55
cmake-build-debug/CMakeFiles/Makefile.cmake
Normal file
55
cmake-build-debug/CMakeFiles/Makefile.cmake
Normal file
|
@ -0,0 +1,55 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.25
|
||||
|
||||
# The generator used is:
|
||||
set(CMAKE_DEPENDS_GENERATOR "MinGW Makefiles")
|
||||
|
||||
# The top level Makefile was generated from the following files:
|
||||
set(CMAKE_MAKEFILE_DEPENDS
|
||||
"CMakeCache.txt"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeCInformation.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeCXXInformation.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeFindCodeBlocks.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeGenericSystem.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeRCInformation.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Compiler/GNU-C.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Compiler/GNU.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows-GNU-C-ABI.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows-GNU-C.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows-GNU-CXX-ABI.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows-GNU-CXX.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows-GNU.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows-windres.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/Windows.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/Platform/WindowsPaths.cmake"
|
||||
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/ProcessorCount.cmake"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/CMakeLists.txt"
|
||||
"CMakeFiles/3.25.2/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.25.2/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.25.2/CMakeRCCompiler.cmake"
|
||||
"CMakeFiles/3.25.2/CMakeSystem.cmake"
|
||||
)
|
||||
|
||||
# The corresponding makefile is:
|
||||
set(CMAKE_MAKEFILE_OUTPUTS
|
||||
"Makefile"
|
||||
"CMakeFiles/cmake.check_cache"
|
||||
)
|
||||
|
||||
# Byproducts of CMake generate step:
|
||||
set(CMAKE_MAKEFILE_PRODUCTS
|
||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
)
|
||||
|
||||
# Dependency information for all targets:
|
||||
set(CMAKE_DEPEND_INFO_FILES
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/DependInfo.cmake"
|
||||
)
|
111
cmake-build-debug/CMakeFiles/Makefile2
Normal file
111
cmake-build-debug/CMakeFiles/Makefile2
Normal file
|
@ -0,0 +1,111 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.25
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
SHELL = cmd.exe
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe"
|
||||
|
||||
# The command to remove a file.
|
||||
RM = "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = C:\Users\RUPC\Desktop\UV-K6\uv-k5-firmware-chinese
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = C:\Users\RUPC\Desktop\UV-K6\uv-k5-firmware-chinese\cmake-build-debug
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for the build root directory
|
||||
|
||||
# The main recursive "all" target.
|
||||
all: CMakeFiles/uv_k5_firmware_custom_0_17.dir/all
|
||||
.PHONY : all
|
||||
|
||||
# The main recursive "preinstall" target.
|
||||
preinstall:
|
||||
.PHONY : preinstall
|
||||
|
||||
# The main recursive "clean" target.
|
||||
clean: CMakeFiles/uv_k5_firmware_custom_0_17.dir/clean
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/uv_k5_firmware_custom_0_17.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/uv_k5_firmware_custom_0_17.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=C:\Users\RUPC\Desktop\UV-K6\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100 "Built target uv_k5_firmware_custom_0_17"
|
||||
.PHONY : CMakeFiles/uv_k5_firmware_custom_0_17.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/uv_k5_firmware_custom_0_17.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\RUPC\Desktop\UV-K6\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles 100
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 CMakeFiles/uv_k5_firmware_custom_0_17.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\RUPC\Desktop\UV-K6\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles 0
|
||||
.PHONY : CMakeFiles/uv_k5_firmware_custom_0_17.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
uv_k5_firmware_custom_0_17: CMakeFiles/uv_k5_firmware_custom_0_17.dir/rule
|
||||
.PHONY : uv_k5_firmware_custom_0_17
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/uv_k5_firmware_custom_0_17.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/clean
|
||||
.PHONY : CMakeFiles/uv_k5_firmware_custom_0_17.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
3
cmake-build-debug/CMakeFiles/TargetDirectories.txt
Normal file
3
cmake-build-debug/CMakeFiles/TargetDirectories.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/uv_k5_firmware_custom_0_17.dir
|
||||
C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/edit_cache.dir
|
||||
C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/rebuild_cache.dir
|
4
cmake-build-debug/CMakeFiles/clion-Debug-log.txt
Normal file
4
cmake-build-debug/CMakeFiles/clion-Debug-log.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
"C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -DCMAKE_C_COMPILER=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc.exe -DCMAKE_CXX_COMPILER=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe -G "CodeBlocks - MinGW Makefiles" -S C:\Users\RUPC\Desktop\UV-K6\uv-k5-firmware-chinese -B C:\Users\RUPC\Desktop\UV-K6\uv-k5-firmware-chinese\cmake-build-debug
|
||||
-- Configuring done
|
||||
-- Generating done
|
||||
-- Build files have been written to: C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug
|
1
cmake-build-debug/CMakeFiles/cmake.check_cache
Normal file
1
cmake-build-debug/CMakeFiles/cmake.check_cache
Normal file
|
@ -0,0 +1 @@
|
|||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
1
cmake-build-debug/CMakeFiles/progress.marks
Normal file
1
cmake-build-debug/CMakeFiles/progress.marks
Normal file
|
@ -0,0 +1 @@
|
|||
100
|
|
@ -0,0 +1,363 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/am_fix.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/am_fix.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/am_fix.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/action.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/action.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/action.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/aircopy.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/aircopy.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/aircopy.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/app.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/app.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/app.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/chFrScanner.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/chFrScanner.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/chFrScanner.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/common.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/common.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/common.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/dtmf.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/dtmf.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/dtmf.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/fm.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/fm.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/fm.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/generic.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/generic.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/generic.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/main.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/main.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/main.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/mdc1200.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/mdc1200.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/mdc1200.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/menu.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/menu.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/menu.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/scanner.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/scanner.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/scanner.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/spectrum.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/spectrum.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/spectrum.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/uart.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/uart.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/uart.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/audio.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/audio.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/audio.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/bitmaps.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/bitmaps.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/bitmaps.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/board.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/board.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/board.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/dcs.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/dcs.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/dcs.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/adc.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/adc.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/adc.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/aes.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/aes.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/aes.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/backlight.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/backlight.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/backlight.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/bk1080.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/bk1080.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/bk1080.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/bk4819.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/bk4819.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/bk4819.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/crc.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/crc.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/crc.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/eeprom.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/eeprom.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/eeprom.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/flash.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/flash.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/flash.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/gpio.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/gpio.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/gpio.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/i2c.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/i2c.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/i2c.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/keyboard.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/keyboard.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/keyboard.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/spi.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/spi.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/spi.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/st7565.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/st7565.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/st7565.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/system.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/system.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/system.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/systick.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/systick.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/systick.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/driver/uart.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/uart.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/uart.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Core/Template/ARMv8-M/main_s.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Core/Template/ARMv8-M/main_s.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Core/Template/ARMv8-M/main_s.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Core/Template/ARMv8-M/tz_context.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Core/Template/ARMv8-M/tz_context.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Core/Template/ARMv8-M/tz_context.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Bootloader_Cortex-M/bootloader.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Bootloader_Cortex-M/bootloader.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Bootloader_Cortex-M/bootloader.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Validation_Cortex-A/main.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Validation_Cortex-A/main.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Validation_Cortex-A/main.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Validation_Cortex-M/main.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Validation_Cortex-M/main.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Validation_Cortex-M/main.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/mmu_ARMCA5.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/mmu_ARMCA5.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/mmu_ARMCA5.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/startup_ARMCA5.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/startup_ARMCA5.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/startup_ARMCA5.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/system_ARMCA5.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/system_ARMCA5.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/system_ARMCA5.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/mmu_ARMCA7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/mmu_ARMCA7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/mmu_ARMCA7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/startup_ARMCA7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/startup_ARMCA7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/startup_ARMCA7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/system_ARMCA7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/system_ARMCA7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/system_ARMCA7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/mmu_ARMCA9.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/mmu_ARMCA9.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/mmu_ARMCA9.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/startup_ARMCA9.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/startup_ARMCA9.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/startup_ARMCA9.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/system_ARMCA9.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/system_ARMCA9.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/system_ARMCA9.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/startup_ARMCM0.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/startup_ARMCM0.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/startup_ARMCM0.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/system_ARMCM0.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/system_ARMCM0.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/system_ARMCM0.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/startup_ARMCM0plus.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/startup_ARMCM0plus.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/startup_ARMCM0plus.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/system_ARMCM0plus.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/system_ARMCM0plus.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/system_ARMCM0plus.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/startup_ARMCM23.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/startup_ARMCM23.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/startup_ARMCM23.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/system_ARMCM23.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/system_ARMCM23.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/system_ARMCM23.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/system_ARMCM23.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/system_ARMCM23.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/system_ARMCM23.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/system_ARMCM23.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/system_ARMCM23.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/system_ARMCM23.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/system_ARMCM23.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/system_ARMCM23.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/system_ARMCM23.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/startup_ARMCM3.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/startup_ARMCM3.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/startup_ARMCM3.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/system_ARMCM3.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/system_ARMCM3.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/system_ARMCM3.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33/RTE/Device/ARMCM33_DSP_FP/startup_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33/RTE/Device/ARMCM33_DSP_FP/startup_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33/RTE/Device/ARMCM33_DSP_FP/startup_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33/RTE/Device/ARMCM33_DSP_FP/system_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33/RTE/Device/ARMCM33_DSP_FP/system_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33/RTE/Device/ARMCM33_DSP_FP/system_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33NS/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33NS/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33NS/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33NS/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33NS/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33NS/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/startup_ARMCM35P.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/startup_ARMCM35P.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/startup_ARMCM35P.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/system_ARMCM35P.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/system_ARMCM35P.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/system_ARMCM35P.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/startup_ARMCM4.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/startup_ARMCM4.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/startup_ARMCM4.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/system_ARMCM4.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/system_ARMCM4.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/system_ARMCM4.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/startup_ARMCM4.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/startup_ARMCM4.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/startup_ARMCM4.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/system_ARMCM4.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/system_ARMCM4.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/system_ARMCM4.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55NS/RTE/Device/ARMCM55/startup_ARMCM55.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55NS/RTE/Device/ARMCM55/startup_ARMCM55.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55NS/RTE/Device/ARMCM55/startup_ARMCM55.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55NS/RTE/Device/ARMCM55/system_ARMCM55.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55NS/RTE/Device/ARMCM55/system_ARMCM55.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55NS/RTE/Device/ARMCM55/system_ARMCM55.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/startup_ARMCM55.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/startup_ARMCM55.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/startup_ARMCM55.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/system_ARMCM55.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/system_ARMCM55.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/system_ARMCM55.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/startup_ARMCM55.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/startup_ARMCM55.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/startup_ARMCM55.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/system_ARMCM55.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/system_ARMCM55.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/system_ARMCM55.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/startup_ARMCM7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/startup_ARMCM7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/startup_ARMCM7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/system_ARMCM7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/system_ARMCM7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/system_ARMCM7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7DP/RTE/Device/ARMCM7_DP/startup_ARMCM7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7DP/RTE/Device/ARMCM7_DP/startup_ARMCM7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7DP/RTE/Device/ARMCM7_DP/startup_ARMCM7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7DP/RTE/Device/ARMCM7_DP/system_ARMCM7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7DP/RTE/Device/ARMCM7_DP/system_ARMCM7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7DP/RTE/Device/ARMCM7_DP/system_ARMCM7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7SP/RTE/Device/ARMCM7_SP/startup_ARMCM7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7SP/RTE/Device/ARMCM7_SP/startup_ARMCM7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7SP/RTE/Device/ARMCM7_SP/startup_ARMCM7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7SP/RTE/Device/ARMCM7_SP/system_ARMCM7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7SP/RTE/Device/ARMCM7_SP/system_ARMCM7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7SP/RTE/Device/ARMCM7_SP/system_ARMCM7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/startup_ARMCM85.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/startup_ARMCM85.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/startup_ARMCM85.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/system_ARMCM85.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/system_ARMCM85.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/system_ARMCM85.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/startup_ARMCM85.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/startup_ARMCM85.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/startup_ARMCM85.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/system_ARMCM85.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/system_ARMCM85.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/system_ARMCM85.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/startup_ARMCM85.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/startup_ARMCM85.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/startup_ARMCM85.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/system_ARMCM85.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/system_ARMCM85.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/system_ARMCM85.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CAL1Cache.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CAL1Cache.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CAL1Cache.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CML1Cache.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CML1Cache.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CML1Cache.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreAFunc.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreAFunc.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreAFunc.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreFunc.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreFunc.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreFunc.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreInstr.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreInstr.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreInstr.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreSimd.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreSimd.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreSimd.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_Framework.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_Framework.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_Framework.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_GenTimer.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_GenTimer.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_GenTimer.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_MPU_ARMv7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_MPU_ARMv7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_MPU_ARMv7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_MPU_ARMv8.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_MPU_ARMv8.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_MPU_ARMv8.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_Report.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_Report.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_Report.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/CoreValidation/Source/cmsis_cv.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/cmsis_cv.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/cmsis_cv.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Core_A/Source/irq_ctrl_gic.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Core_A/Source/irq_ctrl_gic.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Core_A/Source/irq_ctrl_gic.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_CAN.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_CAN.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_CAN.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Common.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Common.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Common.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH_MAC.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH_MAC.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH_MAC.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH_PHY.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH_PHY.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH_PHY.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Flash.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Flash.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Flash.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_I2C.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_I2C.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_I2C.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_MCI.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_MCI.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_MCI.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_NAND.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_NAND.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_NAND.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_SAI.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_SAI.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_SAI.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_SPI.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_SPI.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_SPI.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Storage.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Storage.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Storage.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USART.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USART.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USART.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USB.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USB.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USB.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USBD.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USBD.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USBD.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USBH.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USBH.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USBH.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_WiFi.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_WiFi.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_WiFi.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Flash_Demo.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Flash_Demo.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Flash_Demo.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/I2C_Demo.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/I2C_Demo.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/I2C_Demo.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/I2C_SlaveDemo.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/I2C_SlaveDemo.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/I2C_SlaveDemo.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/MCI_Demo.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/MCI_Demo.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/MCI_Demo.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/NAND_Demo.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/NAND_Demo.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/NAND_Demo.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/SPI_Demo.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/SPI_Demo.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/SPI_Demo.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/USART_Demo.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/USART_Demo.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/USART_Demo.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_CAN.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_CAN.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_CAN.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_Flash.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_Flash.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_Flash.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_I2C.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_I2C.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_I2C.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_MCI.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_MCI.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_MCI.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_NAND.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_NAND.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_NAND.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_SAI.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_SAI.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_SAI.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_SPI.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_SPI.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_SPI.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_Storage.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_Storage.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_Storage.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USART.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USART.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USART.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USBD.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USBD.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USBD.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USBH.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USBH.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USBH.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_WiFi.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_WiFi.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_WiFi.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/VIO/Source/vio.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/VIO/Source/vio.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/VIO/Source/vio.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Driver/VIO/Source/vio_memory.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/VIO/Source/vio_memory.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/VIO/Source/vio_memory.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Pack/Bash/Source/component.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Pack/Bash/Source/component.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Pack/Bash/Source/component.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM0.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM0.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM0.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM3.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM3.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM3.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM4.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM4.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM4.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/HAL_CM.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/HAL_CM.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/HAL_CM.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_CMSIS.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_CMSIS.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_CMSIS.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Event.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Event.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Event.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_List.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_List.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_List.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Mailbox.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Mailbox.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Mailbox.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_MemBox.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_MemBox.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_MemBox.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Memory.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Memory.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Memory.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Mutex.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Mutex.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Mutex.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Robin.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Robin.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Robin.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Semaphore.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Semaphore.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Semaphore.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_System.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_System.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_System.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Task.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Task.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Task.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Time.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Time.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Time.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Timer.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Timer.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Timer.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/main.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/main.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/main.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/Template/os_sample.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/os_sample.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/os_sample.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/Template/os_sample1.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/os_sample1.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/os_sample1.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/Template/system_LPC177x_8x.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/system_LPC177x_8x.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/system_LPC177x_8x.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Config/RTX_Config.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Config/RTX_Config.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Config/RTX_Config.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Config/handlers.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Config/handlers.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Config/handlers.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/CMSIS/RTX_Config.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/CMSIS/RTX_Config.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/CMSIS/RTX_Config.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/startup_ARMCM3.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/startup_ARMCM3.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/startup_ARMCM3.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/system_ARMCM3.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/system_ARMCM3.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/system_ARMCM3.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/CMSIS/RTX_Config.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/CMSIS/RTX_Config.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/CMSIS/RTX_Config.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/startup_ARMCM3.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/startup_ARMCM3.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/startup_ARMCM3.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/system_ARMCM3.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/system_ARMCM3.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/system_ARMCM3.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/main.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/main.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/main.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/Blinky.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/Blinky.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/Blinky.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/CMSIS/RTX_Config.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/CMSIS/RTX_Config.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/CMSIS/RTX_Config.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/Device/ARMCM3/startup_ARMCM3.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/Device/ARMCM3/startup_ARMCM3.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/Device/ARMCM3/startup_ARMCM3.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/Device/ARMCM3/system_ARMCM3.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/Device/ARMCM3/system_ARMCM3.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/Device/ARMCM3/system_ARMCM3.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/CMSIS/RTX_Config.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/CMSIS/RTX_Config.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/CMSIS/RTX_Config.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/startup_ARMCM3.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/startup_ARMCM3.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/startup_ARMCM3.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/system_ARMCM3.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/system_ARMCM3.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/system_ARMCM3.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/main.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/main.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/main.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/main_ns.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/main_ns.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/main_ns.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/interface.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/interface.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/interface.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/main_s.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/main_s.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/main_s.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/main_ns.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/main_ns.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/main_ns.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/interface.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/interface.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/interface.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/main_s.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/main_s.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/main_s.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/tz_context.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/tz_context.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/tz_context.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/main_ns.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/main_ns.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/main_ns.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/interface.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/interface.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/interface.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/main_s.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/main_s.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/main_s.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/tz_context.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/tz_context.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/tz_context.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples_IAR/Blinky/Blinky.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples_IAR/Blinky/Blinky.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples_IAR/Blinky/Blinky.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples_IAR/MsgQueue/main.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples_IAR/MsgQueue/main.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples_IAR/MsgQueue/main.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Library/cmsis_os1.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Library/cmsis_os1.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Library/cmsis_os1.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_delay.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_delay.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_delay.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_evflags.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_evflags.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_evflags.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_evr.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_evr.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_evr.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_kernel.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_kernel.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_kernel.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_lib.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_lib.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_lib.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_memory.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_memory.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_memory.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_mempool.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_mempool.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_mempool.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_mutex.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_mutex.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_mutex.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_semaphore.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_semaphore.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_semaphore.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_system.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_system.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_system.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_thread.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_thread.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_thread.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_timer.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_timer.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_timer.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Events.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Events.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Events.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/MemPool.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/MemPool.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/MemPool.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/MsgQueue.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/MsgQueue.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/MsgQueue.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Mutex.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Mutex.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Mutex.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Semaphore.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Semaphore.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Semaphore.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Thread.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Thread.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Thread.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Timer.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Timer.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Timer.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/main.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/main.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/main.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/svc_user.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/svc_user.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/svc_user.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/Source/os_systick.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Source/os_systick.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Source/os_systick.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/Source/os_tick_gtim.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Source/os_tick_gtim.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Source/os_tick_gtim.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/Source/os_tick_ptim.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Source/os_tick_ptim.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Source/os_tick_ptim.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS2/Template/cmsis_os1.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Template/cmsis_os1.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Template/cmsis_os1.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA5/Source/AC5/startup_ARMCA5.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/AC5/startup_ARMCA5.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/AC5/startup_ARMCA5.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA5/Source/AC6/startup_ARMCA5.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/AC6/startup_ARMCA5.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/AC6/startup_ARMCA5.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA5/Source/GCC/startup_ARMCA5.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/GCC/startup_ARMCA5.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/GCC/startup_ARMCA5.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA5/Source/mmu_ARMCA5.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/mmu_ARMCA5.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/mmu_ARMCA5.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA5/Source/system_ARMCA5.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/system_ARMCA5.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/system_ARMCA5.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA7/Source/AC5/startup_ARMCA7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/AC5/startup_ARMCA7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/AC5/startup_ARMCA7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA7/Source/AC6/startup_ARMCA7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/AC6/startup_ARMCA7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/AC6/startup_ARMCA7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA7/Source/GCC/startup_ARMCA7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/GCC/startup_ARMCA7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/GCC/startup_ARMCA7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA7/Source/mmu_ARMCA7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/mmu_ARMCA7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/mmu_ARMCA7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA7/Source/system_ARMCA7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/system_ARMCA7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/system_ARMCA7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA9/Source/AC5/startup_ARMCA9.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/AC5/startup_ARMCA9.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/AC5/startup_ARMCA9.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA9/Source/AC6/startup_ARMCA9.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/AC6/startup_ARMCA9.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/AC6/startup_ARMCA9.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA9/Source/GCC/startup_ARMCA9.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/GCC/startup_ARMCA9.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/GCC/startup_ARMCA9.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA9/Source/mmu_ARMCA9.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/mmu_ARMCA9.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/mmu_ARMCA9.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCA9/Source/system_ARMCA9.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/system_ARMCA9.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/system_ARMCA9.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM0/Source/startup_ARMCM0.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0/Source/startup_ARMCM0.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0/Source/startup_ARMCM0.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM0/Source/system_ARMCM0.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0/Source/system_ARMCM0.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0/Source/system_ARMCM0.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM0plus/Source/startup_ARMCM0plus.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0plus/Source/startup_ARMCM0plus.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0plus/Source/startup_ARMCM0plus.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM1/Source/startup_ARMCM1.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM1/Source/startup_ARMCM1.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM1/Source/startup_ARMCM1.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM1/Source/system_ARMCM1.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM1/Source/system_ARMCM1.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM1/Source/system_ARMCM1.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM23/Source/startup_ARMCM23.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM23/Source/startup_ARMCM23.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM23/Source/startup_ARMCM23.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM23/Source/system_ARMCM23.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM23/Source/system_ARMCM23.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM23/Source/system_ARMCM23.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM3/Source/startup_ARMCM3.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM3/Source/startup_ARMCM3.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM3/Source/startup_ARMCM3.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM3/Source/system_ARMCM3.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM3/Source/system_ARMCM3.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM3/Source/system_ARMCM3.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM33/Source/startup_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM33/Source/startup_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM33/Source/startup_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM33/Source/system_ARMCM33.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM33/Source/system_ARMCM33.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM33/Source/system_ARMCM33.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM35P/Source/startup_ARMCM35P.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM35P/Source/startup_ARMCM35P.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM35P/Source/startup_ARMCM35P.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM35P/Source/system_ARMCM35P.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM35P/Source/system_ARMCM35P.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM35P/Source/system_ARMCM35P.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM4/Source/startup_ARMCM4.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM4/Source/startup_ARMCM4.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM4/Source/startup_ARMCM4.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM4/Source/system_ARMCM4.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM4/Source/system_ARMCM4.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM4/Source/system_ARMCM4.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM55/Source/startup_ARMCM55.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM55/Source/startup_ARMCM55.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM55/Source/startup_ARMCM55.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM55/Source/system_ARMCM55.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM55/Source/system_ARMCM55.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM55/Source/system_ARMCM55.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM7/Source/startup_ARMCM7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM7/Source/startup_ARMCM7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM7/Source/startup_ARMCM7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM7/Source/system_ARMCM7.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM7/Source/system_ARMCM7.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM7/Source/system_ARMCM7.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM85/Source/startup_ARMCM85.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM85/Source/startup_ARMCM85.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM85/Source/startup_ARMCM85.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMCM85/Source/system_ARMCM85.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM85/Source/system_ARMCM85.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM85/Source/system_ARMCM85.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMSC000/Source/startup_ARMSC000.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC000/Source/startup_ARMSC000.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC000/Source/startup_ARMSC000.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMSC000/Source/system_ARMSC000.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC000/Source/system_ARMSC000.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC000/Source/system_ARMSC000.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMSC300/Source/startup_ARMSC300.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC300/Source/startup_ARMSC300.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC300/Source/startup_ARMSC300.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMSC300/Source/system_ARMSC300.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC300/Source/system_ARMSC300.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC300/Source/system_ARMSC300.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMv81MML/Source/startup_ARMv81MML.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv81MML/Source/startup_ARMv81MML.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv81MML/Source/startup_ARMv81MML.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMv81MML/Source/system_ARMv81MML.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv81MML/Source/system_ARMv81MML.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv81MML/Source/system_ARMv81MML.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMv8MBL/Source/startup_ARMv8MBL.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MBL/Source/startup_ARMv8MBL.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MBL/Source/startup_ARMv8MBL.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMv8MBL/Source/system_ARMv8MBL.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MBL/Source/system_ARMv8MBL.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MBL/Source/system_ARMv8MBL.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMv8MML/Source/startup_ARMv8MML.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MML/Source/startup_ARMv8MML.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MML/Source/startup_ARMv8MML.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/ARM/ARMv8MML/Source/system_ARMv8MML.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MML/Source/system_ARMv8MML.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MML/Source/system_ARMv8MML.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/_Template_Flash/FlashDev.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Flash/FlashDev.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Flash/FlashDev.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/_Template_Flash/FlashPrg.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Flash/FlashPrg.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Flash/FlashPrg.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device/Source/startup_Device.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device/Source/startup_Device.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device/Source/startup_Device.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device/Source/system_Device.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device/Source/system_Device.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device/Source/system_Device.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/ARM/startup_Device.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/ARM/startup_Device.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/ARM/startup_Device.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/mmu_Device.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/mmu_Device.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/mmu_Device.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/system_Device.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/system_Device.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/system_Device.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/printf/printf.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/printf/printf.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/printf/printf.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/font.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/font.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/font.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/frequencies.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/frequencies.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/frequencies.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/functions.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/functions.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/functions.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/helper/battery.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/helper/battery.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/helper/battery.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/helper/boot.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/helper/boot.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/helper/boot.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/init.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/init.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/init.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/main.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/main.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/main.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/misc.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/misc.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/misc.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/radio.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/radio.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/radio.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/scheduler.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/scheduler.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/scheduler.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/settings.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/settings.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/settings.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/sram-overlay.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/sram-overlay.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/sram-overlay.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/ui/aircopy.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/aircopy.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/aircopy.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/ui/battery.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/battery.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/battery.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/ui/fmradio.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/fmradio.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/fmradio.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/ui/helper.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/helper.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/helper.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/ui/inputbox.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/inputbox.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/inputbox.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/ui/lock.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/lock.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/lock.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/ui/main.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/main.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/main.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/ui/menu.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/menu.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/menu.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/ui/scanner.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/scanner.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/scanner.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/ui/status.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/status.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/status.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/ui/ui.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/ui.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/ui.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/ui/welcome.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/welcome.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/welcome.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/version.c" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/version.c.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/version.c.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Mutex.cpp" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Mutex.cpp.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Mutex.cpp.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/Template/CPP/RtosTimer.cpp" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/RtosTimer.cpp.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/RtosTimer.cpp.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Semaphore.cpp" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Semaphore.cpp.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Semaphore.cpp.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Thread.cpp" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Thread.cpp.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Thread.cpp.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/printf/test/test_suite.cpp" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/printf/test/test_suite.cpp.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/printf/test/test_suite.cpp.obj.d"
|
||||
"C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/utils/main.cpp" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/utils/main.cpp.obj" "gcc" "CMakeFiles/uv_k5_firmware_custom_0_17.dir/utils/main.cpp.obj.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,701 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/am_fix.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/am_fix.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/action.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/action.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/aircopy.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/aircopy.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/app.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/app.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/chFrScanner.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/chFrScanner.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/common.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/common.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/dtmf.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/dtmf.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/fm.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/fm.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/generic.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/generic.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/main.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/main.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/mdc1200.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/mdc1200.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/menu.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/menu.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/scanner.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/scanner.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/spectrum.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/spectrum.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/uart.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/uart.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/audio.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/audio.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/bitmaps.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/bitmaps.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/board.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/board.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/dcs.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/dcs.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/adc.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/adc.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/aes.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/aes.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/backlight.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/backlight.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/bk1080.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/bk1080.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/bk4819.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/bk4819.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/crc.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/crc.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/eeprom.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/eeprom.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/flash.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/flash.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/gpio.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/gpio.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/i2c.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/i2c.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/keyboard.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/keyboard.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/spi.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/spi.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/st7565.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/st7565.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/system.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/system.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/systick.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/systick.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/uart.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/driver/uart.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Core/Template/ARMv8-M/main_s.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Core/Template/ARMv8-M/main_s.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Core/Template/ARMv8-M/tz_context.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Core/Template/ARMv8-M/tz_context.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Bootloader_Cortex-M/bootloader.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Bootloader_Cortex-M/bootloader.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Validation_Cortex-A/main.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Validation_Cortex-A/main.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Validation_Cortex-M/main.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/App/Validation_Cortex-M/main.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/mmu_ARMCA5.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/mmu_ARMCA5.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/startup_ARMCA5.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/startup_ARMCA5.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/system_ARMCA5.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/system_ARMCA5.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/mmu_ARMCA7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/mmu_ARMCA7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/startup_ARMCA7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/startup_ARMCA7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/system_ARMCA7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/system_ARMCA7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/mmu_ARMCA9.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/mmu_ARMCA9.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/startup_ARMCA9.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/startup_ARMCA9.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/system_ARMCA9.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/system_ARMCA9.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/startup_ARMCM0.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/startup_ARMCM0.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/system_ARMCM0.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/system_ARMCM0.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/startup_ARMCM0plus.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/startup_ARMCM0plus.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/system_ARMCM0plus.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/system_ARMCM0plus.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/startup_ARMCM23.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/startup_ARMCM23.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/system_ARMCM23.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/system_ARMCM23.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/system_ARMCM23.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/system_ARMCM23.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/system_ARMCM23.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/system_ARMCM23.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/system_ARMCM23.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/system_ARMCM23.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/startup_ARMCM3.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/startup_ARMCM3.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/system_ARMCM3.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/system_ARMCM3.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33/RTE/Device/ARMCM33_DSP_FP/startup_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33/RTE/Device/ARMCM33_DSP_FP/startup_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33/RTE/Device/ARMCM33_DSP_FP/system_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33/RTE/Device/ARMCM33_DSP_FP/system_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33NS/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33NS/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33NS/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33NS/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/startup_ARMCM35P.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/startup_ARMCM35P.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/system_ARMCM35P.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/system_ARMCM35P.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/startup_ARMCM4.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/startup_ARMCM4.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/system_ARMCM4.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/system_ARMCM4.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/startup_ARMCM4.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/startup_ARMCM4.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/system_ARMCM4.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/system_ARMCM4.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55NS/RTE/Device/ARMCM55/startup_ARMCM55.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55NS/RTE/Device/ARMCM55/startup_ARMCM55.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55NS/RTE/Device/ARMCM55/system_ARMCM55.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55NS/RTE/Device/ARMCM55/system_ARMCM55.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/startup_ARMCM55.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/startup_ARMCM55.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/system_ARMCM55.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/system_ARMCM55.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/startup_ARMCM55.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/startup_ARMCM55.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/system_ARMCM55.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/system_ARMCM55.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/startup_ARMCM7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/startup_ARMCM7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/system_ARMCM7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/system_ARMCM7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7DP/RTE/Device/ARMCM7_DP/startup_ARMCM7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7DP/RTE/Device/ARMCM7_DP/startup_ARMCM7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7DP/RTE/Device/ARMCM7_DP/system_ARMCM7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7DP/RTE/Device/ARMCM7_DP/system_ARMCM7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7SP/RTE/Device/ARMCM7_SP/startup_ARMCM7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7SP/RTE/Device/ARMCM7_SP/startup_ARMCM7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7SP/RTE/Device/ARMCM7_SP/system_ARMCM7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM7SP/RTE/Device/ARMCM7_SP/system_ARMCM7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/startup_ARMCM85.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/startup_ARMCM85.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/system_ARMCM85.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/system_ARMCM85.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/startup_ARMCM85.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/startup_ARMCM85.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/system_ARMCM85.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/system_ARMCM85.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/startup_ARMCM85.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/startup_ARMCM85.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/system_ARMCM85.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/system_ARMCM85.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CAL1Cache.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CAL1Cache.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CML1Cache.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CML1Cache.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreAFunc.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreAFunc.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreFunc.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreFunc.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreInstr.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreInstr.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreSimd.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_CoreSimd.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_Framework.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_Framework.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_GenTimer.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_GenTimer.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_MPU_ARMv7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_MPU_ARMv7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_MPU_ARMv8.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_MPU_ARMv8.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_Report.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/CV_Report.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/cmsis_cv.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/CoreValidation/Source/cmsis_cv.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Core_A/Source/irq_ctrl_gic.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Core_A/Source/irq_ctrl_gic.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_CAN.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_CAN.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Common.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Common.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH_MAC.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH_MAC.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH_PHY.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_ETH_PHY.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Flash.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Flash.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_I2C.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_I2C.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_MCI.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_MCI.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_NAND.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_NAND.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_SAI.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_SAI.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_SPI.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_SPI.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Storage.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_Storage.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USART.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USART.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USB.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USB.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USBD.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USBD.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USBH.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_USBH.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_WiFi.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_WiFi.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Flash_Demo.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Flash_Demo.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/I2C_Demo.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/I2C_Demo.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/I2C_SlaveDemo.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/I2C_SlaveDemo.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/MCI_Demo.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/MCI_Demo.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/NAND_Demo.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/NAND_Demo.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/SPI_Demo.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/SPI_Demo.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/USART_Demo.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/USART_Demo.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_CAN.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_CAN.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_Flash.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_Flash.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_I2C.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_I2C.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_MCI.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_MCI.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_NAND.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_NAND.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_SAI.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_SAI.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_SPI.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_SPI.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_Storage.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_Storage.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USART.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USART.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USBD.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USBD.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USBH.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_USBH.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_WiFi.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/DriverTemplates/Driver_WiFi.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/VIO/Source/vio.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/VIO/Source/vio.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/VIO/Source/vio_memory.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Driver/VIO/Source/vio_memory.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Pack/Bash/Source/component.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Pack/Bash/Source/component.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM0.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM0.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM3.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM3.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM4.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/ARM/HAL_CM4.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/HAL_CM.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/HAL_CM.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_CMSIS.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_CMSIS.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Event.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Event.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_List.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_List.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Mailbox.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Mailbox.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_MemBox.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_MemBox.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Memory.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Memory.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Mutex.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Mutex.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Robin.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Robin.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Semaphore.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Semaphore.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_System.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_System.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Task.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Task.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Time.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Time.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Timer.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/SRC/rt_Timer.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/main.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/RTX/UserCodeTemplates/main.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Mutex.cpp.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Mutex.cpp.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/RtosTimer.cpp.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/RtosTimer.cpp.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Semaphore.cpp.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Semaphore.cpp.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Thread.cpp.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/CPP/Thread.cpp.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/os_sample.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/os_sample.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/os_sample1.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/os_sample1.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/system_LPC177x_8x.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS/Template/system_LPC177x_8x.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Config/RTX_Config.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Config/RTX_Config.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Config/handlers.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Config/handlers.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/CMSIS/RTX_Config.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/CMSIS/RTX_Config.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/startup_ARMCM3.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/startup_ARMCM3.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/system_ARMCM3.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/system_ARMCM3.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/CMSIS/RTX_Config.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/CMSIS/RTX_Config.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/startup_ARMCM3.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/startup_ARMCM3.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/system_ARMCM3.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/system_ARMCM3.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/main.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MemPool/main.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/Blinky.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/Blinky.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/CMSIS/RTX_Config.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/CMSIS/RTX_Config.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/Device/ARMCM3/startup_ARMCM3.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/Device/ARMCM3/startup_ARMCM3.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/Device/ARMCM3/system_ARMCM3.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/Migration/RTE/Device/ARMCM3/system_ARMCM3.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/CMSIS/RTX_Config.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/CMSIS/RTX_Config.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/startup_ARMCM3.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/startup_ARMCM3.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/system_ARMCM3.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/system_ARMCM3.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/main.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/main.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/main_ns.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/main_ns.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/interface.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/interface.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/main_s.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/main_s.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/main_ns.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/main_ns.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/interface.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/interface.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/main_s.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/main_s.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/tz_context.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/tz_context.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/main_ns.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/main_ns.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/interface.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/interface.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/main_s.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/main_s.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/tz_context.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/tz_context.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples_IAR/Blinky/Blinky.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples_IAR/Blinky/Blinky.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples_IAR/MsgQueue/main.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Examples_IAR/MsgQueue/main.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Library/cmsis_os1.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Library/cmsis_os1.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_delay.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_delay.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_evflags.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_evflags.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_evr.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_evr.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_kernel.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_kernel.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_lib.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_lib.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_memory.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_memory.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_mempool.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_mempool.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_mutex.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_mutex.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_semaphore.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_semaphore.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_system.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_system.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_thread.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_thread.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_timer.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Source/rtx_timer.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Events.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Events.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/MemPool.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/MemPool.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/MsgQueue.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/MsgQueue.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Mutex.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Mutex.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Semaphore.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Semaphore.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Thread.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Thread.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Timer.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/Timer.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/main.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/main.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/svc_user.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/RTX/Template/svc_user.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Source/os_systick.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Source/os_systick.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Source/os_tick_gtim.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Source/os_tick_gtim.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Source/os_tick_ptim.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Source/os_tick_ptim.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Template/cmsis_os1.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/RTOS2/Template/cmsis_os1.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/AC5/startup_ARMCA5.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/AC5/startup_ARMCA5.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/AC6/startup_ARMCA5.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/AC6/startup_ARMCA5.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/GCC/startup_ARMCA5.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/GCC/startup_ARMCA5.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/mmu_ARMCA5.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/mmu_ARMCA5.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/system_ARMCA5.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA5/Source/system_ARMCA5.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/AC5/startup_ARMCA7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/AC5/startup_ARMCA7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/AC6/startup_ARMCA7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/AC6/startup_ARMCA7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/GCC/startup_ARMCA7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/GCC/startup_ARMCA7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/mmu_ARMCA7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/mmu_ARMCA7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/system_ARMCA7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA7/Source/system_ARMCA7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/AC5/startup_ARMCA9.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/AC5/startup_ARMCA9.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/AC6/startup_ARMCA9.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/AC6/startup_ARMCA9.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/GCC/startup_ARMCA9.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/GCC/startup_ARMCA9.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/mmu_ARMCA9.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/mmu_ARMCA9.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/system_ARMCA9.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCA9/Source/system_ARMCA9.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0/Source/startup_ARMCM0.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0/Source/startup_ARMCM0.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0/Source/system_ARMCM0.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0/Source/system_ARMCM0.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0plus/Source/startup_ARMCM0plus.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0plus/Source/startup_ARMCM0plus.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM1/Source/startup_ARMCM1.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM1/Source/startup_ARMCM1.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM1/Source/system_ARMCM1.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM1/Source/system_ARMCM1.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM23/Source/startup_ARMCM23.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM23/Source/startup_ARMCM23.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM23/Source/system_ARMCM23.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM23/Source/system_ARMCM23.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM3/Source/startup_ARMCM3.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM3/Source/startup_ARMCM3.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM3/Source/system_ARMCM3.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM3/Source/system_ARMCM3.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM33/Source/startup_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM33/Source/startup_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM33/Source/system_ARMCM33.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM33/Source/system_ARMCM33.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM35P/Source/startup_ARMCM35P.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM35P/Source/startup_ARMCM35P.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM35P/Source/system_ARMCM35P.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM35P/Source/system_ARMCM35P.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM4/Source/startup_ARMCM4.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM4/Source/startup_ARMCM4.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM4/Source/system_ARMCM4.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM4/Source/system_ARMCM4.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM55/Source/startup_ARMCM55.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM55/Source/startup_ARMCM55.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM55/Source/system_ARMCM55.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM55/Source/system_ARMCM55.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM7/Source/startup_ARMCM7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM7/Source/startup_ARMCM7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM7/Source/system_ARMCM7.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM7/Source/system_ARMCM7.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM85/Source/startup_ARMCM85.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM85/Source/startup_ARMCM85.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM85/Source/system_ARMCM85.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMCM85/Source/system_ARMCM85.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC000/Source/startup_ARMSC000.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC000/Source/startup_ARMSC000.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC000/Source/system_ARMSC000.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC000/Source/system_ARMSC000.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC300/Source/startup_ARMSC300.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC300/Source/startup_ARMSC300.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC300/Source/system_ARMSC300.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMSC300/Source/system_ARMSC300.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv81MML/Source/startup_ARMv81MML.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv81MML/Source/startup_ARMv81MML.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv81MML/Source/system_ARMv81MML.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv81MML/Source/system_ARMv81MML.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MBL/Source/startup_ARMv8MBL.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MBL/Source/startup_ARMv8MBL.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MBL/Source/system_ARMv8MBL.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MBL/Source/system_ARMv8MBL.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MML/Source/startup_ARMv8MML.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MML/Source/startup_ARMv8MML.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MML/Source/system_ARMv8MML.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/ARM/ARMv8MML/Source/system_ARMv8MML.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Flash/FlashDev.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Flash/FlashDev.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Flash/FlashPrg.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Flash/FlashPrg.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device/Source/startup_Device.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device/Source/startup_Device.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device/Source/system_Device.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device/Source/system_Device.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/ARM/startup_Device.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/ARM/startup_Device.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/mmu_Device.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/mmu_Device.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/system_Device.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/Device/_Template_Vendor/Vendor/Device_A/Source/system_Device.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/printf/printf.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/printf/printf.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/printf/test/test_suite.cpp.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/printf/test/test_suite.cpp.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/font.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/font.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/frequencies.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/frequencies.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/functions.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/functions.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/helper/battery.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/helper/battery.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/helper/boot.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/helper/boot.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/init.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/init.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/main.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/main.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/misc.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/misc.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/radio.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/radio.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/scheduler.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/scheduler.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/settings.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/settings.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/sram-overlay.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/sram-overlay.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/aircopy.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/aircopy.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/battery.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/battery.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/fmradio.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/fmradio.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/helper.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/helper.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/inputbox.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/inputbox.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/lock.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/lock.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/main.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/main.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/menu.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/menu.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/scanner.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/scanner.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/status.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/status.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/ui.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/ui.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/welcome.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/ui/welcome.c.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/utils/main.cpp.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/utils/main.cpp.obj.d"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/version.c.obj"
|
||||
"CMakeFiles/uv_k5_firmware_custom_0_17.dir/version.c.obj.d"
|
||||
"libuv_k5_firmware_custom_0_17.dll.a"
|
||||
"uv_k5_firmware_custom_0_17.exe"
|
||||
"uv_k5_firmware_custom_0_17.exe.manifest"
|
||||
"uv_k5_firmware_custom_0_17.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C CXX)
|
||||
include(CMakeFiles/uv_k5_firmware_custom_0_17.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty compiler generated dependencies file for uv_k5_firmware_custom_0_17.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for uv_k5_firmware_custom_0_17.
|
|
@ -0,0 +1,2 @@
|
|||
# Empty dependencies file for uv_k5_firmware_custom_0_17.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,17 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.25
|
||||
|
||||
# compile C with C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc.exe
|
||||
# compile CXX with C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe
|
||||
C_DEFINES =
|
||||
|
||||
C_INCLUDES = @CMakeFiles/uv_k5_firmware_custom_0_17.dir/includes_C.rsp
|
||||
|
||||
C_FLAGS = -g -fdiagnostics-color=always
|
||||
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = @CMakeFiles/uv_k5_firmware_custom_0_17.dir/includes_CXX.rsp
|
||||
|
||||
CXX_FLAGS = -g -fdiagnostics-color=always
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,3 @@
|
|||
"C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -E rm -f CMakeFiles\uv_k5_firmware_custom_0_17.dir/objects.a
|
||||
C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\ar.exe qc CMakeFiles\uv_k5_firmware_custom_0_17.dir/objects.a @CMakeFiles\uv_k5_firmware_custom_0_17.dir\objects1
|
||||
C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe -g -Wl,--whole-archive CMakeFiles\uv_k5_firmware_custom_0_17.dir/objects.a -Wl,--no-whole-archive -o uv_k5_firmware_custom_0_17.exe -Wl,--out-implib,libuv_k5_firmware_custom_0_17.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\uv_k5_firmware_custom_0_17.dir\linkLibs.rsp
|
|
@ -0,0 +1 @@
|
|||
-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,347 @@
|
|||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
CMAKE_PROGRESS_3 =
|
||||
CMAKE_PROGRESS_4 = 1
|
||||
CMAKE_PROGRESS_5 =
|
||||
CMAKE_PROGRESS_6 =
|
||||
CMAKE_PROGRESS_7 = 2
|
||||
CMAKE_PROGRESS_8 =
|
||||
CMAKE_PROGRESS_9 =
|
||||
CMAKE_PROGRESS_10 =
|
||||
CMAKE_PROGRESS_11 = 3
|
||||
CMAKE_PROGRESS_12 =
|
||||
CMAKE_PROGRESS_13 =
|
||||
CMAKE_PROGRESS_14 = 4
|
||||
CMAKE_PROGRESS_15 =
|
||||
CMAKE_PROGRESS_16 =
|
||||
CMAKE_PROGRESS_17 =
|
||||
CMAKE_PROGRESS_18 = 5
|
||||
CMAKE_PROGRESS_19 =
|
||||
CMAKE_PROGRESS_20 =
|
||||
CMAKE_PROGRESS_21 = 6
|
||||
CMAKE_PROGRESS_22 =
|
||||
CMAKE_PROGRESS_23 =
|
||||
CMAKE_PROGRESS_24 =
|
||||
CMAKE_PROGRESS_25 = 7
|
||||
CMAKE_PROGRESS_26 =
|
||||
CMAKE_PROGRESS_27 =
|
||||
CMAKE_PROGRESS_28 = 8
|
||||
CMAKE_PROGRESS_29 =
|
||||
CMAKE_PROGRESS_30 =
|
||||
CMAKE_PROGRESS_31 =
|
||||
CMAKE_PROGRESS_32 = 9
|
||||
CMAKE_PROGRESS_33 =
|
||||
CMAKE_PROGRESS_34 =
|
||||
CMAKE_PROGRESS_35 = 10
|
||||
CMAKE_PROGRESS_36 =
|
||||
CMAKE_PROGRESS_37 =
|
||||
CMAKE_PROGRESS_38 =
|
||||
CMAKE_PROGRESS_39 = 11
|
||||
CMAKE_PROGRESS_40 =
|
||||
CMAKE_PROGRESS_41 =
|
||||
CMAKE_PROGRESS_42 = 12
|
||||
CMAKE_PROGRESS_43 =
|
||||
CMAKE_PROGRESS_44 =
|
||||
CMAKE_PROGRESS_45 = 13
|
||||
CMAKE_PROGRESS_46 =
|
||||
CMAKE_PROGRESS_47 =
|
||||
CMAKE_PROGRESS_48 =
|
||||
CMAKE_PROGRESS_49 = 14
|
||||
CMAKE_PROGRESS_50 =
|
||||
CMAKE_PROGRESS_51 =
|
||||
CMAKE_PROGRESS_52 = 15
|
||||
CMAKE_PROGRESS_53 =
|
||||
CMAKE_PROGRESS_54 =
|
||||
CMAKE_PROGRESS_55 =
|
||||
CMAKE_PROGRESS_56 = 16
|
||||
CMAKE_PROGRESS_57 =
|
||||
CMAKE_PROGRESS_58 =
|
||||
CMAKE_PROGRESS_59 = 17
|
||||
CMAKE_PROGRESS_60 =
|
||||
CMAKE_PROGRESS_61 =
|
||||
CMAKE_PROGRESS_62 =
|
||||
CMAKE_PROGRESS_63 = 18
|
||||
CMAKE_PROGRESS_64 =
|
||||
CMAKE_PROGRESS_65 =
|
||||
CMAKE_PROGRESS_66 = 19
|
||||
CMAKE_PROGRESS_67 =
|
||||
CMAKE_PROGRESS_68 =
|
||||
CMAKE_PROGRESS_69 =
|
||||
CMAKE_PROGRESS_70 = 20
|
||||
CMAKE_PROGRESS_71 =
|
||||
CMAKE_PROGRESS_72 =
|
||||
CMAKE_PROGRESS_73 = 21
|
||||
CMAKE_PROGRESS_74 =
|
||||
CMAKE_PROGRESS_75 =
|
||||
CMAKE_PROGRESS_76 =
|
||||
CMAKE_PROGRESS_77 = 22
|
||||
CMAKE_PROGRESS_78 =
|
||||
CMAKE_PROGRESS_79 =
|
||||
CMAKE_PROGRESS_80 = 23
|
||||
CMAKE_PROGRESS_81 =
|
||||
CMAKE_PROGRESS_82 =
|
||||
CMAKE_PROGRESS_83 =
|
||||
CMAKE_PROGRESS_84 = 24
|
||||
CMAKE_PROGRESS_85 =
|
||||
CMAKE_PROGRESS_86 =
|
||||
CMAKE_PROGRESS_87 = 25
|
||||
CMAKE_PROGRESS_88 =
|
||||
CMAKE_PROGRESS_89 =
|
||||
CMAKE_PROGRESS_90 = 26
|
||||
CMAKE_PROGRESS_91 =
|
||||
CMAKE_PROGRESS_92 =
|
||||
CMAKE_PROGRESS_93 =
|
||||
CMAKE_PROGRESS_94 = 27
|
||||
CMAKE_PROGRESS_95 =
|
||||
CMAKE_PROGRESS_96 =
|
||||
CMAKE_PROGRESS_97 = 28
|
||||
CMAKE_PROGRESS_98 =
|
||||
CMAKE_PROGRESS_99 =
|
||||
CMAKE_PROGRESS_100 =
|
||||
CMAKE_PROGRESS_101 = 29
|
||||
CMAKE_PROGRESS_102 =
|
||||
CMAKE_PROGRESS_103 =
|
||||
CMAKE_PROGRESS_104 = 30
|
||||
CMAKE_PROGRESS_105 =
|
||||
CMAKE_PROGRESS_106 =
|
||||
CMAKE_PROGRESS_107 =
|
||||
CMAKE_PROGRESS_108 = 31
|
||||
CMAKE_PROGRESS_109 =
|
||||
CMAKE_PROGRESS_110 =
|
||||
CMAKE_PROGRESS_111 = 32
|
||||
CMAKE_PROGRESS_112 =
|
||||
CMAKE_PROGRESS_113 =
|
||||
CMAKE_PROGRESS_114 =
|
||||
CMAKE_PROGRESS_115 = 33
|
||||
CMAKE_PROGRESS_116 =
|
||||
CMAKE_PROGRESS_117 =
|
||||
CMAKE_PROGRESS_118 = 34
|
||||
CMAKE_PROGRESS_119 =
|
||||
CMAKE_PROGRESS_120 =
|
||||
CMAKE_PROGRESS_121 =
|
||||
CMAKE_PROGRESS_122 = 35
|
||||
CMAKE_PROGRESS_123 =
|
||||
CMAKE_PROGRESS_124 =
|
||||
CMAKE_PROGRESS_125 = 36
|
||||
CMAKE_PROGRESS_126 =
|
||||
CMAKE_PROGRESS_127 =
|
||||
CMAKE_PROGRESS_128 =
|
||||
CMAKE_PROGRESS_129 = 37
|
||||
CMAKE_PROGRESS_130 =
|
||||
CMAKE_PROGRESS_131 =
|
||||
CMAKE_PROGRESS_132 = 38
|
||||
CMAKE_PROGRESS_133 =
|
||||
CMAKE_PROGRESS_134 =
|
||||
CMAKE_PROGRESS_135 = 39
|
||||
CMAKE_PROGRESS_136 =
|
||||
CMAKE_PROGRESS_137 =
|
||||
CMAKE_PROGRESS_138 =
|
||||
CMAKE_PROGRESS_139 = 40
|
||||
CMAKE_PROGRESS_140 =
|
||||
CMAKE_PROGRESS_141 =
|
||||
CMAKE_PROGRESS_142 = 41
|
||||
CMAKE_PROGRESS_143 =
|
||||
CMAKE_PROGRESS_144 =
|
||||
CMAKE_PROGRESS_145 =
|
||||
CMAKE_PROGRESS_146 = 42
|
||||
CMAKE_PROGRESS_147 =
|
||||
CMAKE_PROGRESS_148 =
|
||||
CMAKE_PROGRESS_149 = 43
|
||||
CMAKE_PROGRESS_150 =
|
||||
CMAKE_PROGRESS_151 =
|
||||
CMAKE_PROGRESS_152 =
|
||||
CMAKE_PROGRESS_153 = 44
|
||||
CMAKE_PROGRESS_154 =
|
||||
CMAKE_PROGRESS_155 =
|
||||
CMAKE_PROGRESS_156 = 45
|
||||
CMAKE_PROGRESS_157 =
|
||||
CMAKE_PROGRESS_158 =
|
||||
CMAKE_PROGRESS_159 =
|
||||
CMAKE_PROGRESS_160 = 46
|
||||
CMAKE_PROGRESS_161 =
|
||||
CMAKE_PROGRESS_162 =
|
||||
CMAKE_PROGRESS_163 = 47
|
||||
CMAKE_PROGRESS_164 =
|
||||
CMAKE_PROGRESS_165 =
|
||||
CMAKE_PROGRESS_166 =
|
||||
CMAKE_PROGRESS_167 = 48
|
||||
CMAKE_PROGRESS_168 =
|
||||
CMAKE_PROGRESS_169 =
|
||||
CMAKE_PROGRESS_170 = 49
|
||||
CMAKE_PROGRESS_171 =
|
||||
CMAKE_PROGRESS_172 =
|
||||
CMAKE_PROGRESS_173 = 50
|
||||
CMAKE_PROGRESS_174 =
|
||||
CMAKE_PROGRESS_175 =
|
||||
CMAKE_PROGRESS_176 =
|
||||
CMAKE_PROGRESS_177 = 51
|
||||
CMAKE_PROGRESS_178 =
|
||||
CMAKE_PROGRESS_179 =
|
||||
CMAKE_PROGRESS_180 = 52
|
||||
CMAKE_PROGRESS_181 =
|
||||
CMAKE_PROGRESS_182 =
|
||||
CMAKE_PROGRESS_183 =
|
||||
CMAKE_PROGRESS_184 = 53
|
||||
CMAKE_PROGRESS_185 =
|
||||
CMAKE_PROGRESS_186 =
|
||||
CMAKE_PROGRESS_187 = 54
|
||||
CMAKE_PROGRESS_188 =
|
||||
CMAKE_PROGRESS_189 =
|
||||
CMAKE_PROGRESS_190 =
|
||||
CMAKE_PROGRESS_191 = 55
|
||||
CMAKE_PROGRESS_192 =
|
||||
CMAKE_PROGRESS_193 =
|
||||
CMAKE_PROGRESS_194 = 56
|
||||
CMAKE_PROGRESS_195 =
|
||||
CMAKE_PROGRESS_196 =
|
||||
CMAKE_PROGRESS_197 =
|
||||
CMAKE_PROGRESS_198 = 57
|
||||
CMAKE_PROGRESS_199 =
|
||||
CMAKE_PROGRESS_200 =
|
||||
CMAKE_PROGRESS_201 = 58
|
||||
CMAKE_PROGRESS_202 =
|
||||
CMAKE_PROGRESS_203 =
|
||||
CMAKE_PROGRESS_204 =
|
||||
CMAKE_PROGRESS_205 = 59
|
||||
CMAKE_PROGRESS_206 =
|
||||
CMAKE_PROGRESS_207 =
|
||||
CMAKE_PROGRESS_208 = 60
|
||||
CMAKE_PROGRESS_209 =
|
||||
CMAKE_PROGRESS_210 =
|
||||
CMAKE_PROGRESS_211 =
|
||||
CMAKE_PROGRESS_212 = 61
|
||||
CMAKE_PROGRESS_213 =
|
||||
CMAKE_PROGRESS_214 =
|
||||
CMAKE_PROGRESS_215 = 62
|
||||
CMAKE_PROGRESS_216 =
|
||||
CMAKE_PROGRESS_217 =
|
||||
CMAKE_PROGRESS_218 = 63
|
||||
CMAKE_PROGRESS_219 =
|
||||
CMAKE_PROGRESS_220 =
|
||||
CMAKE_PROGRESS_221 =
|
||||
CMAKE_PROGRESS_222 = 64
|
||||
CMAKE_PROGRESS_223 =
|
||||
CMAKE_PROGRESS_224 =
|
||||
CMAKE_PROGRESS_225 = 65
|
||||
CMAKE_PROGRESS_226 =
|
||||
CMAKE_PROGRESS_227 =
|
||||
CMAKE_PROGRESS_228 =
|
||||
CMAKE_PROGRESS_229 = 66
|
||||
CMAKE_PROGRESS_230 =
|
||||
CMAKE_PROGRESS_231 =
|
||||
CMAKE_PROGRESS_232 = 67
|
||||
CMAKE_PROGRESS_233 =
|
||||
CMAKE_PROGRESS_234 =
|
||||
CMAKE_PROGRESS_235 =
|
||||
CMAKE_PROGRESS_236 = 68
|
||||
CMAKE_PROGRESS_237 =
|
||||
CMAKE_PROGRESS_238 =
|
||||
CMAKE_PROGRESS_239 = 69
|
||||
CMAKE_PROGRESS_240 =
|
||||
CMAKE_PROGRESS_241 =
|
||||
CMAKE_PROGRESS_242 =
|
||||
CMAKE_PROGRESS_243 = 70
|
||||
CMAKE_PROGRESS_244 =
|
||||
CMAKE_PROGRESS_245 =
|
||||
CMAKE_PROGRESS_246 = 71
|
||||
CMAKE_PROGRESS_247 =
|
||||
CMAKE_PROGRESS_248 =
|
||||
CMAKE_PROGRESS_249 =
|
||||
CMAKE_PROGRESS_250 = 72
|
||||
CMAKE_PROGRESS_251 =
|
||||
CMAKE_PROGRESS_252 =
|
||||
CMAKE_PROGRESS_253 = 73
|
||||
CMAKE_PROGRESS_254 =
|
||||
CMAKE_PROGRESS_255 =
|
||||
CMAKE_PROGRESS_256 =
|
||||
CMAKE_PROGRESS_257 = 74
|
||||
CMAKE_PROGRESS_258 =
|
||||
CMAKE_PROGRESS_259 =
|
||||
CMAKE_PROGRESS_260 = 75
|
||||
CMAKE_PROGRESS_261 =
|
||||
CMAKE_PROGRESS_262 =
|
||||
CMAKE_PROGRESS_263 = 76
|
||||
CMAKE_PROGRESS_264 =
|
||||
CMAKE_PROGRESS_265 =
|
||||
CMAKE_PROGRESS_266 =
|
||||
CMAKE_PROGRESS_267 = 77
|
||||
CMAKE_PROGRESS_268 =
|
||||
CMAKE_PROGRESS_269 =
|
||||
CMAKE_PROGRESS_270 = 78
|
||||
CMAKE_PROGRESS_271 =
|
||||
CMAKE_PROGRESS_272 =
|
||||
CMAKE_PROGRESS_273 =
|
||||
CMAKE_PROGRESS_274 = 79
|
||||
CMAKE_PROGRESS_275 =
|
||||
CMAKE_PROGRESS_276 =
|
||||
CMAKE_PROGRESS_277 = 80
|
||||
CMAKE_PROGRESS_278 =
|
||||
CMAKE_PROGRESS_279 =
|
||||
CMAKE_PROGRESS_280 =
|
||||
CMAKE_PROGRESS_281 = 81
|
||||
CMAKE_PROGRESS_282 =
|
||||
CMAKE_PROGRESS_283 =
|
||||
CMAKE_PROGRESS_284 = 82
|
||||
CMAKE_PROGRESS_285 =
|
||||
CMAKE_PROGRESS_286 =
|
||||
CMAKE_PROGRESS_287 =
|
||||
CMAKE_PROGRESS_288 = 83
|
||||
CMAKE_PROGRESS_289 =
|
||||
CMAKE_PROGRESS_290 =
|
||||
CMAKE_PROGRESS_291 = 84
|
||||
CMAKE_PROGRESS_292 =
|
||||
CMAKE_PROGRESS_293 =
|
||||
CMAKE_PROGRESS_294 =
|
||||
CMAKE_PROGRESS_295 = 85
|
||||
CMAKE_PROGRESS_296 =
|
||||
CMAKE_PROGRESS_297 =
|
||||
CMAKE_PROGRESS_298 = 86
|
||||
CMAKE_PROGRESS_299 =
|
||||
CMAKE_PROGRESS_300 =
|
||||
CMAKE_PROGRESS_301 =
|
||||
CMAKE_PROGRESS_302 = 87
|
||||
CMAKE_PROGRESS_303 =
|
||||
CMAKE_PROGRESS_304 =
|
||||
CMAKE_PROGRESS_305 = 88
|
||||
CMAKE_PROGRESS_306 =
|
||||
CMAKE_PROGRESS_307 =
|
||||
CMAKE_PROGRESS_308 = 89
|
||||
CMAKE_PROGRESS_309 =
|
||||
CMAKE_PROGRESS_310 =
|
||||
CMAKE_PROGRESS_311 =
|
||||
CMAKE_PROGRESS_312 = 90
|
||||
CMAKE_PROGRESS_313 =
|
||||
CMAKE_PROGRESS_314 =
|
||||
CMAKE_PROGRESS_315 = 91
|
||||
CMAKE_PROGRESS_316 =
|
||||
CMAKE_PROGRESS_317 =
|
||||
CMAKE_PROGRESS_318 =
|
||||
CMAKE_PROGRESS_319 = 92
|
||||
CMAKE_PROGRESS_320 =
|
||||
CMAKE_PROGRESS_321 =
|
||||
CMAKE_PROGRESS_322 = 93
|
||||
CMAKE_PROGRESS_323 =
|
||||
CMAKE_PROGRESS_324 =
|
||||
CMAKE_PROGRESS_325 =
|
||||
CMAKE_PROGRESS_326 = 94
|
||||
CMAKE_PROGRESS_327 =
|
||||
CMAKE_PROGRESS_328 =
|
||||
CMAKE_PROGRESS_329 = 95
|
||||
CMAKE_PROGRESS_330 =
|
||||
CMAKE_PROGRESS_331 =
|
||||
CMAKE_PROGRESS_332 =
|
||||
CMAKE_PROGRESS_333 = 96
|
||||
CMAKE_PROGRESS_334 =
|
||||
CMAKE_PROGRESS_335 =
|
||||
CMAKE_PROGRESS_336 = 97
|
||||
CMAKE_PROGRESS_337 =
|
||||
CMAKE_PROGRESS_338 =
|
||||
CMAKE_PROGRESS_339 =
|
||||
CMAKE_PROGRESS_340 = 98
|
||||
CMAKE_PROGRESS_341 =
|
||||
CMAKE_PROGRESS_342 =
|
||||
CMAKE_PROGRESS_343 = 99
|
||||
CMAKE_PROGRESS_344 =
|
||||
CMAKE_PROGRESS_345 =
|
||||
CMAKE_PROGRESS_346 = 100
|
||||
|
|
@ -368,6 +368,30 @@ app/main.c.s:
|
|||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/main.c.s
|
||||
.PHONY : app/main.c.s
|
||||
|
||||
app/mdc1200.obj: app/mdc1200.c.obj
|
||||
.PHONY : app/mdc1200.obj
|
||||
|
||||
# target to build an object file
|
||||
app/mdc1200.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/mdc1200.c.obj
|
||||
.PHONY : app/mdc1200.c.obj
|
||||
|
||||
app/mdc1200.i: app/mdc1200.c.i
|
||||
.PHONY : app/mdc1200.i
|
||||
|
||||
# target to preprocess a source file
|
||||
app/mdc1200.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/mdc1200.c.i
|
||||
.PHONY : app/mdc1200.c.i
|
||||
|
||||
app/mdc1200.s: app/mdc1200.c.s
|
||||
.PHONY : app/mdc1200.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
app/mdc1200.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/app/mdc1200.c.s
|
||||
.PHONY : app/mdc1200.c.s
|
||||
|
||||
app/menu.obj: app/menu.c.obj
|
||||
.PHONY : app/menu.obj
|
||||
|
||||
|
@ -2840,774 +2864,6 @@ external/CMSIS_5/CMSIS/Core_A/Source/irq_ctrl_gic.c.s:
|
|||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/Core_A/Source/irq_ctrl_gic.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/Core_A/Source/irq_ctrl_gic.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.i: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.s: external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.i: external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.s: external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.i: external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.s: external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.i: external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.s: external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.i: external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.s: external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.i: external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.s: external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.i: external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.s: external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.i: external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.s: external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.i: external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.s: external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.i: external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.s: external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.i: external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.s: external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.i: external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.s: external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.obj: external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.obj
|
||||
|
||||
# target to build an object file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c.obj:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c.obj
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.i: external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.i
|
||||
|
||||
# target to preprocess a source file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c.i
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c.i
|
||||
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.s: external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles\uv_k5_firmware_custom_0_17.dir\build.make CMakeFiles/uv_k5_firmware_custom_0_17.dir/external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c.s
|
||||
.PHONY : external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c.s
|
||||
|
||||
external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_CAN.obj: external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_CAN.c.obj
|
||||
.PHONY : external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_CAN.obj
|
||||
|
||||
|
@ -9191,6 +8447,9 @@ help:
|
|||
@echo ... app/main.obj
|
||||
@echo ... app/main.i
|
||||
@echo ... app/main.s
|
||||
@echo ... app/mdc1200.obj
|
||||
@echo ... app/mdc1200.i
|
||||
@echo ... app/mdc1200.s
|
||||
@echo ... app/menu.obj
|
||||
@echo ... app/menu.i
|
||||
@echo ... app/menu.s
|
||||
|
@ -9500,102 +8759,6 @@ help:
|
|||
@echo ... external/CMSIS_5/CMSIS/Core_A/Source/irq_ctrl_gic.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/Core_A/Source/irq_ctrl_gic.i
|
||||
@echo ... external/CMSIS_5/CMSIS/Core_A/Source/irq_ctrl_gic.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.s
|
||||
@echo ... external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_CAN.obj
|
||||
@echo ... external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_CAN.i
|
||||
@echo ... external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_CAN.s
|
||||
|
|
|
@ -34,7 +34,7 @@ endif()
|
|||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/objdump.exe")
|
||||
set(CMAKE_OBJDUMP "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objdump.exe")
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT)
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
<Option working_dir="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug"/>
|
||||
<Option type="4"/>
|
||||
<MakeCommands>
|
||||
<Build command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 all"/>
|
||||
<CompileFile command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<Build command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 all"/>
|
||||
<CompileFile command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="uv_k5_firmware_custom_0_17">
|
||||
|
@ -139,18 +139,18 @@
|
|||
<Add directory="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/printf/test"/>
|
||||
<Add directory="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/helper"/>
|
||||
<Add directory="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/ui"/>
|
||||
<Add directory="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++"/>
|
||||
<Add directory="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32"/>
|
||||
<Add directory="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward"/>
|
||||
<Add directory="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include"/>
|
||||
<Add directory="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"/>
|
||||
<Add directory="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"/>
|
||||
<Add directory="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++"/>
|
||||
<Add directory="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32"/>
|
||||
<Add directory="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward"/>
|
||||
<Add directory="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include"/>
|
||||
<Add directory="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"/>
|
||||
<Add directory="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 uv_k5_firmware_custom_0_17"/>
|
||||
<CompileFile command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<Build command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 uv_k5_firmware_custom_0_17"/>
|
||||
<CompileFile command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="uv_k5_firmware_custom_0_17/fast">
|
||||
|
@ -275,38 +275,38 @@
|
|||
<Add directory="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/printf/test"/>
|
||||
<Add directory="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/helper"/>
|
||||
<Add directory="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/ui"/>
|
||||
<Add directory="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++"/>
|
||||
<Add directory="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32"/>
|
||||
<Add directory="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward"/>
|
||||
<Add directory="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include"/>
|
||||
<Add directory="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"/>
|
||||
<Add directory="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"/>
|
||||
<Add directory="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++"/>
|
||||
<Add directory="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32"/>
|
||||
<Add directory="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward"/>
|
||||
<Add directory="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include"/>
|
||||
<Add directory="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"/>
|
||||
<Add directory="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 uv_k5_firmware_custom_0_17/fast"/>
|
||||
<CompileFile command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<Build command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 uv_k5_firmware_custom_0_17/fast"/>
|
||||
<CompileFile command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="edit_cache">
|
||||
<Option working_dir="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug"/>
|
||||
<Option type="4"/>
|
||||
<MakeCommands>
|
||||
<Build command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 edit_cache"/>
|
||||
<CompileFile command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<Build command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 edit_cache"/>
|
||||
<CompileFile command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="rebuild_cache">
|
||||
<Option working_dir="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug"/>
|
||||
<Option type="4"/>
|
||||
<MakeCommands>
|
||||
<Build command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 rebuild_cache"/>
|
||||
<CompileFile command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<Build command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 rebuild_cache"/>
|
||||
<CompileFile command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/mingw32-make.exe -f "C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
</Build>
|
||||
|
@ -370,6 +370,12 @@
|
|||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/main.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/mdc1200.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/mdc1200.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/app/menu.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
|
@ -1003,171 +1009,6 @@
|
|||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/Core_A/Source/irq_ctrl_gic.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Config/DAP_config.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/DAP_config.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/CMSIS/RTX_Config.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/RTE_Device.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4322_Cortex-M4/system_LPC43xx.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/RTE_Device.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/Device/LPC4370_Cortex-M4/system_LPC43xx.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_0.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_CDC_0.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/RTE/USB/USBD_Config_CustomClass_0.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CDC_ACM_UART_0.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/USBD_User_CustomClass_0.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/main.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/osObjects.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/ser_num.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/LPC-Link2/target.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/DAP_config.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/CMSIS/RTX_Config.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/Device/LPC55S69JBD64_cm33_core0/RTE_Device.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_0.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_CDC_0.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/RTE/USB/USBD_Config_CustomClass_0.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD1_LPC55xxx.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CDC_ACM_UART_0.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USBD_User_CustomClass_0.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/USB_LPC55xxx.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/clock_config.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/peripherals.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/board/pin_mux.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/fsl_usart.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/main.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/osObjects.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Examples/MCU-LINK/ser_num.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Include/DAP.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Source/UART.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CDC_ACM_UART_0.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_CustomClass_0.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/USBD_User_HID_0.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/main.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Template/MDK5/osObjects.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/Device/ARMCM3/system_ARMCM3.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/RTE/_CMSIS_DAP/RTE_Components.h">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DAP/Firmware/Validation/MDK5/test.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
<Unit filename="C:/Users/RUPC/Desktop/UV-K6/uv-k5-firmware-chinese/external/CMSIS_5/CMSIS/DoxyGen/Driver/src/Driver_CAN.c">
|
||||
<Option target="uv_k5_firmware_custom_0_17"/>
|
||||
</Unit>
|
||||
|
|
25
dp32g030.cfg
25
dp32g030.cfg
|
@ -1,19 +1,33 @@
|
|||
transport select swd
|
||||
adapter speed 32000
|
||||
transport select hla_swd
|
||||
|
||||
reset_config srst_only srst_nogate connect_assert_srst
|
||||
gdb_breakpoint_override hard
|
||||
|
||||
adapter speed 24000
|
||||
|
||||
adapter srst delay 100
|
||||
|
||||
reset_config srst_nogate
|
||||
|
||||
set _CHIP_NAME DP32G0xx
|
||||
set CPUTAPID 0x0bb11477
|
||||
|
||||
|
||||
# Create a new dap, with name chip and role CPU, -enable let's OpenOCD to know to add it to the scan
|
||||
swd newdap $_CHIP_NAME cpu -enable
|
||||
swd newdap $_CHIP_NAME cpu -enable -expected-id $CPUTAPID
|
||||
|
||||
|
||||
# Create the DAP instance, this must be explicitly created according to the OpenOCD docs
|
||||
dap create $_CHIP_NAME.dap -chain-position $_CHIP_NAME.cpu
|
||||
|
||||
|
||||
# Set up the GDB target for the CPU, cortex_m is the CPU type,
|
||||
target create $_CHIP_NAME.cpu cortex_m -dap $_CHIP_NAME.dap
|
||||
|
||||
|
||||
set _SECTOR_SIZE 512
|
||||
|
||||
|
||||
proc uv_clear_flash_sector {sector_number} {
|
||||
echo [format "Erasing sector 0x%02x = offset 0x%04x" [expr {$sector_number}] [expr {$sector_number*256}] ]
|
||||
write_memory 0x4006F000 32 {0x09} ;#set erasing mode
|
||||
|
@ -25,6 +39,7 @@ proc uv_clear_flash_sector {sector_number} {
|
|||
write_memory 0x4006F018 32 {0x55} ;#lock flash
|
||||
}
|
||||
|
||||
|
||||
proc uv_clear_whole_flash {} {
|
||||
for {set i 0} {$i < 0x100} {incr i} {
|
||||
uv_clear_flash_sector $i
|
||||
|
@ -37,16 +52,19 @@ proc uv_clear_sectors {sectors_count} {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
proc uv_flash_unlock {} {
|
||||
write_memory 0x4006F01c 32 {0xAA} ;#unlock flash
|
||||
uv_wait_busy
|
||||
}
|
||||
|
||||
|
||||
proc uv_flash_lock {} {
|
||||
write_memory 0x4006F018 32 {0x55} ;#lock flash
|
||||
uv_wait_busy
|
||||
}
|
||||
|
||||
|
||||
proc uv_flash_write {address value} {
|
||||
write_memory 0x4006F000 32 {0x05} ;#set writing mode
|
||||
write_memory 0x4006F004 32 [expr {($address>>2)+0xC000}] ;#set address in flash
|
||||
|
@ -60,7 +78,6 @@ proc uv_flash_write {address value} {
|
|||
}
|
||||
uv_wait_busy
|
||||
}
|
||||
|
||||
proc uv_wait_busy {} {
|
||||
while {1} {
|
||||
set status [read_memory 0x4006F014 32 1]
|
||||
|
|
|
@ -64,14 +64,15 @@ void EEPROM_WriteBuffer(uint32_t Address, const void *pBuffer) {
|
|||
|
||||
uint8_t buffer[8];
|
||||
EEPROM_ReadBuffer(Address, buffer, 8);
|
||||
if (memcmp(pBuffer, buffer, 8) != 0) {
|
||||
if (memcmp(pBuffer, buffer, 8) == 0) {
|
||||
return;
|
||||
}
|
||||
I2C_Start();
|
||||
I2C_Write(0xA0);
|
||||
I2C_Write((Address >> 8) & 0xFF);
|
||||
I2C_Write((Address >> 0) & 0xFF);
|
||||
I2C_WriteBuffer(pBuffer, 8);
|
||||
I2C_Stop();
|
||||
}
|
||||
SYSTEM_DelayMs(8);
|
||||
|
||||
// give the EEPROM time to burn the data in (apparently takes 5ms)
|
||||
|
|
BIN
firmware
BIN
firmware
Binary file not shown.
|
@ -273,6 +273,7 @@ void FUNCTION_Select(FUNCTION_Type_t Function) {
|
|||
case FUNCTION_INCOMING:
|
||||
case FUNCTION_RECEIVE:
|
||||
case FUNCTION_BAND_SCOPE:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
@ -27,7 +27,8 @@ enum FUNCTION_Type_t
|
|||
FUNCTION_INCOMING, // receiving a signal (squelch is open)
|
||||
FUNCTION_RECEIVE, // RX mode, squelch closed
|
||||
FUNCTION_POWER_SAVE, // sleeping
|
||||
FUNCTION_BAND_SCOPE // bandscope mode (panadpter/spectrum) .. not yet implemented
|
||||
FUNCTION_BAND_SCOPE, // bandscope mode (panadpter/spectrum) .. not yet implemented
|
||||
FUNCTION_N_ELEM
|
||||
};
|
||||
|
||||
typedef enum FUNCTION_Type_t FUNCTION_Type_t;
|
||||
|
|
4
misc.c
4
misc.c
|
@ -95,8 +95,8 @@ bool gSetting_AM_fix;
|
|||
#ifdef ENABLE_AM_FIX_TEST1
|
||||
uint8_t gSetting_AM_fix_test1 = 0;
|
||||
#endif
|
||||
#ifdef ENABLE_AUDIO_BAR
|
||||
#endif
|
||||
//#ifdef ENABLE_AUDIO_BAR
|
||||
//#endif
|
||||
bool gSetting_live_DTMF_decoder;
|
||||
|
||||
bool gMonitor = false; // true opens the squelch
|
||||
|
|
4
misc.h
4
misc.h
|
@ -154,8 +154,8 @@ extern bool gSetting_AM_fix;
|
|||
#ifdef ENABLE_AM_FIX_TEST1
|
||||
extern uint8_t gSetting_AM_fix_test1;
|
||||
#endif
|
||||
#ifdef ENABLE_AUDIO_BAR
|
||||
#endif
|
||||
//#ifdef ENABLE_AUDIO_BAR
|
||||
//#endif
|
||||
extern bool gSetting_live_DTMF_decoder;
|
||||
|
||||
extern bool gMonitor;
|
||||
|
|
50
radio.c
50
radio.c
|
@ -62,53 +62,29 @@ void RADIO_SendEndOfTransmission(void)
|
|||
RADIO_EnableCxCSS();
|
||||
RADIO_SetupRegisters(false);
|
||||
}
|
||||
bool RADIO_CheckValidChannel(uint16_t Channel, bool bCheckScanList, uint8_t VFO)
|
||||
{ // return true if the channel appears valid
|
||||
|
||||
ChannelAttributes_t att;
|
||||
uint8_t PriorityCh1;
|
||||
uint8_t PriorityCh2;
|
||||
|
||||
if (!IS_MR_CHANNEL(Channel))
|
||||
bool RADIO_CheckValidChannel(uint16_t channel, bool checkScanList, uint8_t scanList)
|
||||
{
|
||||
// return true if the channel appears valid
|
||||
if (!IS_MR_CHANNEL(channel))
|
||||
return false;
|
||||
//0D60
|
||||
att = gMR_ChannelAttributes[Channel];
|
||||
|
||||
const ChannelAttributes_t att = gMR_ChannelAttributes[channel];
|
||||
|
||||
if (att.band > BAND7_470MHz)
|
||||
return false;
|
||||
|
||||
if (bCheckScanList) {
|
||||
switch (VFO) {
|
||||
case 0:
|
||||
if (!att.scanlist1)
|
||||
return false;
|
||||
|
||||
PriorityCh1 = gEeprom.SCANLIST_PRIORITY_CH1[0];
|
||||
PriorityCh2 = gEeprom.SCANLIST_PRIORITY_CH2[0];
|
||||
break;
|
||||
|
||||
case 1:
|
||||
if (!att.scanlist2)
|
||||
return false;
|
||||
|
||||
PriorityCh1 = gEeprom.SCANLIST_PRIORITY_CH1[1];
|
||||
PriorityCh2 = gEeprom.SCANLIST_PRIORITY_CH2[1];
|
||||
break;
|
||||
|
||||
default:
|
||||
if (!checkScanList || scanList > 1)
|
||||
return true;
|
||||
}
|
||||
|
||||
if (PriorityCh1 == Channel)
|
||||
if (scanList ? !att.scanlist2 : !att.scanlist1)
|
||||
return false;
|
||||
|
||||
if (PriorityCh2 == Channel)
|
||||
return false;
|
||||
}
|
||||
const uint8_t PriorityCh1 = gEeprom.SCANLIST_PRIORITY_CH1[scanList];
|
||||
const uint8_t PriorityCh2 = gEeprom.SCANLIST_PRIORITY_CH2[scanList];
|
||||
|
||||
return true;
|
||||
return PriorityCh1 != channel && PriorityCh2 != channel;
|
||||
}
|
||||
|
||||
uint8_t RADIO_FindNextChannel(uint8_t Channel, int8_t Direction, bool bCheckScanList, uint8_t VFO)
|
||||
{
|
||||
unsigned int i;
|
||||
|
@ -172,7 +148,7 @@ void RADIO_ConfigureChannel(const unsigned int VFO, const unsigned int configure
|
|||
|
||||
if (IS_VALID_CHANNEL(channel)) {
|
||||
#ifdef ENABLE_NOAA
|
||||
if (channel >= NOAA_CHANNEL_FIRST)
|
||||
if (IS_NOAA_CHANNEL(channel))
|
||||
{
|
||||
RADIO_InitInfo(pVfo, gEeprom.ScreenChannel[VFO], NoaaFrequencyTable[channel - NOAA_CHANNEL_FIRST]);
|
||||
|
||||
|
@ -825,7 +801,7 @@ void RADIO_ConfigureNOAA(void)
|
|||
return;
|
||||
}
|
||||
|
||||
if (gRxVfo->CHANNEL_SAVE >= NOAA_CHANNEL_FIRST)
|
||||
if (IS_NOAA_CHANNEL(gRxVfo->CHANNEL_SAVE))
|
||||
{
|
||||
gIsNoaaMode = true;
|
||||
gNoaaChannel = gRxVfo->CHANNEL_SAVE - NOAA_CHANNEL_FIRST;
|
||||
|
|
2
radio.h
2
radio.h
|
@ -148,7 +148,7 @@ extern DCS_CodeType_t gCurrentCodeType;
|
|||
|
||||
extern VfoState_t VfoState[2];
|
||||
|
||||
bool RADIO_CheckValidChannel(uint16_t ChNum, bool bCheckScanList, uint8_t RadioNum);
|
||||
bool RADIO_CheckValidChannel(uint16_t channel, bool checkScanList, uint8_t scanList);
|
||||
uint8_t RADIO_FindNextChannel(uint8_t ChNum, int8_t Direction, bool bCheckScanList, uint8_t RadioNum);
|
||||
void RADIO_InitInfo(VFO_Info_t *pInfo, const uint8_t ChannelSave, const uint32_t Frequency);
|
||||
void RADIO_ConfigureChannel(const unsigned int VFO, const unsigned int configure);
|
||||
|
|
117
settings.c
117
settings.c
|
@ -35,15 +35,11 @@ static const uint32_t gDefaultFrequencyTable[] =
|
|||
43350000 //
|
||||
};
|
||||
|
||||
EEPROM_Config_t gEeprom;
|
||||
EEPROM_Config_t gEeprom={0};
|
||||
|
||||
void SETTINGS_InitEEPROM(void)
|
||||
{
|
||||
unsigned int i;
|
||||
uint8_t Data[16];
|
||||
|
||||
memset(Data, 0, sizeof(Data));
|
||||
memset(&gEeprom, 0, sizeof(gEeprom));
|
||||
uint8_t Data[16] = {0};
|
||||
// 0E70..0E77
|
||||
EEPROM_ReadBuffer(0x0E70, Data, 8);
|
||||
gEeprom.CHAN_1_CALL = IS_MR_CHANNEL(Data[0]) ? Data[0] : MR_CHANNEL_FIRST;
|
||||
|
@ -128,7 +124,7 @@ void SETTINGS_InitEEPROM(void)
|
|||
|
||||
// 0E98..0E9F
|
||||
EEPROM_ReadBuffer(0x0E98, Data, 8);
|
||||
memmove(&gEeprom.POWER_ON_PASSWORD, Data, 4);
|
||||
memcpy(&gEeprom.POWER_ON_PASSWORD, Data, 4);
|
||||
|
||||
// 0EA0..0EA7
|
||||
EEPROM_ReadBuffer(0x0EA0, Data, 8);
|
||||
|
@ -180,62 +176,51 @@ void SETTINGS_InitEEPROM(void)
|
|||
|
||||
// 0EE0..0EE7
|
||||
|
||||
EEPROM_ReadBuffer(0x0EE0, Data, 8);
|
||||
if (DTMF_ValidateCodes((char *)Data, 8))
|
||||
memmove(gEeprom.ANI_DTMF_ID, Data, 8);
|
||||
else
|
||||
{
|
||||
memset(gEeprom.ANI_DTMF_ID, 0, sizeof(gEeprom.ANI_DTMF_ID));
|
||||
EEPROM_ReadBuffer(0x0EE0, Data, sizeof(gEeprom.ANI_DTMF_ID));
|
||||
if (DTMF_ValidateCodes((char *)Data, sizeof(gEeprom.ANI_DTMF_ID))) {
|
||||
memcpy(gEeprom.ANI_DTMF_ID, Data, sizeof(gEeprom.ANI_DTMF_ID));
|
||||
} else {
|
||||
strcpy(gEeprom.ANI_DTMF_ID, "123");
|
||||
}
|
||||
|
||||
|
||||
// 0EE8..0EEF
|
||||
EEPROM_ReadBuffer(0x0EE8, Data, 8);
|
||||
if (DTMF_ValidateCodes((char *)Data, 8))
|
||||
memmove(gEeprom.KILL_CODE, Data, 8);
|
||||
else
|
||||
{
|
||||
memset(gEeprom.KILL_CODE, 0, sizeof(gEeprom.KILL_CODE));
|
||||
EEPROM_ReadBuffer(0x0EE8, Data, sizeof(gEeprom.KILL_CODE));
|
||||
if (DTMF_ValidateCodes((char *)Data, sizeof(gEeprom.KILL_CODE))) {
|
||||
memcpy(gEeprom.KILL_CODE, Data, sizeof(gEeprom.KILL_CODE));
|
||||
} else {
|
||||
strcpy(gEeprom.KILL_CODE, "ABCD9");
|
||||
}
|
||||
|
||||
// 0EF0..0EF7
|
||||
EEPROM_ReadBuffer(0x0EF0, Data, 8);
|
||||
if (DTMF_ValidateCodes((char *)Data, 8))
|
||||
memmove(gEeprom.REVIVE_CODE, Data, 8);
|
||||
else
|
||||
{
|
||||
memset(gEeprom.REVIVE_CODE, 0, sizeof(gEeprom.REVIVE_CODE));
|
||||
EEPROM_ReadBuffer(0x0EF0, Data, sizeof(gEeprom.REVIVE_CODE));
|
||||
if (DTMF_ValidateCodes((char *)Data, sizeof(gEeprom.REVIVE_CODE))) {
|
||||
memcpy(gEeprom.REVIVE_CODE, Data, sizeof(gEeprom.REVIVE_CODE));
|
||||
} else {
|
||||
strcpy(gEeprom.REVIVE_CODE, "9DCBA");
|
||||
}
|
||||
#endif
|
||||
|
||||
// 0EF8..0F07
|
||||
EEPROM_ReadBuffer(0x0EF8, Data, 16);
|
||||
if (DTMF_ValidateCodes((char *)Data, 16))
|
||||
memmove(gEeprom.DTMF_UP_CODE, Data, 16);
|
||||
else
|
||||
{
|
||||
memset(gEeprom.DTMF_UP_CODE, 0, sizeof(gEeprom.DTMF_UP_CODE));
|
||||
EEPROM_ReadBuffer(0x0EF8, Data, sizeof(gEeprom.DTMF_UP_CODE));
|
||||
if (DTMF_ValidateCodes((char *)Data, sizeof(gEeprom.DTMF_UP_CODE))) {
|
||||
memcpy(gEeprom.DTMF_UP_CODE, Data, sizeof(gEeprom.DTMF_UP_CODE));
|
||||
} else {
|
||||
strcpy(gEeprom.DTMF_UP_CODE, "12345");
|
||||
}
|
||||
|
||||
// 0F08..0F17
|
||||
EEPROM_ReadBuffer(0x0F08, Data, 16);
|
||||
if (DTMF_ValidateCodes((char *)Data, 16))
|
||||
memmove(gEeprom.DTMF_DOWN_CODE, Data, 16);
|
||||
else
|
||||
{
|
||||
memset(gEeprom.DTMF_DOWN_CODE, 0, sizeof(gEeprom.DTMF_DOWN_CODE));
|
||||
EEPROM_ReadBuffer(0x0F08, Data, sizeof(gEeprom.DTMF_DOWN_CODE));
|
||||
if (DTMF_ValidateCodes((char *)Data, sizeof(gEeprom.DTMF_DOWN_CODE))) {
|
||||
memcpy(gEeprom.DTMF_DOWN_CODE, Data, sizeof(gEeprom.DTMF_DOWN_CODE));
|
||||
} else {
|
||||
strcpy(gEeprom.DTMF_DOWN_CODE, "54321");
|
||||
}
|
||||
|
||||
// 0F18..0F1F
|
||||
EEPROM_ReadBuffer(0x0F18, Data, 8);
|
||||
// gEeprom.SCAN_LIST_DEFAULT = (Data[0] < 2) ? Data[0] : false;
|
||||
gEeprom.SCAN_LIST_DEFAULT = (Data[0] < 3) ? Data[0] : false; // we now have 'all' channel scan option
|
||||
for (i = 0; i < 2; i++)
|
||||
gEeprom.SCAN_LIST_DEFAULT = (Data[0] < 3) ? Data[0] : 0; // we now have 'all' channel scan option
|
||||
for (unsigned int i = 0; i < 2; i++)
|
||||
{
|
||||
const unsigned int j = 1 + (i * 3);
|
||||
gEeprom.SCAN_LIST_ENABLED[i] = (Data[j + 0] < 2) ? Data[j] : false;
|
||||
|
@ -255,13 +240,13 @@ void SETTINGS_InitEEPROM(void)
|
|||
// gSetting_350EN = (Data[5] < 2) ? Data[5] : true;
|
||||
gSetting_ScrambleEnable = (Data[6] < 2) ? Data[6] : true;
|
||||
//gSetting_TX_EN = (Data[7] & (1u << 0)) ? true : false;
|
||||
gSetting_live_DTMF_decoder = (Data[7] & (1u << 1)) ? true : false;
|
||||
gSetting_live_DTMF_decoder = !!(Data[7] & (1u << 1));
|
||||
//gSetting_battery_text = (((Data[7] >> 2) & 3u) <= 2) ? (Data[7] >> 2) & 3 : 2;
|
||||
#ifdef ENABLE_AUDIO_BAR
|
||||
//#ifdef ENABLE_AUDIO_BAR
|
||||
//gSetting_mic_bar = (Data[7] & (1u << 4)) ? true : false;
|
||||
#endif
|
||||
//#endif
|
||||
#ifdef ENABLE_AM_FIX
|
||||
gSetting_AM_fix = (Data[7] & (1u << 5)) ? true : false;
|
||||
gSetting_AM_fix = !!(Data[7] & (1u << 5));
|
||||
#endif
|
||||
// gSetting_backlight_on_tx_rx = (Data[7] >> 6) & 3u;
|
||||
|
||||
|
@ -290,7 +275,7 @@ void SETTINGS_InitEEPROM(void)
|
|||
EEPROM_ReadBuffer(0x0F30, gCustomAesKey, sizeof(gCustomAesKey));
|
||||
bHasCustomAesKey = false;
|
||||
//锁定
|
||||
for (i = 0; i < ARRAY_SIZE(gCustomAesKey); i++)
|
||||
for (unsigned int i = 0; i < ARRAY_SIZE(gCustomAesKey); i++)
|
||||
{
|
||||
if (gCustomAesKey[i] != 0xFFFFFFFFu)
|
||||
{
|
||||
|
@ -372,20 +357,22 @@ void SETTINGS_FetchChannelName(char *s, const int channel)
|
|||
{
|
||||
if (s == NULL)
|
||||
return;
|
||||
#if ENABLE_CHINESE_FULL==4
|
||||
memset(s, 0, 16); // 's' had better be large enough !
|
||||
#else
|
||||
memset(s, 0, 10); // 's' had better be large enough !
|
||||
#endif
|
||||
s[0] = 0;
|
||||
//#if ENABLE_CHINESE_FULL==4
|
||||
// memset(s, 0, 16); // 's' had better be large enough !
|
||||
//#else
|
||||
// memset(s, 0, 10); // 's' had better be large enough !
|
||||
//#endif
|
||||
if (channel < 0)
|
||||
return;
|
||||
|
||||
if (!RADIO_CheckValidChannel(channel, false, 0))
|
||||
return;
|
||||
EEPROM_ReadBuffer(0x0F50 + (channel * 16), s + 0, 8);
|
||||
// EEPROM_ReadBuffer(0x0F50 + (channel * 16), s + 0, 8);
|
||||
|
||||
#if ENABLE_CHINESE_FULL==4
|
||||
EEPROM_ReadBuffer(0x0F58 + (channel * 16), s + 8, 8);
|
||||
EEPROM_ReadBuffer(0x0F50 + (channel * 16), s, 16);
|
||||
// EEPROM_ReadBuffer(0x0F58 + (channel * 16), s + 8, 8);
|
||||
int i;
|
||||
for (i = 0; i < 16; i++)
|
||||
if (!((s[i] >= 32 && s[i] <= 127)||(
|
||||
|
@ -393,8 +380,8 @@ void SETTINGS_FetchChannelName(char *s, const int channel)
|
|||
))break; // invalid char
|
||||
else if(s[i]>=0x80&&s[i]<=0x9b&&i!=15&&s[i+1]!=0) i++;
|
||||
#else
|
||||
|
||||
EEPROM_ReadBuffer(0x0F58 + (channel * 16), s + 8, 2);
|
||||
EEPROM_ReadBuffer(0x0F50 + (channel * 16), s, 10);
|
||||
// EEPROM_ReadBuffer(0x0F58 + (channel * 16), s + 8, 2);
|
||||
int i;
|
||||
for (i = 0; i < 10; i++)
|
||||
if (s[i] < 32 || s[i] > 127)
|
||||
|
@ -634,21 +621,18 @@ void SETTINGS_SaveSettings(void)
|
|||
void SETTINGS_SaveChannel(uint8_t Channel, uint8_t VFO, const VFO_Info_t *pVFO, uint8_t Mode)
|
||||
{
|
||||
#ifdef ENABLE_NOAA
|
||||
if (!IS_NOAA_CHANNEL(Channel))
|
||||
if (IS_NOAA_CHANNEL(Channel))
|
||||
return;
|
||||
#endif
|
||||
{
|
||||
|
||||
uint16_t OffsetVFO = Channel * 16;
|
||||
|
||||
if (!IS_MR_CHANNEL(Channel))
|
||||
{ // it's a VFO, not a channel
|
||||
if (IS_FREQ_CHANNEL(Channel)) { // it's a VFO, not a channel
|
||||
OffsetVFO = (VFO == 0) ? 0x0C80 : 0x0C90;
|
||||
OffsetVFO += (Channel - FREQ_CHANNEL_FIRST) * 32;
|
||||
}
|
||||
|
||||
if (Mode >= 2 || !IS_MR_CHANNEL(Channel))
|
||||
{ // copy VFO to a channel
|
||||
|
||||
|
||||
if (Mode >= 2 || IS_FREQ_CHANNEL(Channel)) { // copy VFO to a channel
|
||||
union {
|
||||
uint8_t _8[8];
|
||||
uint32_t _32[2];
|
||||
|
@ -689,7 +673,7 @@ void SETTINGS_SaveChannel(uint8_t Channel, uint8_t VFO, const VFO_Info_t *pVFO,
|
|||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void SETTINGS_SaveBatteryCalibration(const uint16_t * batteryCalibration)
|
||||
|
@ -705,9 +689,8 @@ void SETTINGS_SaveBatteryCalibration(const uint16_t * batteryCalibration)
|
|||
void SETTINGS_SaveChannelName(uint8_t channel, const char * name)
|
||||
{
|
||||
uint16_t offset = channel * 16;
|
||||
uint8_t buf[16];
|
||||
memset(&buf, 0x00, sizeof(buf));
|
||||
memcpy(buf, name, MIN(strlen(name),(unsigned char)MAX_EDIT_INDEX));
|
||||
uint8_t buf[16] = {0};
|
||||
memcpy(buf, name, MIN(strlen(name), 10u));
|
||||
EEPROM_WriteBuffer(0x0F50 + offset, buf);
|
||||
EEPROM_WriteBuffer(0x0F58 + offset, buf + 8);
|
||||
}
|
||||
|
@ -753,7 +736,7 @@ void SETTINGS_UpdateChannel(uint8_t channel, const VFO_Info_t *pVFO, bool keep)
|
|||
}
|
||||
void SETTINGS_WriteBuildOptions(void)
|
||||
{
|
||||
uint8_t buf[8]= {};
|
||||
uint8_t buf[8] = {0};
|
||||
buf[0]=0
|
||||
#ifdef ENABLE_FMRADIO
|
||||
| (1 << 0)
|
||||
|
|
26
ui/aircopy.c
26
ui/aircopy.c
|
@ -29,17 +29,17 @@
|
|||
|
||||
void UI_DisplayAircopy(void)
|
||||
{
|
||||
char String[16];
|
||||
char String[16] = {0};
|
||||
char *pPrintStr = { 0 };
|
||||
UI_DisplayClear();
|
||||
if (gAircopyState == AIRCOPY_READY) {
|
||||
pPrintStr = "AIR COPY(RDY)";
|
||||
} else if (gAircopyState == AIRCOPY_TRANSFER) {
|
||||
pPrintStr = "AIR COPY";
|
||||
} else {
|
||||
pPrintStr = "AIR COPY(CMP)";
|
||||
}
|
||||
|
||||
memset(gFrameBuffer, 0, sizeof(gFrameBuffer));
|
||||
|
||||
if (gAircopyState == AIRCOPY_READY)
|
||||
strcpy(String, "AIR COPY(RDY)");
|
||||
else
|
||||
if (gAircopyState == AIRCOPY_TRANSFER)
|
||||
strcpy(String, "AIR COPY");
|
||||
else
|
||||
strcpy(String, "AIR COPY(CMP)");
|
||||
UI_PrintStringSmall(String, 2, 127, 0);
|
||||
|
||||
if (gInputBoxIndex == 0)
|
||||
|
@ -59,11 +59,11 @@ void UI_DisplayAircopy(void)
|
|||
}
|
||||
|
||||
memset(String, 0, sizeof(String));
|
||||
if (gAirCopyIsSendMode == 0)
|
||||
if (gAirCopyIsSendMode == 0){
|
||||
sprintf(String, "RCV:%u E:%u", gAirCopyBlockNumber, gErrorsDuringAirCopy);
|
||||
else
|
||||
if (gAirCopyIsSendMode == 1)
|
||||
} else if (gAirCopyIsSendMode == 1) {
|
||||
sprintf(String, "SND:%u", gAirCopyBlockNumber);
|
||||
}
|
||||
UI_PrintStringSmall(String, 2, 127, 4);
|
||||
|
||||
ST7565_BlitFullScreen();
|
||||
|
|
86
ui/fmradio.c
86
ui/fmradio.c
|
@ -30,82 +30,56 @@
|
|||
#include "chinese.h"
|
||||
void UI_DisplayFM(void)
|
||||
{
|
||||
unsigned int i;
|
||||
char String[16];
|
||||
char String[16] = {0};
|
||||
char *pPrintStr = String;
|
||||
UI_DisplayClear();
|
||||
UI_PrintStringSmall("FM", 0, 127, 0);
|
||||
|
||||
memset(gFrameBuffer, 0, sizeof(gFrameBuffer));
|
||||
|
||||
memset(String, 0, sizeof(String));
|
||||
strcpy(String, "FM");
|
||||
UI_PrintStringSmall(String, 0, 127, 0);
|
||||
|
||||
memset(String, 0, sizeof(String));
|
||||
if (gAskToSave)
|
||||
{
|
||||
strcpy(String, 存置问);
|
||||
}
|
||||
else
|
||||
if (gAskToDelete)
|
||||
{
|
||||
strcpy(String, 删除问);
|
||||
}
|
||||
else
|
||||
{
|
||||
if (gFM_ScanState == FM_SCAN_OFF)
|
||||
{
|
||||
if (!gEeprom.FM_IsMrMode)
|
||||
{
|
||||
for (i = 0; i < 20; i++)
|
||||
{
|
||||
if (gEeprom.FM_FrequencyPlaying == gFM_Channels[i])
|
||||
{
|
||||
if (gAskToSave) {
|
||||
pPrintStr = 存置问;
|
||||
} else if (gAskToDelete) {
|
||||
pPrintStr = 删除问;
|
||||
} else if (gFM_ScanState == FM_SCAN_OFF) {
|
||||
if (gEeprom.FM_IsMrMode) {
|
||||
sprintf(String, "MR(CH%02u)", gEeprom.FM_SelectedChannel + 1);
|
||||
pPrintStr = String;
|
||||
} else {
|
||||
pPrintStr = "VFO";
|
||||
for (unsigned int i = 0; i < 20; i++) {
|
||||
if (gEeprom.FM_FrequencyPlaying == gFM_Channels[i]) {
|
||||
sprintf(String, "VFO(CH%02u)", i + 1);
|
||||
pPrintStr = String;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (i == 20)
|
||||
strcpy(String, "VFO");
|
||||
}
|
||||
else
|
||||
sprintf(String, "MR(CH%02u)", gEeprom.FM_SelectedChannel + 1);
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!gFM_AutoScan)
|
||||
strcpy(String, "M-SCAN");
|
||||
else
|
||||
} else if (gFM_AutoScan) {
|
||||
sprintf(String, "A-SCAN(%u)", gFM_ChannelPosition + 1);
|
||||
pPrintStr = String;
|
||||
} else {
|
||||
pPrintStr = "M-SCAN";
|
||||
}
|
||||
}
|
||||
|
||||
UI_PrintStringSmall(String, 0, 127, 2);
|
||||
|
||||
memset(String, 0, sizeof(String));
|
||||
if (gAskToSave || (gEeprom.FM_IsMrMode && gInputBoxIndex > 0))
|
||||
{
|
||||
if (gAskToSave || (gEeprom.FM_IsMrMode && gInputBoxIndex > 0)) {
|
||||
UI_GenerateChannelString(String, gFM_ChannelPosition);
|
||||
}
|
||||
else
|
||||
if (!gAskToDelete)
|
||||
{
|
||||
if (gInputBoxIndex == 0)
|
||||
{
|
||||
} else if (gAskToDelete) {
|
||||
sprintf(String, "CH-%02u", gEeprom.FM_SelectedChannel + 1);
|
||||
} else {
|
||||
if (gInputBoxIndex == 0) {
|
||||
sprintf(String, "%3d.%d", gEeprom.FM_FrequencyPlaying / 10, gEeprom.FM_FrequencyPlaying % 10);
|
||||
UI_DisplayFrequency(String, 32, 4, true);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
const char * ascii = INPUTBOX_GetAscii();
|
||||
sprintf(String, "%.3s.%.1s",ascii, ascii + 3);
|
||||
UI_DisplayFrequency(String, 32, 4, false);
|
||||
}
|
||||
|
||||
UI_DisplayFrequency(String, 32, 4, gInputBoxIndex == 0);
|
||||
ST7565_BlitFullScreen();
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
sprintf(String, "CH-%02u", gEeprom.FM_SelectedChannel + 1);
|
||||
}
|
||||
|
||||
UI_PrintStringSmall(String, 0, 127, 4);
|
||||
|
||||
ST7565_BlitFullScreen();
|
||||
|
|
58
ui/helper.c
58
ui/helper.c
|
@ -24,6 +24,7 @@
|
|||
#include "misc.h"
|
||||
#include "chinese.h"
|
||||
#include "driver/eeprom.h"
|
||||
|
||||
#ifndef ARRAY_SIZE
|
||||
#define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0]))
|
||||
#endif
|
||||
|
@ -63,29 +64,33 @@ void UI_GenerateChannelString(char *pString, const uint8_t Channel) {
|
|||
for (i = 0; i < 2; i++)
|
||||
pString[i + 3] = (gInputBox[i] == 10) ? '-' : gInputBox[i] + '0';
|
||||
}
|
||||
bool CHINESE_JUDGE(char *name,uint8_t len)
|
||||
{
|
||||
|
||||
bool CHINESE_JUDGE(char *name, uint8_t len) {
|
||||
for (int i = 0; i < len; i++)
|
||||
if (name[i] >= 0x80 && name[i] <= 0x9b && i != len - 1 && name[i + 1] != 0)return 1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void UI_GenerateChannelStringEx(char *pString, const bool bShowPrefix, const uint8_t ChannelNumber) {
|
||||
if (gInputBoxIndex > 0) {
|
||||
unsigned int i;
|
||||
for (i = 0; i < 3; i++)
|
||||
for (unsigned int i = 0; i < 3; i++) {
|
||||
pString[i] = (gInputBox[i] == 10) ? '-' : gInputBox[i] + '0';
|
||||
}
|
||||
|
||||
pString[3] = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
if (bShowPrefix)
|
||||
if (bShowPrefix) {
|
||||
// BUG here? Prefixed NULLs are allowed
|
||||
sprintf(pString, "CH-%03u", ChannelNumber + 1);
|
||||
else if (ChannelNumber == 0xFF)
|
||||
} else if (ChannelNumber == 0xFF) {
|
||||
strcpy(pString, "NULL");
|
||||
else
|
||||
} else {
|
||||
sprintf(pString, "%03u", ChannelNumber + 1);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Example usage:
|
||||
|
@ -110,21 +115,25 @@ void UI_PrintCharSmall(char character, uint8_t Start, uint8_t Line) {
|
|||
}
|
||||
|
||||
void UI_PrintStringSmall(const char *pString, uint8_t Start, uint8_t End, uint8_t Line) {
|
||||
bool flag_move = 0;
|
||||
|
||||
uint8_t Length = strlen(pString);
|
||||
|
||||
if (menu_set_flag) {
|
||||
#if ENABLE_CHINESE_FULL == 0
|
||||
if (menu_set_flag == 1)
|
||||
{
|
||||
Length = Length > 7 ? 7 : Length;
|
||||
menu_set_flag = 0;
|
||||
}
|
||||
#else
|
||||
Length = Length > 14 ? 14 : Length;
|
||||
|
||||
#endif
|
||||
size_t i;
|
||||
flag_move = 1;
|
||||
menu_set_flag = 0;
|
||||
|
||||
}
|
||||
uint8_t sum_pixel = 0;
|
||||
uint16_t true_char[Length];
|
||||
uint8_t cn_flag[Length];
|
||||
uint8_t char_num = 0;
|
||||
bool flag_move = 0;
|
||||
for (size_t j = 0; j < Length; j++) {
|
||||
|
||||
uint8_t chn_judge = is_chn(pString[j]);
|
||||
|
@ -134,8 +143,7 @@ void UI_PrintStringSmall(const char *pString, uint8_t Start, uint8_t End, uint8_
|
|||
|
||||
char_num++;
|
||||
sum_pixel += 7;
|
||||
}
|
||||
else if (chn_judge != 255) {
|
||||
} else if (chn_judge != 255) {
|
||||
cn_flag[char_num] = 1;
|
||||
|
||||
#if ENABLE_CHINESE_FULL != 0
|
||||
|
@ -158,7 +166,7 @@ void UI_PrintStringSmall(const char *pString, uint8_t Start, uint8_t End, uint8_
|
|||
uint8_t *pFb = gFrameBuffer[Line] + Start;
|
||||
uint8_t *pFb1 = gFrameBuffer[Line + 1] + Start;
|
||||
uint8_t now_pixel = 0;
|
||||
for (i = 0; i < char_num; i++) {
|
||||
for (unsigned short i = 0; i < char_num; i++) {
|
||||
if (cn_flag[i] == 0) {
|
||||
if (true_char[i] > ' ') {
|
||||
const unsigned int index = (unsigned int) true_char[i] - ' ' - 1;
|
||||
|
@ -191,13 +199,13 @@ true_char[i]=true_char[i]-true_char[i]/256-1;
|
|||
unsigned int local_bit =(CHN_FONT_HIGH * CHN_FONT_WIDTH * true_char[i]) % 8;
|
||||
EEPROM_ReadBuffer(local+0x2000,tmp,17);
|
||||
local=0;
|
||||
for (unsigned char i = 0; i < CHN_FONT_WIDTH * 2; ++i) {
|
||||
for (unsigned char k = 0; k < CHN_FONT_WIDTH * 2; ++k) {
|
||||
unsigned char j_end = 8;
|
||||
if (i >= CHN_FONT_WIDTH)
|
||||
if (k >= CHN_FONT_WIDTH)
|
||||
j_end = CHN_FONT_HIGH - 8;
|
||||
for (unsigned char j = 0; j < j_end; ++j) {
|
||||
if (IS_BIT_SET(tmp[local], local_bit))
|
||||
set_bit(&gFontChinese[i], j, 1);
|
||||
set_bit(&gFontChinese[k], j, 1);
|
||||
local_bit++;
|
||||
if (local_bit == 8) {
|
||||
local_bit = 0;
|
||||
|
@ -208,13 +216,13 @@ true_char[i]=true_char[i]-true_char[i]/256-1;
|
|||
#else
|
||||
unsigned int local = (CHN_FONT_HIGH * CHN_FONT_WIDTH * true_char[i]) / 8;
|
||||
unsigned int local_bit = (CHN_FONT_HIGH * CHN_FONT_WIDTH * true_char[i]) % 8;
|
||||
for (unsigned char i = 0; i < CHN_FONT_WIDTH * 2; ++i) {
|
||||
for (unsigned char k = 0; k < CHN_FONT_WIDTH * 2; ++k) {
|
||||
unsigned char j_end = 8;
|
||||
if (i >= CHN_FONT_WIDTH)
|
||||
if (k >= CHN_FONT_WIDTH)
|
||||
j_end = CHN_FONT_HIGH - 8;
|
||||
for (unsigned char j = 0; j < j_end; ++j) {
|
||||
if (IS_BIT_SET(gFontChinese_out[local], local_bit))
|
||||
set_bit(&gFontChinese[i], j, 1);
|
||||
set_bit(&gFontChinese[k], j, 1);
|
||||
local_bit++;
|
||||
if (local_bit == 8) {
|
||||
local_bit = 0;
|
||||
|
@ -314,3 +322,7 @@ void UI_DisplayPopup(const char *string) {
|
|||
//按EXIT键
|
||||
UI_PrintStringSmall(按EXIT键, 9, 118, 5);
|
||||
}
|
||||
|
||||
void UI_DisplayClear() {
|
||||
memset(gFrameBuffer, 0, sizeof(gFrameBuffer));
|
||||
}
|
|
@ -26,7 +26,7 @@ void UI_PrintStringSmall(const char *pString, uint8_t Start, uint8_t End, uint8_
|
|||
void UI_PrintCharSmall(char character, uint8_t Start, uint8_t Line) ;
|
||||
uint8_t is_chn(uint8_t num);
|
||||
bool CHINESE_JUDGE(char *name,uint8_t len);
|
||||
|
||||
void UI_DisplayClear();
|
||||
|
||||
|
||||
void UI_PrintStringSmallBuffer(const char *pString, uint8_t *buffer);
|
||||
|
|
|
@ -35,10 +35,8 @@ static void Render(void)
|
|||
char String[7];
|
||||
|
||||
memset(gStatusLine, 0, sizeof(gStatusLine));
|
||||
memset(gFrameBuffer, 0, sizeof(gFrameBuffer));
|
||||
|
||||
strcpy(String, "LOCK");
|
||||
UI_PrintStringSmall(String, 0, 127, 1);
|
||||
UI_DisplayClear();
|
||||
UI_PrintStringSmall("LOCK", 0, 127, 1);
|
||||
for (i = 0; i < 6; i++)
|
||||
String[i] = (gInputBox[i] == 10) ? '-' : '*';
|
||||
String[6] = 0;
|
||||
|
|
97
ui/main.c
97
ui/main.c
|
@ -74,7 +74,7 @@ static void DrawSmallAntennaAndBars(uint8_t *p, unsigned int level) {
|
|||
}
|
||||
}
|
||||
|
||||
#if defined ENABLE_AUDIO_BAR || defined ENABLE_RSSI_BAR
|
||||
//#if defined ENABLE_AUDIO_BAR || defined ENABLE_RSSI_BAR
|
||||
|
||||
static void DrawLevelBar(uint8_t xpos, uint8_t line, uint8_t level)
|
||||
{
|
||||
|
@ -98,9 +98,9 @@ static void DrawLevelBar(uint8_t xpos, uint8_t line, uint8_t level)
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
#ifdef ENABLE_AUDIO_BAR
|
||||
//#ifdef ENABLE_AUDIO_BAR
|
||||
|
||||
unsigned int sqrt16(unsigned int value)
|
||||
{ // return square root of 'value'
|
||||
|
@ -153,6 +153,8 @@ void UI_DisplayAudioBar(void)
|
|||
if(audio_keep_flag)
|
||||
{
|
||||
// audio_keep_flag=false;
|
||||
memset(p_line+62, 0, LCD_WIDTH-62);
|
||||
|
||||
}else
|
||||
#endif
|
||||
memset(p_line, 0, LCD_WIDTH);
|
||||
|
@ -164,7 +166,7 @@ void UI_DisplayAudioBar(void)
|
|||
ST7565_BlitFullScreen();
|
||||
|
||||
}
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
|
||||
void DisplayRSSIBar(const bool now) {
|
||||
|
@ -187,7 +189,7 @@ void DisplayRSSIBar(const bool now) {
|
|||
0b00011000,
|
||||
};
|
||||
|
||||
if (gEeprom.KEY_LOCK && gKeypadLocked > 0)
|
||||
if ((gEeprom.KEY_LOCK && gKeypadLocked > 0) || center_line != CENTER_LINE_RSSI)
|
||||
return; // display is in use
|
||||
|
||||
if (gCurrentFunction == FUNCTION_TRANSMIT ||
|
||||
|
@ -273,8 +275,7 @@ else{
|
|||
|
||||
|
||||
#ifdef ENABLE_AGC_SHOW_DATA
|
||||
static void PrintAGC(bool now)
|
||||
{
|
||||
void UI_MAIN_PrintAGC(bool now){
|
||||
char buf[20];
|
||||
memset(gFrameBuffer[3], 0, 128);
|
||||
union {
|
||||
|
@ -314,7 +315,7 @@ static void PrintAGC(bool now)
|
|||
void UI_MAIN_TimeSlice500ms(void) {
|
||||
if (gScreenToDisplay == DISPLAY_MAIN) {
|
||||
#ifdef ENABLE_AGC_SHOW_DATA
|
||||
PrintAGC(true);
|
||||
UI_MAIN_PrintAGC(true);
|
||||
return;
|
||||
#endif
|
||||
if(FUNCTION_IsRx()) {
|
||||
|
@ -331,7 +332,7 @@ void UI_DisplayMain(void) {
|
|||
center_line = CENTER_LINE_NONE;
|
||||
|
||||
// clear the screen
|
||||
memset(gFrameBuffer, 0, sizeof(gFrameBuffer));
|
||||
UI_DisplayClear();
|
||||
|
||||
if (gLowBattery && !gLowBatteryConfirmed) {
|
||||
//低电压
|
||||
|
@ -713,14 +714,13 @@ else
|
|||
// ************
|
||||
|
||||
String[0] = '\0';
|
||||
|
||||
const VFO_Info_t *vfoInfo = &gEeprom.VfoInfo[vfo_num];
|
||||
// show the modulation symbol
|
||||
const char *s = "";
|
||||
const ModulationMode_t mod = gEeprom.VfoInfo[vfo_num].Modulation;
|
||||
const ModulationMode_t mod = vfoInfo->Modulation;
|
||||
switch (mod) {
|
||||
case MODULATION_FM: {
|
||||
const FREQ_Config_t *pConfig = (mode == VFO_MODE_TX) ? gEeprom.VfoInfo[vfo_num].pTX
|
||||
: gEeprom.VfoInfo[vfo_num].pRX;
|
||||
const FREQ_Config_t *pConfig = (mode == VFO_MODE_TX) ? vfoInfo->pTX : vfoInfo->pRX;
|
||||
const unsigned int code_type = pConfig->CodeType;
|
||||
const char *code_list[] = {"", "CT", "DCS", "DCR"};
|
||||
// UART_Send((uint8_t*)&code_type,1);
|
||||
|
@ -744,42 +744,43 @@ else
|
|||
|
||||
#endif
|
||||
if (state == VFO_STATE_NORMAL || state == VFO_STATE_ALARM) { // show the TX power
|
||||
const char pwr_list[] = "LMH";
|
||||
const unsigned int i = gEeprom.VfoInfo[vfo_num].OUTPUT_POWER;
|
||||
String[0] = (i < ARRAY_SIZE(pwr_list)) ? pwr_list[i] : '\0';
|
||||
String[1] = '\0';
|
||||
|
||||
|
||||
|
||||
const char pwr_list[][2] = {"L","M","H"};
|
||||
const unsigned int i = vfoInfo->OUTPUT_POWER % 3;
|
||||
|
||||
|
||||
#if ENABLE_CHINESE_FULL != 4
|
||||
UI_PrintStringSmall(String, LCD_WIDTH + 46, 0, line + 1); //中文信道1
|
||||
UI_PrintStringSmall(pwr_list[i], LCD_WIDTH + 46, 0, line + 1); //中文信道1
|
||||
#else
|
||||
|
||||
if(IS_MR_CHANNEL(gEeprom.ScreenChannel[vfo_num]) &&!(FUNCTION_IsRx() && gEeprom.RX_VFO == vfo_num ) &&!( gCurrentFunction == FUNCTION_TRANSMIT&&activeTxVFO == vfo_num) )
|
||||
|
||||
UI_PrintStringSmall(String, LCD_WIDTH + 9, 0, line -1); //中文信道1
|
||||
UI_PrintStringSmall(pwr_list[i], LCD_WIDTH + 9, 0, line -1); //中文信道1
|
||||
else if(!IS_MR_CHANNEL(gEeprom.ScreenChannel[vfo_num]) )
|
||||
UI_PrintStringSmall(String, LCD_WIDTH + 46, 0, line + 1); //中文信道1
|
||||
UI_PrintStringSmall(pwr_list[i], LCD_WIDTH + 46, 0, line + 1); //中文信道1
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
if (gEeprom.VfoInfo[vfo_num].freq_config_RX.Frequency !=
|
||||
gEeprom.VfoInfo[vfo_num].freq_config_TX.Frequency) { // show the TX offset symbol
|
||||
const char dir_list[] = "\0+-";
|
||||
const unsigned int i = gEeprom.VfoInfo[vfo_num].TX_OFFSET_FREQUENCY_DIRECTION;
|
||||
String[0] = (i < sizeof(dir_list)) ? dir_list[i] : '?';
|
||||
String[1] = '\0';
|
||||
if (vfoInfo->freq_config_RX.Frequency !=
|
||||
vfoInfo->freq_config_TX.Frequency) { // show the TX offset symbol
|
||||
const char dir_list[][2] = {"", "+", "-"};
|
||||
const unsigned int i = vfoInfo->TX_OFFSET_FREQUENCY_DIRECTION % 3;
|
||||
|
||||
#if ENABLE_CHINESE_FULL != 4
|
||||
UI_PrintStringSmall(String, LCD_WIDTH + 54, 0, line + 1);//中文信道1
|
||||
UI_PrintStringSmall(dir_list[i], LCD_WIDTH + 54, 0, line + 1);//中文信道1
|
||||
#else
|
||||
if(IS_MR_CHANNEL(gEeprom.ScreenChannel[vfo_num]) &&!(FUNCTION_IsRx() && gEeprom.RX_VFO == vfo_num ) &&!( gCurrentFunction == FUNCTION_TRANSMIT&&activeTxVFO == vfo_num) )
|
||||
UI_PrintStringSmall(String, LCD_WIDTH + 17, 0, line - 1);//中文信道1
|
||||
UI_PrintStringSmall(dir_list[i], LCD_WIDTH + 17, 0, line - 1);//中文信道1
|
||||
else if(!IS_MR_CHANNEL(gEeprom.ScreenChannel[vfo_num]) )
|
||||
UI_PrintStringSmall(String, LCD_WIDTH + 54, 0, line + 1);//中文信道1
|
||||
UI_PrintStringSmall(dir_list[i], LCD_WIDTH + 54, 0, line + 1);//中文信道1
|
||||
#endif
|
||||
}
|
||||
|
||||
// show the TX/RX reverse symbol
|
||||
if (gEeprom.VfoInfo[vfo_num].FrequencyReverse) {
|
||||
if (vfoInfo->FrequencyReverse){
|
||||
#if ENABLE_CHINESE_FULL != 4
|
||||
UI_PrintStringSmall("R", LCD_WIDTH + 62, 0, line + 1);//中文信道1
|
||||
|
||||
|
@ -792,25 +793,22 @@ else
|
|||
#endif
|
||||
}
|
||||
{ // show the narrow band symbol
|
||||
String[0] = '\0';
|
||||
if (gEeprom.VfoInfo[vfo_num].CHANNEL_BANDWIDTH == BANDWIDTH_NARROW) {
|
||||
String[0] = 'N';
|
||||
String[1] = '\0';
|
||||
}
|
||||
if (vfoInfo->CHANNEL_BANDWIDTH == BANDWIDTH_NARROW){
|
||||
#if ENABLE_CHINESE_FULL != 4
|
||||
UI_PrintStringSmall(String, LCD_WIDTH + 71, 0, line + 1);//中文信道1
|
||||
|
||||
UI_PrintStringSmall("N", LCD_WIDTH + 70, 0, line + 1);
|
||||
#else
|
||||
if(IS_MR_CHANNEL(gEeprom.ScreenChannel[vfo_num]) )
|
||||
UI_PrintStringSmall(String, LCD_WIDTH + 21, 0, line + 1);//中文信道1
|
||||
else
|
||||
UI_PrintStringSmall(String, LCD_WIDTH + 70, 0, line + 1);//中文信道1
|
||||
if(IS_MR_CHANNEL(gEeprom.ScreenChannel[vfo_num])) UI_PrintStringSmall("N", LCD_WIDTH + 21, 0, line + 1);
|
||||
|
||||
else UI_PrintStringSmall("N", LCD_WIDTH + 70, 0, line + 1);
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
}
|
||||
}}
|
||||
#ifdef ENABLE_DTMF_CALLING
|
||||
// show the DTMF decoding symbol
|
||||
if (gEeprom.VfoInfo[vfo_num].DTMF_DECODING_ENABLE || gSetting_KILLED)
|
||||
if (vfoInfo->DTMF_DECODING_ENABLE || gSetting_KILLED)
|
||||
{
|
||||
#if ENABLE_CHINESE_FULL != 4
|
||||
UI_PrintStringSmall("DTMF", LCD_WIDTH + 78, 0, line + 1);//中文信道1
|
||||
|
@ -826,8 +824,7 @@ else
|
|||
|
||||
#endif
|
||||
// show the audio scramble symbol
|
||||
if (gEeprom.VfoInfo[vfo_num].SCRAMBLING_TYPE > 0/* && gSetting_ScrambleEnable*/) {
|
||||
// if (gEeprom.VfoInfo[vfo_num].SCRAMBLING_TYPE > 0 && gSetting_ScrambleEnable)
|
||||
if (vfoInfo->SCRAMBLING_TYPE > 0/* && gSetting_ScrambleEnable*/) {
|
||||
#if ENABLE_CHINESE_FULL != 4
|
||||
UI_PrintStringSmall("ENC", LCD_WIDTH + 106, 0, line + 1);//中文信道1
|
||||
#else
|
||||
|
@ -843,7 +840,7 @@ else
|
|||
}
|
||||
#ifdef ENABLE_AGC_SHOW_DATA
|
||||
center_line = CENTER_LINE_IN_USE;
|
||||
PrintAGC(false);
|
||||
UI_MAIN_PrintAGC(false);
|
||||
#endif
|
||||
if (center_line == CENTER_LINE_NONE) { // we're free to use the middle line
|
||||
|
||||
|
@ -877,13 +874,13 @@ else
|
|||
} else
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_AUDIO_BAR
|
||||
//#ifdef ENABLE_AUDIO_BAR
|
||||
if (gCurrentFunction == FUNCTION_TRANSMIT) {
|
||||
center_line = CENTER_LINE_AUDIO_BAR;
|
||||
UI_DisplayAudioBar();
|
||||
}
|
||||
else
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
#if defined(ENABLE_AM_FIX) && defined(ENABLE_AM_FIX_SHOW_DATA)
|
||||
if (rx && gEeprom.VfoInfo[gEeprom.RX_VFO].Modulation == MODULATION_AM && gSetting_AM_fix)
|
||||
|
@ -922,8 +919,7 @@ else
|
|||
|
||||
center_line = CENTER_LINE_DTMF_DEC;
|
||||
|
||||
strcpy(String, "DTMF ");
|
||||
strcat(String, gDTMF_RX_live + idx);
|
||||
sprintf(String, "DTMF %s", gDTMF_RX_live + idx);
|
||||
UI_PrintStringSmall(String, 2, 0, 3);
|
||||
}
|
||||
#else
|
||||
|
@ -938,8 +934,7 @@ else
|
|||
|
||||
center_line = CENTER_LINE_DTMF_DEC;
|
||||
|
||||
strcpy(String, "DTMF ");
|
||||
strcat(String, gDTMF_RX + idx);
|
||||
sprintf(String, "DTMF %s", gDTMF_RX_live + idx);
|
||||
UI_PrintStringSmall(String, 2, 0, 3);
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -33,7 +33,9 @@ enum Vfo_txtr_mode{
|
|||
VFO_MODE_RX = 2,
|
||||
};
|
||||
typedef enum center_line_t center_line_t;
|
||||
|
||||
#ifdef ENABLE_AGC_SHOW_DATA
|
||||
void UI_MAIN_PrintAGC(bool force);
|
||||
#endif
|
||||
extern center_line_t center_line;
|
||||
|
||||
void UI_DisplayAudioBar(void);
|
||||
|
|
151
ui/menu.c
151
ui/menu.c
|
@ -121,7 +121,8 @@ const t_menu_item MenuList[] =
|
|||
#endif
|
||||
{/*"BatCal",*/ VOICE_ID_INVALID, MENU_BATCAL, 电池调压}, // battery voltage calibration
|
||||
{/*"BatTyp",*/ VOICE_ID_INVALID, MENU_BATTYP, 电池大小}, // battery type 1600/2200mAh
|
||||
{/*"Reset",*/ VOICE_ID_INITIALISATION, MENU_RESET ,参数复位}, // might be better to move this to the hidden menu items ?
|
||||
{/*"Reset",*/ VOICE_ID_INITIALISATION, MENU_RESET,
|
||||
参数复位}, // might be better to move this to the hidden menu items ?
|
||||
|
||||
// {/*"",*/ VOICE_ID_INVALID, 0xff ,"\x00"} // end of list - DO NOT delete or move this this
|
||||
};
|
||||
|
@ -206,7 +207,7 @@ const char gSubMenu_TOT[][6] = //7
|
|||
|
||||
};
|
||||
|
||||
const char *gSubMenu_RXMode[] =
|
||||
const char *const gSubMenu_RXMode[] =
|
||||
{
|
||||
|
||||
// "MAIN\nONLY", // TX and RX on main only
|
||||
|
@ -243,7 +244,7 @@ const char gSubMenu_SC_REV[][18] =//8
|
|||
|
||||
};
|
||||
|
||||
const char *gSubMenu_MDF[] =
|
||||
const char *const gSubMenu_MDF[] =
|
||||
{
|
||||
// "FREQ",
|
||||
// "CHANNEL\nNUMBER",
|
||||
|
@ -280,7 +281,7 @@ const char gSubMenu_D_RSP[][18] =//11
|
|||
};
|
||||
#endif
|
||||
|
||||
const char *gSubMenu_PTT_ID[] =
|
||||
const char *const gSubMenu_PTT_ID[] =
|
||||
{
|
||||
// "OFF",
|
||||
// "UP CODE",
|
||||
|
@ -324,7 +325,7 @@ const char gSubMenu_RESET[][11] =//4
|
|||
全部参数
|
||||
};
|
||||
|
||||
const char *gSubMenu_F_LOCK[] =
|
||||
const char *const gSubMenu_F_LOCK[] =
|
||||
{
|
||||
"DEFAULT+\n137-174\n400-470",
|
||||
"FCC HAM\n144-148\n420-450",
|
||||
|
@ -388,7 +389,6 @@ const char gSubMenu_AM_fix_test1[][8] =
|
|||
#endif
|
||||
|
||||
|
||||
|
||||
const char gSubMenu_BATTYP[][8] =
|
||||
{
|
||||
"1600mAh",
|
||||
|
@ -449,7 +449,7 @@ void UI_DisplayMenu(void) {
|
|||
#endif
|
||||
|
||||
// clear the screen buffer
|
||||
memset(gFrameBuffer, 0, sizeof(gFrameBuffer));
|
||||
UI_DisplayClear();
|
||||
|
||||
#if 1
|
||||
// original menu layout
|
||||
|
@ -518,9 +518,8 @@ void UI_DisplayMenu(void) {
|
|||
else
|
||||
if (menu_index >= 0 && menu_index < (int)gMenuListCount)
|
||||
{ // current menu item
|
||||
strcpy(String, MenuList[menu_index].name);
|
||||
// strcat(String, ":");
|
||||
UI_PrintStringSmall(String, 0, 0, 0);
|
||||
|
||||
UI_PrintStringSmall(MenuList[menu_index].name, 0, 0, 0);
|
||||
// UI_PrintStringSmall(String, 0, 0, 0);
|
||||
}
|
||||
}
|
||||
|
@ -547,11 +546,11 @@ void UI_DisplayMenu(void) {
|
|||
}
|
||||
break;
|
||||
|
||||
#ifdef ENABLE_AUDIO_BAR
|
||||
//#ifdef ENABLE_AUDIO_BAR
|
||||
// case MENU_MIC_BAR:
|
||||
// strcpy(String, gSubMenu_OFF_ON[gSubMenuSelection]);
|
||||
// break;
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
case MENU_STEP: {
|
||||
uint16_t step = gStepFrequencyTable[FREQUENCY_GetStepIdxFromSortedIdx(gSubMenuSelection)];
|
||||
|
@ -641,7 +640,6 @@ void UI_DisplayMenu(void) {
|
|||
break;
|
||||
|
||||
|
||||
|
||||
case MENU_ABR:
|
||||
strcpy(String, gSubMenu_BACKLIGHT[gSubMenuSelection]);
|
||||
|
||||
|
@ -671,7 +669,6 @@ void UI_DisplayMenu(void) {
|
|||
#endif
|
||||
|
||||
|
||||
|
||||
case MENU_COMPAND:
|
||||
strcpy(String, gSubMenu_RX_TX[gSubMenuSelection]);
|
||||
|
||||
|
@ -720,7 +717,8 @@ void UI_DisplayMenu(void) {
|
|||
sprintf(String, "%u.%05u", frequency / 100000, frequency % 100000);
|
||||
UI_PrintStringSmall(String, menu_item_x1 - 12, menu_item_x2, 5);
|
||||
}
|
||||
|
||||
SETTINGS_FetchChannelName(String, gSubMenuSelection);
|
||||
UI_PrintStringSmall(String[0] ? String : "--", menu_item_x1 - 12, menu_item_x2, 3);
|
||||
already_printed = true;
|
||||
break;
|
||||
}
|
||||
|
@ -733,23 +731,9 @@ void UI_DisplayMenu(void) {
|
|||
|
||||
case MENU_MDC_ID:
|
||||
{
|
||||
// gIsInSubMenu
|
||||
// if (!gIsInSubMenu||(edit_index<0&&gIsInSubMenu)) { // show the channel name
|
||||
// // sprintf(edit, "%04lX", gEeprom.MDC1200_ID); // %04X确保输出是4个字符长度的十六进制数
|
||||
// sprintf(String, "%04X", gEeprom.MDC1200_ID); // %04X确保输出是4个字符长度的十六进制数
|
||||
//
|
||||
// edit[0]=String[0];
|
||||
// edit[1]=String[1];
|
||||
// edit[2]=String[2];
|
||||
// edit[3]=String[3];
|
||||
//
|
||||
//
|
||||
// UI_PrintStringSmall(String, menu_item_x1, menu_item_x2, 3);//4
|
||||
//}
|
||||
// else
|
||||
|
||||
if(gIsInSubMenu){ // show the channel name being edited
|
||||
// edit_index= edit_index<0?0:edit_index;
|
||||
// memmove(edit_original, edit, sizeof(edit_original));
|
||||
|
||||
|
||||
UI_PrintStringSmall(edit, menu_item_x1, menu_item_x2, 3);
|
||||
if (edit_index < 4)
|
||||
|
@ -786,25 +770,19 @@ void UI_DisplayMenu(void) {
|
|||
|
||||
if (!gIsInSubMenu || edit_index < 0) { // show the channel name
|
||||
SETTINGS_FetchChannelName(String, gSubMenuSelection);
|
||||
if (String[0] == 0)
|
||||
strcpy(String, "--");
|
||||
|
||||
UI_PrintStringSmall(String, menu_item_x1-12, menu_item_x2, 3);//-显示
|
||||
char *pPrintStr = String[0] ? String : "--";
|
||||
UI_PrintStringSmall(pPrintStr, menu_item_x1 - 12, menu_item_x2, 3);
|
||||
} else if (!CHINESE_JUDGE(tmp_name, strlen(tmp_name))) { // show the channel name being edited
|
||||
UI_PrintStringSmall(edit, menu_item_x1 - 12, 0, 3);
|
||||
|
||||
if (edit_index < MAX_EDIT_INDEX)
|
||||
UI_PrintStringSmall("^", menu_item_x1 - 12 + (7 * edit_index), 0, 4); // show the cursor
|
||||
}else if(CHINESE_JUDGE(tmp_name,strlen(tmp_name)))
|
||||
{
|
||||
} else if (CHINESE_JUDGE(tmp_name, strlen(tmp_name))) {
|
||||
edit_index = -1;
|
||||
}
|
||||
|
||||
if (!gAskForConfirmation) { // show the frequency so that the user knows the channels frequency
|
||||
sprintf(String, "%u.%05u", frequency / 100000, frequency % 100000);
|
||||
if (!gIsInSubMenu || edit_index < 0)
|
||||
UI_PrintStringSmall(String, menu_item_x1-12, menu_item_x2, 5);
|
||||
else
|
||||
UI_PrintStringSmall(String, menu_item_x1 - 12, menu_item_x2, 5);
|
||||
}
|
||||
}
|
||||
|
@ -1070,53 +1048,45 @@ void UI_DisplayMenu(void) {
|
|||
|
||||
if (UI_MENU_GetCurrentMenuId() == MENU_SLIST1 || UI_MENU_GetCurrentMenuId() == MENU_SLIST2) {
|
||||
i = (UI_MENU_GetCurrentMenuId() == MENU_SLIST1) ? 0 : 1;
|
||||
// if (gSubMenuSelection == 0xFF)
|
||||
if (gSubMenuSelection < 0)
|
||||
strcpy(String, "NULL");
|
||||
else
|
||||
UI_GenerateChannelStringEx(String, true, gSubMenuSelection);
|
||||
|
||||
// if (gSubMenuSelection == 0xFF || !gEeprom.SCAN_LIST_ENABLED[i])
|
||||
if (gSubMenuSelection < 0 || !gEeprom.SCAN_LIST_ENABLED[i]) {
|
||||
// channel number
|
||||
UI_PrintStringSmall(String, menu_item_x1-12, menu_item_x2, 2);
|
||||
char *pPrintStr = String;
|
||||
|
||||
// channel name
|
||||
SETTINGS_FetchChannelName(String, gSubMenuSelection);
|
||||
if (String[0] == 0)
|
||||
strcpy(String, "--");
|
||||
UI_PrintStringSmall(String, menu_item_x1-12, menu_item_x2, 4);
|
||||
if (gSubMenuSelection < 0) {
|
||||
pPrintStr = "NULL";
|
||||
} else {
|
||||
// channel number
|
||||
UI_PrintStringSmall(String, menu_item_x1-12, menu_item_x2, 2);
|
||||
UI_GenerateChannelStringEx(String, true, gSubMenuSelection);
|
||||
pPrintStr = String;
|
||||
}
|
||||
|
||||
// channel number
|
||||
UI_PrintStringSmall(pPrintStr, menu_item_x1 - 12, menu_item_x2, 2);
|
||||
|
||||
|
||||
// channel name
|
||||
SETTINGS_FetchChannelName(String, gSubMenuSelection);
|
||||
if (String[0] == 0)
|
||||
strcpy(String, "--");
|
||||
UI_PrintStringSmall(String, menu_item_x1-12, menu_item_x2, 4);
|
||||
pPrintStr = String[0] ? String : "--";
|
||||
|
||||
|
||||
// channel name and scan-list
|
||||
if (gSubMenuSelection < 0 || !gEeprom.SCAN_LIST_ENABLED[i]) {
|
||||
UI_PrintStringSmall(pPrintStr, menu_item_x1 - 12, menu_item_x2, 4);
|
||||
} else {
|
||||
UI_PrintStringSmall(pPrintStr, menu_item_x1 - 12, menu_item_x2, 4);
|
||||
|
||||
|
||||
if (IS_MR_CHANNEL(gEeprom.SCANLIST_PRIORITY_CH1[i])) {
|
||||
sprintf(String, "PRI1:%u", gEeprom.SCANLIST_PRIORITY_CH1[i] + 1);
|
||||
UI_PrintStringSmall(String, menu_item_x1-12, menu_item_x2, 4);
|
||||
sprintf(String, "PRI%d:%u", 1, gEeprom.SCANLIST_PRIORITY_CH1[i] + 1);
|
||||
UI_PrintStringSmall(String, menu_item_x1 - 12, menu_item_x2, 3);
|
||||
}
|
||||
|
||||
// if (IS_MR_CHANNEL(gEeprom.SCANLIST_PRIORITY_CH2[i])) {
|
||||
// sprintf(String, "PRI2:%u", gEeprom.SCANLIST_PRIORITY_CH2[i] + 1);
|
||||
if (IS_MR_CHANNEL(gEeprom.SCANLIST_PRIORITY_CH2[i])) {
|
||||
sprintf(String, "PRI2:%u", gEeprom.SCANLIST_PRIORITY_CH2[i] + 1);
|
||||
UI_PrintStringSmall(String, menu_item_x1-12, menu_item_x2, 5);
|
||||
sprintf(String, "PRI%d:%u", 2, gEeprom.SCANLIST_PRIORITY_CH2[i] + 1);
|
||||
UI_PrintStringSmall(String, menu_item_x1 - 12, menu_item_x2, 6);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (UI_MENU_GetCurrentMenuId() == MENU_MEM_CH ||
|
||||
UI_MENU_GetCurrentMenuId() == MENU_DEL_CH ||
|
||||
UI_MENU_GetCurrentMenuId() == MENU_1_CALL) { // display the channel name
|
||||
char s[17];
|
||||
SETTINGS_FetchChannelName(s, gSubMenuSelection);
|
||||
if (s[0] == 0)
|
||||
strcpy(s, "--");
|
||||
UI_PrintStringSmall(s, menu_item_x1-12, menu_item_x2, 3);
|
||||
}
|
||||
|
||||
if ((UI_MENU_GetCurrentMenuId() == MENU_R_CTCS || UI_MENU_GetCurrentMenuId() == MENU_R_DCS) && gCssBackgroundScan)
|
||||
//扫描
|
||||
|
@ -1132,9 +1102,10 @@ void UI_DisplayMenu(void) {
|
|||
// UI_PrintStringSmall(gEeprom.DTMF_DOWN_CODE + 12, menu_item_x1, menu_item_x2, 5);
|
||||
#ifdef ENABLE_DTMF_CALLING
|
||||
if (UI_MENU_GetCurrentMenuId() == MENU_D_LIST && gIsDtmfContactValid) {
|
||||
|
||||
Contact[11] = 0;
|
||||
memcpy(&gDTMF_ID, Contact + 8, 4);
|
||||
sprintf(String, "ID:%s", Contact + 8);
|
||||
sprintf(String, "ID:%4s", gDTMF_ID);
|
||||
UI_PrintStringSmall(String, menu_item_x1, menu_item_x2, 5);
|
||||
}
|
||||
#endif
|
||||
|
@ -1145,9 +1116,7 @@ void UI_DisplayMenu(void) {
|
|||
#ifdef ENABLE_DTMF_CALLING
|
||||
|| UI_MENU_GetCurrentMenuId() == MENU_D_LIST
|
||||
#endif
|
||||
)
|
||||
|
||||
{
|
||||
) {
|
||||
|
||||
sprintf(String, "%2d", gSubMenuSelection);
|
||||
UI_PrintStringSmall(String, 105, 0, 1);//small
|
||||
|
@ -1158,10 +1127,11 @@ void UI_DisplayMenu(void) {
|
|||
UI_MENU_GetCurrentMenuId() == MENU_MEM_NAME ||
|
||||
UI_MENU_GetCurrentMenuId() == MENU_MDC_ID ||
|
||||
UI_MENU_GetCurrentMenuId() == MENU_DEL_CH) && gAskForConfirmation) { // display confirmation
|
||||
strcpy(String, (gAskForConfirmation == 1) ? "SURE?" : "WAIT!");
|
||||
if((UI_MENU_GetCurrentMenuId() == MENU_MEM_CH ||UI_MENU_GetCurrentMenuId() == MENU_MEM_NAME ||UI_MENU_GetCurrentMenuId() == MENU_DEL_CH)&&gAskForConfirmation)
|
||||
UI_PrintStringSmall(String, menu_item_x1-12, menu_item_x2, 5);
|
||||
else UI_PrintStringSmall(String, menu_item_x1, menu_item_x2, 5);
|
||||
char *pPrintStr = (gAskForConfirmation == 1) ? "SURE?" : "WAIT!";
|
||||
if ((UI_MENU_GetCurrentMenuId() == MENU_MEM_CH || UI_MENU_GetCurrentMenuId() == MENU_MEM_NAME ||
|
||||
UI_MENU_GetCurrentMenuId() == MENU_DEL_CH) && gAskForConfirmation)
|
||||
UI_PrintStringSmall(pPrintStr, menu_item_x1 - 12, menu_item_x2, 5);
|
||||
else UI_PrintStringSmall(pPrintStr, menu_item_x1, menu_item_x2, 5);
|
||||
|
||||
gRequestSaveSettings = 1;
|
||||
|
||||
|
@ -1174,23 +1144,26 @@ void UI_DisplayMenu(void) {
|
|||
|
||||
|
||||
void UI_ShowChineseMenu() {
|
||||
// return;
|
||||
uint8_t cnt_char = 0;
|
||||
|
||||
|
||||
uint8_t size_menu = 0;
|
||||
uint8_t cnt_menu = 0;
|
||||
for (cnt_menu = 0; cnt_menu < 7 && MenuList[gMenuCursor].name[cnt_menu] != 0; cnt_menu++) {
|
||||
|
||||
if (is_chn(MenuList[gMenuCursor].name[cnt_menu]) != 255)//中文
|
||||
{
|
||||
size_menu += 12;
|
||||
else//英文
|
||||
#if ENABLE_CHINESE_FULL != 0
|
||||
cnt_menu++;
|
||||
#endif
|
||||
} else//英文
|
||||
{
|
||||
size_menu += 7;
|
||||
|
||||
}
|
||||
cnt_char = 0;
|
||||
if (size_menu < 48)cnt_char = (48 - size_menu ) / 2;
|
||||
}
|
||||
|
||||
menu_set_flag = 1;
|
||||
UI_PrintStringSmall(MenuList[gMenuCursor].name, (cnt_char), 0, 0);
|
||||
|
||||
UI_PrintStringSmall(MenuList[gMenuCursor].name, size_menu < 48 ? (48 - size_menu) / 2 : 0, 0, 0);
|
||||
|
||||
|
||||
}
|
14
ui/menu.h
14
ui/menu.h
|
@ -27,7 +27,7 @@ typedef struct {
|
|||
VOICE_ID_t voice_id;
|
||||
uint8_t menu_id;
|
||||
#if ENABLE_CHINESE_FULL==4
|
||||
const char name[15]; // 使用指针而不是固定长度数组
|
||||
const char name[14]; // 使用指针而不是固定长度数组
|
||||
#else
|
||||
const char name[7]; // 使用指针而不是固定长度数组
|
||||
#endif
|
||||
|
@ -72,9 +72,9 @@ enum
|
|||
MENU_STE,
|
||||
MENU_RP_STE,
|
||||
MENU_MIC,
|
||||
#ifdef ENABLE_AUDIO_BAR
|
||||
//#ifdef ENABLE_AUDIO_BAR
|
||||
//MENU_MIC_BAR,
|
||||
#endif
|
||||
//#endif
|
||||
MENU_COMPAND,
|
||||
MENU_1_CALL,
|
||||
MENU_S_LIST,
|
||||
|
@ -164,7 +164,7 @@ extern const char gSubMenu_TOT[11][5];//7
|
|||
#else
|
||||
extern const char gSubMenu_TOT[11][6];//7
|
||||
#endif
|
||||
extern const char* gSubMenu_RXMode[4];
|
||||
extern const char* const gSubMenu_RXMode[4];
|
||||
|
||||
#ifdef ENABLE_VOICE
|
||||
extern const char gSubMenu_VOICE[3][4];
|
||||
|
@ -174,7 +174,7 @@ extern const char gSubMenu_SC_REV[3][10];//8
|
|||
#else
|
||||
extern const char gSubMenu_SC_REV[3][18];//8
|
||||
#endif
|
||||
extern const char* gSubMenu_MDF[4];
|
||||
extern const char* const gSubMenu_MDF[4];
|
||||
#ifdef ENABLE_ALARM
|
||||
extern const char gSubMenu_AL_MOD[2][5];
|
||||
#endif
|
||||
|
@ -186,7 +186,7 @@ extern const char gSubMenu_D_RSP[4][18];//11
|
|||
#endif
|
||||
#endif
|
||||
|
||||
extern const char* gSubMenu_PTT_ID[5];
|
||||
extern const char* const gSubMenu_PTT_ID[5];
|
||||
#if ENABLE_CHINESE_FULL!=4
|
||||
extern const char gSubMenu_ROGER[6][13];
|
||||
#else
|
||||
|
@ -197,7 +197,7 @@ extern const char gSubMenu_RESET[2][6];//4
|
|||
#else
|
||||
extern const char gSubMenu_RESET[2][11];//4
|
||||
#endif
|
||||
extern const char* gSubMenu_F_LOCK[F_LOCK_LEN];
|
||||
extern const char* const gSubMenu_F_LOCK[F_LOCK_LEN];
|
||||
#if ENABLE_CHINESE_FULL!=4
|
||||
extern const char gSubMenu_BACKLIGHT[8][5];//7
|
||||
#else
|
||||
|
|
73
ui/scanner.c
73
ui/scanner.c
|
@ -26,28 +26,27 @@
|
|||
|
||||
void UI_DisplayScanner(void)
|
||||
{
|
||||
char String[16];
|
||||
char String[16] = {0};
|
||||
char *pPrintStr = String;
|
||||
bool bCentered;
|
||||
uint8_t Start;
|
||||
|
||||
memset(gFrameBuffer, 0, sizeof(gFrameBuffer));
|
||||
|
||||
memset(String, 0, sizeof(String));
|
||||
if (gScanSingleFrequency || (gScanCssState != SCAN_CSS_STATE_OFF && gScanCssState != SCAN_CSS_STATE_FAILED))
|
||||
|
||||
UI_DisplayClear();
|
||||
if (gScanSingleFrequency || (gScanCssState != SCAN_CSS_STATE_OFF && gScanCssState != SCAN_CSS_STATE_FAILED)) {
|
||||
//频率
|
||||
sprintf(String, 频率":%u.%05u", gScanFrequency / 100000, gScanFrequency % 100000);
|
||||
else
|
||||
strcpy(String, 频率":**.*****");
|
||||
UI_PrintStringSmall(String, 2, 0, 1);
|
||||
|
||||
memset(String, 0, sizeof(String));
|
||||
if (gScanCssState < SCAN_CSS_STATE_FOUND || !gScanUseCssResult)
|
||||
//模拟亚音
|
||||
strcpy(String, 模拟亚音":******");
|
||||
pPrintStr = String;
|
||||
} else {
|
||||
pPrintStr = 频率":**.*****";
|
||||
}
|
||||
|
||||
else
|
||||
if (gScanCssResultType == CODE_TYPE_CONTINUOUS_TONE)
|
||||
|
||||
UI_PrintStringSmall(pPrintStr, 2, 0, 1);
|
||||
|
||||
if (gScanCssState < SCAN_CSS_STATE_FOUND || !gScanUseCssResult) {
|
||||
pPrintStr = 模拟亚音":******";
|
||||
} else if (gScanCssResultType == CODE_TYPE_CONTINUOUS_TONE) {
|
||||
//模拟亚音
|
||||
#ifdef TEST_UNDE_CTCSS
|
||||
|
||||
|
@ -55,21 +54,22 @@ void UI_DisplayScanner(void)
|
|||
#else
|
||||
sprintf(String, 模拟亚音":%u.%uHz", CTCSS_Options[gScanCssResultCode] / 10, CTCSS_Options[gScanCssResultCode] % 10);
|
||||
#endif
|
||||
else
|
||||
pPrintStr = String;
|
||||
} else {
|
||||
//数字亚音
|
||||
sprintf(String, 数字亚音":D%03oN", DCS_Options[gScanCssResultCode]);
|
||||
UI_PrintStringSmall(String, 2, 0, 3);
|
||||
|
||||
pPrintStr = String;
|
||||
}
|
||||
UI_PrintStringSmall(pPrintStr, 2, 0, 3);
|
||||
memset(String, 0, sizeof(String));
|
||||
if (gScannerSaveState == SCAN_SAVE_CHANNEL)
|
||||
{
|
||||
//存置
|
||||
strcpy(String, 存置问);
|
||||
|
||||
if (gScannerSaveState == SCAN_SAVE_CHANNEL) {
|
||||
pPrintStr = 存置问;
|
||||
Start = 0;
|
||||
bCentered = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
} else {
|
||||
Start = 2;
|
||||
bCentered = 0;
|
||||
if (gScannerSaveState == SCAN_SAVE_CHAN_SEL) {
|
||||
|
||||
//存置
|
||||
|
@ -82,30 +82,29 @@ void UI_DisplayScanner(void)
|
|||
|
||||
#endif
|
||||
|
||||
}
|
||||
else if (gScanCssState < SCAN_CSS_STATE_FOUND) {
|
||||
pPrintStr = String;
|
||||
} else if (gScanCssState < SCAN_CSS_STATE_FOUND) {
|
||||
|
||||
//扫描
|
||||
strcpy(String, 扫描);
|
||||
#if ENABLE_CHINESE_FULL!=4
|
||||
memset(String + 2, '.', (gScanProgressIndicator & 7) + 1);
|
||||
|
||||
#else
|
||||
memset(String + 4, '.', (gScanProgressIndicator & 7) + 1);
|
||||
|
||||
#endif
|
||||
pPrintStr = String;
|
||||
} else if (gScanCssState == SCAN_CSS_STATE_FOUND) {
|
||||
pPrintStr = 扫描" OK.";
|
||||
} else {
|
||||
pPrintStr = 扫描" FAIL.";
|
||||
}
|
||||
else if (gScanCssState == SCAN_CSS_STATE_FOUND)
|
||||
//扫描ok
|
||||
strcpy(String, 扫描" OK.");
|
||||
|
||||
|
||||
else
|
||||
//扫描fail
|
||||
strcpy(String, 扫描" FAIL.");
|
||||
Start = 2;
|
||||
bCentered = 0;
|
||||
|
||||
|
||||
}
|
||||
UI_PrintStringSmall(String, Start, bCentered ? 127 : 0, 5);
|
||||
|
||||
UI_PrintStringSmall(pPrintStr, Start, bCentered ? 127 : 0, 5);
|
||||
ST7565_BlitFullScreen();
|
||||
}
|
||||
|
|
|
@ -49,8 +49,7 @@ void UI_DisplayWelcome(void) {
|
|||
char WelcomeString1[19] = {0};
|
||||
|
||||
memset(gStatusLine, 0, sizeof(gStatusLine));
|
||||
memset(gFrameBuffer, 0, sizeof(gFrameBuffer));
|
||||
|
||||
UI_DisplayClear();
|
||||
|
||||
#if ENABLE_CHINESE_FULL == 4
|
||||
uint8_t welcome_len[2];
|
||||
|
|
|
@ -4,11 +4,8 @@
|
|||
#ifdef GIT_HASH
|
||||
#define VER GIT_HASH
|
||||
#else
|
||||
#if ENABLE_CHINESE_FULL ==0
|
||||
#define VER "112"
|
||||
#else
|
||||
#define VER "112"
|
||||
#endif
|
||||
#define VER "113"
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -16,7 +13,7 @@
|
|||
const char Version[] = "OEFW-"VER;
|
||||
const char UART_Version[] = "UV-K5 Firmware, Open Edition, OEFW-"VER"\r\n";
|
||||
#else
|
||||
#if ENABLE_CHINESE_FULL ==0
|
||||
#if ENABLE_CHINESE_FULL !=4
|
||||
const char Version[] = "LOSEHU"VER;
|
||||
#else
|
||||
const char Version[] = "LOSEHU"VER"K";
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
::
|
||||
make clean
|
||||
make
|
||||
|
||||
:: pyinstaller --onefile ./MDC_WRITE/main.py
|
||||
:: If you have python installed, you can create a 'packed' .bin from the compiled firmware.bin file.
|
||||
:: The Quansheng windows upload-to-radio program requires a 'packed' .bin file.
|
||||
|
|
Loading…
Reference in a new issue