diff --git a/bsp/imxrt1052-evk/.config b/bsp/imxrt1052-evk/.config
index 1f14756455..f0fd2f8ccf 100644
--- a/bsp/imxrt1052-evk/.config
+++ b/bsp/imxrt1052-evk/.config
@@ -51,6 +51,9 @@ CONFIG_RT_USING_CONSOLE=y
CONFIG_RT_CONSOLEBUF_SIZE=128
CONFIG_RT_CONSOLE_DEVICE_NAME="uart1"
# CONFIG_RT_USING_MODULE is not set
+CONFIG_ARCH_ARM=y
+CONFIG_ARCH_ARM_CORTEX_M=y
+CONFIG_ARCH_ARM_CORTEX_M7=y
#
# RT-Thread Components
@@ -67,7 +70,9 @@ CONFIG_RT_USING_USER_MAIN=y
# Command shell
#
CONFIG_RT_USING_FINSH=y
+CONFIG_FINSH_THREAD_NAME="tshell"
CONFIG_FINSH_USING_HISTORY=y
+CONFIG_FINSH_HISTORY_LINES=5
CONFIG_FINSH_USING_SYMTAB=y
CONFIG_FINSH_USING_DESCRIPTION=y
CONFIG_FINSH_THREAD_PRIORITY=20
@@ -108,6 +113,7 @@ CONFIG_RT_USING_DFS_DEVFS=y
# CONFIG_RT_USING_DFS_ROMFS is not set
# CONFIG_RT_USING_DFS_RAMFS is not set
# CONFIG_RT_USING_DFS_UFFS is not set
+# CONFIG_RT_USING_DFS_JFFS2 is not set
# CONFIG_RT_USING_DFS_NFS is not set
#
@@ -117,6 +123,7 @@ CONFIG_RT_USING_DEVICE_IPC=y
CONFIG_RT_USING_SERIAL=y
# CONFIG_RT_USING_CAN is not set
# CONFIG_RT_USING_HWTIMER is not set
+# CONFIG_RT_USING_CPUTIME is not set
CONFIG_RT_USING_I2C=y
CONFIG_RT_USING_I2C_BITOPS=y
# CONFIG_RT_USING_PIN is not set
@@ -149,8 +156,9 @@ CONFIG_RT_USING_LIBC=y
# light weight TCP/IP stack
#
CONFIG_RT_USING_LWIP=y
-CONFIG_RT_USING_LWIP141=y
-# CONFIG_RT_USING_LWIP202 is not set
+# CONFIG_RT_USING_LWIP141 is not set
+CONFIG_RT_USING_LWIP202=y
+# CONFIG_RT_USING_LWIP_IPV6 is not set
# CONFIG_RT_LWIP_IGMP is not set
CONFIG_RT_LWIP_ICMP=y
# CONFIG_RT_LWIP_SNMP is not set
@@ -229,6 +237,12 @@ CONFIG_RTGUI_IMAGE_CONTAINER=y
# CONFIG_RT_USING_LOGTRACE is not set
# CONFIG_RT_USING_RYM is not set
+#
+# ARM CMSIS
+#
+# CONFIG_RT_USING_CMSIS_OS is not set
+# CONFIG_RT_USING_RTT_CMSIS is not set
+
#
# RT-Thread online packages
#
@@ -237,6 +251,7 @@ CONFIG_RTGUI_IMAGE_CONTAINER=y
# system packages
#
# CONFIG_PKG_USING_PARTITION is not set
+# CONFIG_PKG_USING_PERSIMMON is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
@@ -248,8 +263,25 @@ CONFIG_RTGUI_IMAGE_CONTAINER=y
# CONFIG_PKG_USING_MONGOOSE is not set
# CONFIG_PKG_USING_WEBTERMINAL is not set
# CONFIG_PKG_USING_CJSON is not set
+# CONFIG_PKG_USING_LJSON is not set
# CONFIG_PKG_USING_EZXML is not set
# CONFIG_PKG_USING_NANOPB is not set
+# CONFIG_PKG_USING_GAGENT_CLOUD is not set
+
+#
+# Wi-Fi
+#
+
+#
+# Marvell WiFi
+#
+# CONFIG_PKG_USING_WLANMARVELL is not set
+
+#
+# Wiced WiFi
+#
+# CONFIG_PKG_USING_WLAN_WICED is not set
+# CONFIG_PKG_USING_COAP is not set
#
# security packages
@@ -287,5 +319,6 @@ CONFIG_RTGUI_IMAGE_CONTAINER=y
# example package: hello
#
# CONFIG_PKG_USING_HELLO is not set
+CONFIG_SOC_IMXRT1052=y
CONFIG_RT_USING_UART=y
CONFIG_RT_USING_UART1=y
diff --git a/bsp/imxrt1052-evk/project.ewd b/bsp/imxrt1052-evk/project.ewd
index a329cdbf19..e7ac4c22dc 100644
--- a/bsp/imxrt1052-evk/project.ewd
+++ b/bsp/imxrt1052-evk/project.ewd
@@ -84,7 +84,7 @@
OCDynDriverList
- JLINK_ID
+ CMSISDAP_ID
OCLastSavedByProductVersion
@@ -292,7 +292,7 @@
CMSISDAPResetList
1
- 4
+ 3
CMSISDAPHWResetDuration
diff --git a/bsp/imxrt1052-evk/project.ewp b/bsp/imxrt1052-evk/project.ewp
index 17b8540602..b202eca56b 100644
--- a/bsp/imxrt1052-evk/project.ewp
+++ b/bsp/imxrt1052-evk/project.ewp
@@ -1,2694 +1,2909 @@
-
- 2
-
- Debug
-
- ARM
-
- 1
-
- General
- 3
-
- 21
- 1
- 1
-
- ExePath
- Debug\Exe
-
-
- ObjPath
- Debug\Obj
-
-
- ListPath
- Debug\List
-
-
- Variant
- 19
- 37
-
-
- GEndianMode
- 0
-
-
- Input variant
- 3
- 0
-
-
- Input description
- Automatic choice of formatter.
-
-
- Output variant
- 2
- 0
-
-
- Output description
- Automatic choice of formatter.
-
-
- GOutputBinary
- 0
-
-
- FPU
- 2
- 0
-
-
- OGCoreOrChip
- 1
-
-
- GRuntimeLibSelect
- 0
- 1
-
-
- GRuntimeLibSelectSlave
- 0
- 1
-
-
- RTDescription
- Use the normal configuration of the C/C++ runtime library. No locale interface, C locale, no file descriptor support, no multibytes in printf and scanf, and no hex floats in strtod.
-
-
- OGProductVersion
- 6.30.6.53380
-
-
- OGLastSavedByProductVersion
- 6.30.6.53380
-
-
- GeneralEnableMisra
- 0
-
-
- GeneralMisraVerbose
- 0
-
-
- OGChipSelectEditMenu
- MIMXRT1052xxx6A NXP MIMXRT1052xxx6A
-
-
- GenLowLevelInterface
- 1
-
-
- GEndianModeBE
- 1
-
-
- OGBufferedTerminalOutput
- 0
-
-
- GenStdoutInterface
- 0
-
-
- GeneralMisraRules98
- 0
- 1000111110110101101110011100111111101110011011000101110111101101100111111111111100110011111001110111001111111111111111111111111
-
-
- GeneralMisraVer
- 0
-
-
- GeneralMisraRules04
- 0
- 111101110010111111111000110111111111111111111111111110010111101111010101111111111111111111111111101111111011111001111011111011111111111111111
-
-
- RTConfigPath2
- $TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h
-
-
- GFPUCoreSlave
- 19
- 37
-
-
- GBECoreSlave
- 19
- 37
-
-
- OGUseCmsis
- 1
-
-
- OGUseCmsisDspLib
- 0
-
-
-
-
- ICCARM
- 2
-
- 28
- 1
- 1
-
- CCDefines
-
- FSL_FEATURE_PHYKSZ8081_USE_RMII50M_MODE
- _TIMESPEC_DEFINED
- CPU_MIMXRT1052DVL6A
- SKIP_SYSCLK_INIT
- EVK_MCIMXRM
- FSL_SDK_ENABLE_DRIVER_CACHE_CONTROL=1
- RT_USING_DLIBC
- _DLIB_FILE_DESCRIPTOR
- _DLIB_THREAD_SUPPORT
- FT2_BUILD_LIBRARY
-
-
- CCPreprocFile
- 0
-
-
- CCPreprocComments
- 0
-
-
- CCPreprocLine
- 0
-
-
- CCListCFile
- 0
-
-
- CCListCMnemonics
- 0
-
-
- CCListCMessages
- 0
-
-
- CCListAssFile
- 0
-
-
- CCListAssSource
- 0
-
-
- CCEnableRemarks
- 0
-
-
- CCDiagSuppress
- Pa082,Pa050,Pe167
-
-
- CCDiagRemark
-
-
-
- CCDiagWarning
-
-
-
- CCDiagError
-
-
-
- CCObjPrefix
- 1
-
-
- CCAllowList
- 1
- 0000000
-
-
- CCDebugInfo
- 1
-
-
- IEndianMode
- 1
-
-
- IProcessor
- 1
-
-
- IExtraOptionsCheck
- 0
-
-
- IExtraOptions
-
-
-
- CCLangConformance
- 0
-
-
- CCSignedPlainChar
- 1
-
-
- CCRequirePrototypes
- 0
-
-
- CCMultibyteSupport
- 0
-
-
- CCDiagWarnAreErr
- 0
-
-
- CCCompilerRuntimeInfo
- 0
-
-
- IFpuProcessor
- 1
-
-
- OutputFile
- $FILE_BNAME$.o
-
-
- CCLibConfigHeader
- 1
-
-
- PreInclude
-
-
-
- CompilerMisraOverride
- 0
-
-
- CCIncludePath2
-
- $PROJ_DIR$\Libraries/utilities
- $PROJ_DIR$\../../libcpu/arm/cortex-m7
- $PROJ_DIR$\../../components/libc/compilers/dlib
- $PROJ_DIR$\../../components/dfs/filesystems/devfs
- $PROJ_DIR$\Libraries
- $PROJ_DIR$\../../components/drivers/include
- $PROJ_DIR$\../../components/finsh
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/psnames
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/truetype
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src
- $PROJ_DIR$\drivers
- $PROJ_DIR$\../../libcpu/arm/common
- $PROJ_DIR$\.
- $PROJ_DIR$\Libraries/drivers
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/include
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/include
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/include/freetype/config
- $PROJ_DIR$\../../components/gui/libraries/lodepng
- $PROJ_DIR$\../../components/gui/include/rtgui/widgets
- $PROJ_DIR$\../../components/gui/include/rtgui
- $PROJ_DIR$\../../components/dfs/filesystems/elmfat
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/base
- $PROJ_DIR$\../../components/dfs/include
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/builds/rt-thread
- $PROJ_DIR$\applications
- $PROJ_DIR$\../../include
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/include/freetype
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/autofit
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/include/ipv4
- $PROJ_DIR$\../../components/gui/include
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/include/netif
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/cache
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/smooth
- $PROJ_DIR$\Libraries/CMSIS/Include
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/sfnt
- $PROJ_DIR$\../../components/gui/src
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/include/freetype/internal/services
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/arch/include
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/include/freetype/internal
-
-
- CCStdIncCheck
- 0
-
-
- CCCodeSection
- .text
-
-
- IInterwork2
- 0
-
-
- IProcessorMode2
- 1
-
-
- CCOptLevel
- 1
-
-
- CCOptStrategy
- 0
- 0
-
-
- CCOptLevelSlave
- 1
-
-
- CompilerMisraRules98
- 0
- 1000111110110101101110011100111111101110011011000101110111101101100111111111111100110011111001110111001111111111111111111111111
-
-
- CompilerMisraRules04
- 0
- 111101110010111111111000110111111111111111111111111110010111101111010101111111111111111111111111101111111011111001111011111011111111111111111
-
-
- CCPosIndRopi
- 0
-
-
- CCPosIndRwpi
- 0
-
-
- CCPosIndNoDynInit
- 0
-
-
- IccLang
- 0
-
-
- IccCDialect
- 1
-
-
- IccAllowVLA
- 0
-
-
- IccCppDialect
- 1
-
-
- IccExceptions
- 1
-
-
- IccRTTI
- 1
-
-
- IccStaticDestr
- 1
-
-
- IccCppInlineSemantics
- 0
-
-
- IccCmsis
- 1
-
-
- IccFloatSemantics
- 0
-
-
-
-
- AARM
- 2
-
- 8
- 1
- 1
-
- AObjPrefix
- 1
-
-
- AEndian
- 1
-
-
- ACaseSensitivity
- 1
-
-
- MacroChars
- 0
- 0
-
-
- AWarnEnable
- 0
-
-
- AWarnWhat
- 0
-
-
- AWarnOne
-
-
-
- AWarnRange1
-
-
-
- AWarnRange2
-
-
-
- ADebug
- 1
-
-
- AltRegisterNames
- 0
-
-
- ADefines
-
-
-
- AList
- 0
-
-
- AListHeader
- 1
-
-
- AListing
- 1
-
-
- Includes
- 0
-
-
- MacDefs
- 0
-
-
- MacExps
- 1
-
-
- MacExec
- 0
-
-
- OnlyAssed
- 0
-
-
- MultiLine
- 0
-
-
- PageLengthCheck
- 0
-
-
- PageLength
- 80
-
-
- TabSpacing
- 8
-
-
- AXRef
- 0
-
-
- AXRefDefines
- 0
-
-
- AXRefInternal
- 0
-
-
- AXRefDual
- 0
-
-
- AProcessor
- 1
-
-
- AFpuProcessor
- 1
-
-
- AOutputFile
-
-
-
- AMultibyteSupport
- 0
-
-
- ALimitErrorsCheck
- 0
-
-
- ALimitErrorsEdit
- 100
-
-
- AIgnoreStdInclude
- 0
-
-
- AUserIncludes
-
-
-
- AExtraOptionsCheckV2
- 0
-
-
- AExtraOptionsV2
-
-
-
-
-
- OBJCOPY
- 0
-
- 1
- 1
- 1
-
- OOCOutputFormat
- 2
- 0
-
-
- OCOutputOverride
- 0
-
-
- OOCOutputFile
-
-
-
- OOCCommandLineProducer
- 1
-
-
- OOCObjCopyEnable
- 0
-
-
-
-
- CUSTOM
- 3
-
-
-
-
-
-
- BICOMP
- 0
-
-
-
- BUILDACTION
- 1
-
-
-
-
-
-
- ILINK
- 0
-
- 14
- 1
- 1
-
- IlinkStackCallGraphFile
-
-
-
- IlinkLibIOConfig
- 1
-
-
- XLinkMisraHandler
- 0
-
-
- IlinkInputFileSlave
- 0
-
-
- IlinkOutputFile
- project.out
-
-
- IlinkDebugInfoEnable
- 1
-
-
- IlinkKeepSymbols
-
-
-
- IlinkRawBinaryFile
-
-
-
- IlinkRawBinarySymbol
-
-
-
- IlinkRawBinarySegment
-
-
-
- IlinkRawBinaryAlign
-
-
-
- IlinkDefines
-
-
-
- IlinkConfigDefines
-
-
-
- IlinkMapFile
- 1
-
-
- IlinkLogFile
- 1
-
-
- IlinkLogInitialization
- 1
-
-
- IlinkLogModule
- 1
-
-
- IlinkLogSection
- 1
-
-
- IlinkLogVeneer
- 1
-
-
- IlinkIcfOverride
- 1
-
-
- IlinkIcfFile
- $PROJ_DIR$\Libraries\iar\MIMXRT1052xxxxx_flexspi_nor.icf
-
-
- IlinkIcfFileSlave
-
-
-
- IlinkEnableRemarks
- 0
-
-
- IlinkSuppressDiags
-
-
-
- IlinkTreatAsRem
-
-
-
- IlinkTreatAsWarn
-
-
-
- IlinkTreatAsErr
-
-
-
- IlinkWarningsAreErrors
- 0
-
-
- IlinkUseExtraOptions
- 0
-
-
- IlinkExtraOptions
-
-
-
- IlinkLowLevelInterfaceSlave
- 1
-
-
- IlinkAutoLibEnable
- 1
-
-
- IlinkAdditionalLibs
-
-
-
- IlinkOverrideProgramEntryLabel
- 0
-
-
- IlinkProgramEntryLabelSelect
- 0
-
-
- IlinkProgramEntryLabel
- __iar_program_start
-
-
- DoFill
- 0
-
-
- FillerByte
- 0xFF
-
-
- FillerStart
- 0x0
-
-
- FillerEnd
- 0x0
-
-
- CrcSize
- 0
- 1
-
-
- CrcAlign
- 1
-
-
- CrcAlgo
- 1
-
-
- CrcPoly
- 0x11021
-
-
- CrcCompl
- 0
- 0
-
-
- CrcBitOrder
- 0
- 0
-
-
- CrcInitialValue
- 0x0
-
-
- DoCrc
- 0
-
-
- IlinkBE8Slave
- 1
-
-
- IlinkBufferedTerminalOutput
- 1
-
-
- IlinkStdoutInterfaceSlave
- 1
-
-
- CrcFullSize
- 0
-
-
- IlinkIElfToolPostProcess
- 0
-
-
- IlinkLogAutoLibSelect
- 1
-
-
- IlinkLogRedirSymbols
- 1
-
-
- IlinkLogUnusedFragments
- 1
-
-
- IlinkCrcReverseByteOrder
- 0
-
-
- IlinkCrcUseAsInput
- 1
-
-
- IlinkOptInline
- 0
-
-
- IlinkOptExceptionsAllow
- 1
-
-
- IlinkOptExceptionsForce
- 0
-
-
- IlinkCmsis
- 1
-
-
- IlinkOptMergeDuplSections
- 0
-
-
- IlinkOptUseVfe
- 1
-
-
- IlinkOptForceVfe
- 0
-
-
- IlinkStackAnalysisEnable
- 0
-
-
- IlinkStackControlFile
-
-
-
- IlinkStackCallGraphFile
-
-
-
-
-
- IARCHIVE
- 0
-
- 0
- 1
- 1
-
- IarchiveInputs
-
-
-
- IarchiveOverride
- 0
-
-
- IarchiveOutput
- ###Unitialized###
-
-
-
-
- BILINK
- 0
-
-
-
-
- Release
-
- ARM
-
- 0
-
- General
- 3
-
- 21
- 1
- 0
-
- ExePath
- Release\Exe
-
-
- ObjPath
- Release\Obj
-
-
- ListPath
- Release\List
-
-
- Variant
- 19
- 0
-
-
- GEndianMode
- 0
-
-
- Input variant
- 3
- 0
-
-
- Input description
-
-
-
- Output variant
- 2
- 0
-
-
- Output description
-
-
-
- GOutputBinary
- 0
-
-
- FPU
- 2
- 0
-
-
- OGCoreOrChip
- 0
-
-
- GRuntimeLibSelect
- 0
- 1
-
-
- GRuntimeLibSelectSlave
- 0
- 1
-
-
- RTDescription
-
-
-
- OGProductVersion
- 6.30.6.53380
-
-
- OGLastSavedByProductVersion
-
-
-
- GeneralEnableMisra
- 0
-
-
- GeneralMisraVerbose
- 0
-
-
- OGChipSelectEditMenu
-
-
-
- GenLowLevelInterface
- 0
-
-
- GEndianModeBE
- 0
-
-
- OGBufferedTerminalOutput
- 0
-
-
- GenStdoutInterface
- 0
-
-
- GeneralMisraRules98
- 0
- 1000111110110101101110011100111111101110011011000101110111101101100111111111111100110011111001110111001111111111111111111111111
-
-
- GeneralMisraVer
- 0
-
-
- GeneralMisraRules04
- 0
- 111101110010111111111000110111111111111111111111111110010111101111010101111111111111111111111111101111111011111001111011111011111111111111111
-
-
- RTConfigPath2
-
-
-
- GFPUCoreSlave
- 19
- 1
-
-
- GBECoreSlave
- 19
- 1
-
-
- OGUseCmsis
- 0
-
-
- OGUseCmsisDspLib
- 0
-
-
-
-
- ICCARM
- 2
-
- 28
- 1
- 0
-
- CCDefines
- NDEBUG
- FSL_FEATURE_PHYKSZ8081_USE_RMII50M_MODE
- _TIMESPEC_DEFINED
- CPU_MIMXRT1052DVL6A
- SKIP_SYSCLK_INIT
- EVK_MCIMXRM
- FSL_SDK_ENABLE_DRIVER_CACHE_CONTROL=1
- RT_USING_DLIBC
- _DLIB_FILE_DESCRIPTOR
- _DLIB_THREAD_SUPPORT
- FT2_BUILD_LIBRARY
-
-
- CCPreprocFile
- 0
-
-
- CCPreprocComments
- 0
-
-
- CCPreprocLine
- 0
-
-
- CCListCFile
- 0
-
-
- CCListCMnemonics
- 0
-
-
- CCListCMessages
- 0
-
-
- CCListAssFile
- 0
-
-
- CCListAssSource
- 0
-
-
- CCEnableRemarks
- 0
-
-
- CCDiagSuppress
-
-
-
- CCDiagRemark
-
-
-
- CCDiagWarning
-
-
-
- CCDiagError
-
-
-
- CCObjPrefix
- 1
-
-
- CCAllowList
- 1
- 1111111
-
-
- CCDebugInfo
- 0
-
-
- IEndianMode
- 1
-
-
- IProcessor
- 1
-
-
- IExtraOptionsCheck
- 0
-
-
- IExtraOptions
-
-
-
- CCLangConformance
- 0
-
-
- CCSignedPlainChar
- 1
-
-
- CCRequirePrototypes
- 0
-
-
- CCMultibyteSupport
- 0
-
-
- CCDiagWarnAreErr
- 0
-
-
- CCCompilerRuntimeInfo
- 0
-
-
- IFpuProcessor
- 1
-
-
- OutputFile
-
-
-
- CCLibConfigHeader
- 1
-
-
- PreInclude
-
-
-
- CompilerMisraOverride
- 0
-
-
- CCIncludePath2
-
- $PROJ_DIR$\Libraries/utilities
- $PROJ_DIR$\../../libcpu/arm/cortex-m7
- $PROJ_DIR$\../../components/libc/compilers/dlib
- $PROJ_DIR$\../../components/dfs/filesystems/devfs
- $PROJ_DIR$\Libraries
- $PROJ_DIR$\../../components/drivers/include
- $PROJ_DIR$\../../components/finsh
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/psnames
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/truetype
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src
- $PROJ_DIR$\drivers
- $PROJ_DIR$\../../libcpu/arm/common
- $PROJ_DIR$\.
- $PROJ_DIR$\Libraries/drivers
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/include
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/include
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/include/freetype/config
- $PROJ_DIR$\../../components/gui/libraries/lodepng
- $PROJ_DIR$\../../components/gui/include/rtgui/widgets
- $PROJ_DIR$\../../components/gui/include/rtgui
- $PROJ_DIR$\../../components/dfs/filesystems/elmfat
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/base
- $PROJ_DIR$\../../components/dfs/include
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/builds/rt-thread
- $PROJ_DIR$\applications
- $PROJ_DIR$\../../include
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/include/freetype
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/autofit
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/include/ipv4
- $PROJ_DIR$\../../components/gui/include
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/include/netif
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/cache
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/smooth
- $PROJ_DIR$\Libraries/CMSIS/Include
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/sfnt
- $PROJ_DIR$\../../components/gui/src
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/include/freetype/internal/services
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/arch/include
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/include/freetype/internal
-
-
- CCStdIncCheck
- 0
-
-
- CCCodeSection
- .text
-
-
- IInterwork2
- 0
-
-
- IProcessorMode2
- 1
-
-
- CCOptLevel
- 3
-
-
- CCOptStrategy
- 0
- 0
-
-
- CCOptLevelSlave
- 1
-
-
- CompilerMisraRules98
- 0
- 1000111110110101101110011100111111101110011011000101110111101101100111111111111100110011111001110111001111111111111111111111111
-
-
- CompilerMisraRules04
- 0
- 111101110010111111111000110111111111111111111111111110010111101111010101111111111111111111111111101111111011111001111011111011111111111111111
-
-
- CCPosIndRopi
- 0
-
-
- CCPosIndRwpi
- 0
-
-
- CCPosIndNoDynInit
- 0
-
-
- IccLang
- 0
-
-
- IccCDialect
- 1
-
-
- IccAllowVLA
- 0
-
-
- IccCppDialect
- 1
-
-
- IccExceptions
- 1
-
-
- IccRTTI
- 1
-
-
- IccStaticDestr
- 1
-
-
- IccCppInlineSemantics
- 0
-
-
- IccCmsis
- 1
-
-
- IccFloatSemantics
- 0
-
-
-
-
- AARM
- 2
-
- 8
- 1
- 0
-
- AObjPrefix
- 1
-
-
- AEndian
- 1
-
-
- ACaseSensitivity
- 1
-
-
- MacroChars
- 0
- 0
-
-
- AWarnEnable
- 0
-
-
- AWarnWhat
- 0
-
-
- AWarnOne
-
-
-
- AWarnRange1
-
-
-
- AWarnRange2
-
-
-
- ADebug
- 0
-
-
- AltRegisterNames
- 0
-
-
- ADefines
-
-
-
- AList
- 0
-
-
- AListHeader
- 1
-
-
- AListing
- 1
-
-
- Includes
- 0
-
-
- MacDefs
- 0
-
-
- MacExps
- 1
-
-
- MacExec
- 0
-
-
- OnlyAssed
- 0
-
-
- MultiLine
- 0
-
-
- PageLengthCheck
- 0
-
-
- PageLength
- 80
-
-
- TabSpacing
- 8
-
-
- AXRef
- 0
-
-
- AXRefDefines
- 0
-
-
- AXRefInternal
- 0
-
-
- AXRefDual
- 0
-
-
- AProcessor
- 1
-
-
- AFpuProcessor
- 1
-
-
- AOutputFile
-
-
-
- AMultibyteSupport
- 0
-
-
- ALimitErrorsCheck
- 0
-
-
- ALimitErrorsEdit
- 100
-
-
- AIgnoreStdInclude
- 0
-
-
- AUserIncludes
-
-
-
- AExtraOptionsCheckV2
- 0
-
-
- AExtraOptionsV2
-
-
-
-
-
- OBJCOPY
- 0
-
- 1
- 1
- 0
-
- OOCOutputFormat
- 2
- 0
-
-
- OCOutputOverride
- 0
-
-
- OOCOutputFile
-
-
-
- OOCCommandLineProducer
- 1
-
-
- OOCObjCopyEnable
- 0
-
-
-
-
- CUSTOM
- 3
-
-
-
-
-
-
- BICOMP
- 0
-
-
-
- BUILDACTION
- 1
-
-
-
-
-
-
- ILINK
- 0
-
- 14
- 1
- 0
-
- IlinkLibIOConfig
- 1
-
-
- XLinkMisraHandler
- 0
-
-
- IlinkInputFileSlave
- 0
-
-
- IlinkOutputFile
- ###Unitialized###
-
-
- IlinkDebugInfoEnable
- 1
-
-
- IlinkKeepSymbols
-
-
-
- IlinkRawBinaryFile
-
-
-
- IlinkRawBinarySymbol
-
-
-
- IlinkRawBinarySegment
-
-
-
- IlinkRawBinaryAlign
-
-
-
- IlinkDefines
-
-
-
- IlinkConfigDefines
-
-
-
- IlinkMapFile
- 0
-
-
- IlinkLogFile
- 0
-
-
- IlinkLogInitialization
- 0
-
-
- IlinkLogModule
- 0
-
-
- IlinkLogSection
- 0
-
-
- IlinkLogVeneer
- 0
-
-
- IlinkIcfOverride
- 0
-
-
- IlinkIcfFile
- lnk0t.icf
-
-
- IlinkIcfFileSlave
-
-
-
- IlinkEnableRemarks
- 0
-
-
- IlinkSuppressDiags
-
-
-
- IlinkTreatAsRem
-
-
-
- IlinkTreatAsWarn
-
-
-
- IlinkTreatAsErr
-
-
-
- IlinkWarningsAreErrors
- 0
-
-
- IlinkUseExtraOptions
- 0
-
-
- IlinkExtraOptions
-
-
-
- IlinkLowLevelInterfaceSlave
- 1
-
-
- IlinkAutoLibEnable
- 1
-
-
- IlinkAdditionalLibs
-
-
-
- IlinkOverrideProgramEntryLabel
- 0
-
-
- IlinkProgramEntryLabelSelect
- 0
-
-
- IlinkProgramEntryLabel
-
-
-
- DoFill
- 0
-
-
- FillerByte
- 0xFF
-
-
- FillerStart
- 0x0
-
-
- FillerEnd
- 0x0
-
-
- CrcSize
- 0
- 1
-
-
- CrcAlign
- 1
-
-
- CrcAlgo
- 1
-
-
- CrcPoly
- 0x11021
-
-
- CrcCompl
- 0
- 0
-
-
- CrcBitOrder
- 0
- 0
-
-
- CrcInitialValue
- 0x0
-
-
- DoCrc
- 0
-
-
- IlinkBE8Slave
- 1
-
-
- IlinkBufferedTerminalOutput
- 1
-
-
- IlinkStdoutInterfaceSlave
- 1
-
-
- CrcFullSize
- 0
-
-
- IlinkIElfToolPostProcess
- 0
-
-
- IlinkLogAutoLibSelect
- 1
-
-
- IlinkLogRedirSymbols
- 1
-
-
- IlinkLogUnusedFragments
- 1
-
-
- IlinkCrcReverseByteOrder
- 0
-
-
- IlinkCrcUseAsInput
- 1
-
-
- IlinkOptInline
- 1
-
-
- IlinkOptExceptionsAllow
- 1
-
-
- IlinkOptExceptionsForce
- 0
-
-
- IlinkCmsis
- 1
-
-
- IlinkOptMergeDuplSections
- 0
-
-
- IlinkOptUseVfe
- 1
-
-
- IlinkOptForceVfe
- 0
-
-
- IlinkStackAnalysisEnable
- 0
-
-
- IlinkStackControlFile
- 1
-
-
- IlinkStackCallGraphFile
- 1
-
-
-
-
- IARCHIVE
- 0
-
- 0
- 1
- 0
-
- IarchiveInputs
-
-
-
- IarchiveOverride
- 0
-
-
- IarchiveOutput
- ###Unitialized###
-
-
-
-
- BILINK
- 0
-
-
-
-
- Drivers
-
- $PROJ_DIR$\drivers/board.c
-
-
- $PROJ_DIR$\drivers/usart.c
-
-
- $PROJ_DIR$\drivers/hyper_flash_boot.c
-
-
- $PROJ_DIR$\drivers/drv_sdram.c
-
-
- $PROJ_DIR$\drivers/drv_eth.c
-
-
- $PROJ_DIR$\drivers/fsl_phy.c
-
-
- $PROJ_DIR$\drivers/drv_sdio.c
-
-
- $PROJ_DIR$\drivers/drv_lcd.c
-
-
- $PROJ_DIR$\drivers/drv_ft5406.c
-
-
- $PROJ_DIR$\drivers/drv_i2c.c
-
-
-
- Applications
-
- $PROJ_DIR$\applications/device_test.c
-
-
- $PROJ_DIR$\applications/main.c
-
-
- $PROJ_DIR$\applications/mem_dump.c
-
-
- $PROJ_DIR$\applications/mem_test.c
-
-
- $PROJ_DIR$\applications/sdio_test.c
-
-
-
- Libraries
-
- $PROJ_DIR$\Libraries/drivers/fsl_adc.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_adc_etc.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_aipstz.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_aoi.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_bee.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_cache.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_clock.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_cmp.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_common.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_csi.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_dcdc.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_dcp.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_dmamux.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_edma.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_elcdif.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_enc.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_enet.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_ewm.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_flexcan.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_flexio.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_flexio_i2c_master.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_flexio_i2s.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_flexio_i2s_edma.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_flexio_spi.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_flexio_spi_edma.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_flexio_uart.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_flexio_uart_edma.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_flexram.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_flexspi.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_gpc.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_gpio.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_gpt.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_kpp.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_lpi2c.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_lpi2c_edma.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_lpspi.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_lpspi_edma.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_lpuart.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_lpuart_edma.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_pit.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_pmu.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_pwm.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_pxp.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_qtmr.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_rtwdog.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_sai.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_sai_edma.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_semc.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_snvs_hp.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_snvs_lp.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_spdif.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_spdif_edma.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_src.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_trng.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_tsc.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_usdhc.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_wdog.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_xbara.c
-
-
- $PROJ_DIR$\Libraries/drivers/fsl_xbarb.c
-
-
- $PROJ_DIR$\Libraries/system_MIMXRT1052.c
-
-
- $PROJ_DIR$\Libraries/iar/startup_MIMXRT1052.s
-
-
-
- Kernel
-
- $PROJ_DIR$\../../src/clock.c
-
-
- $PROJ_DIR$\../../src/components.c
-
-
- $PROJ_DIR$\../../src/device.c
-
-
- $PROJ_DIR$\../../src/idle.c
-
-
- $PROJ_DIR$\../../src/ipc.c
-
-
- $PROJ_DIR$\../../src/irq.c
-
-
- $PROJ_DIR$\../../src/kservice.c
-
-
- $PROJ_DIR$\../../src/memheap.c
-
-
- $PROJ_DIR$\../../src/object.c
-
-
- $PROJ_DIR$\../../src/scheduler.c
-
-
- $PROJ_DIR$\../../src/signal.c
-
-
- $PROJ_DIR$\../../src/thread.c
-
-
- $PROJ_DIR$\../../src/timer.c
-
-
-
- CORTEX-M7
-
- $PROJ_DIR$\../../libcpu/arm/cortex-m7/cpuport.c
-
-
- $PROJ_DIR$\../../libcpu/arm/cortex-m7/context_iar.S
-
-
- $PROJ_DIR$\../../libcpu/arm/common/backtrace.c
-
-
- $PROJ_DIR$\../../libcpu/arm/common/div0.c
-
-
- $PROJ_DIR$\../../libcpu/arm/common/showmem.c
-
-
-
- DeviceDrivers
-
- $PROJ_DIR$\../../components/drivers/i2c/i2c_core.c
-
-
- $PROJ_DIR$\../../components/drivers/i2c/i2c_dev.c
-
-
- $PROJ_DIR$\../../components/drivers/i2c/i2c-bit-ops.c
-
-
- $PROJ_DIR$\../../components/drivers/sdio/block_dev.c
-
-
- $PROJ_DIR$\../../components/drivers/sdio/mmcsd_core.c
-
-
- $PROJ_DIR$\../../components/drivers/sdio/sd.c
-
-
- $PROJ_DIR$\../../components/drivers/sdio/sdio.c
-
-
- $PROJ_DIR$\../../components/drivers/sdio/mmc.c
-
-
- $PROJ_DIR$\../../components/drivers/serial/serial.c
-
-
- $PROJ_DIR$\../../components/drivers/src/completion.c
-
-
- $PROJ_DIR$\../../components/drivers/src/dataqueue.c
-
-
- $PROJ_DIR$\../../components/drivers/src/pipe.c
-
-
- $PROJ_DIR$\../../components/drivers/src/ringbuffer.c
-
-
- $PROJ_DIR$\../../components/drivers/src/waitqueue.c
-
-
- $PROJ_DIR$\../../components/drivers/src/workqueue.c
-
-
-
- dlib
-
- $PROJ_DIR$\../../components/libc/compilers/dlib/environ.c
-
-
- $PROJ_DIR$\../../components/libc/compilers/dlib/libc.c
-
-
- $PROJ_DIR$\../../components/libc/compilers/dlib/rmtx.c
-
-
- $PROJ_DIR$\../../components/libc/compilers/dlib/stdio.c
-
-
- $PROJ_DIR$\../../components/libc/compilers/dlib/syscall_close.c
-
-
- $PROJ_DIR$\../../components/libc/compilers/dlib/syscall_lseek.c
-
-
- $PROJ_DIR$\../../components/libc/compilers/dlib/syscall_mem.c
-
-
- $PROJ_DIR$\../../components/libc/compilers/dlib/syscall_open.c
-
-
- $PROJ_DIR$\../../components/libc/compilers/dlib/syscall_read.c
-
-
- $PROJ_DIR$\../../components/libc/compilers/dlib/syscall_remove.c
-
-
- $PROJ_DIR$\../../components/libc/compilers/dlib/syscall_write.c
-
-
-
- finsh
-
- $PROJ_DIR$\../../components/finsh/shell.c
-
-
- $PROJ_DIR$\../../components/finsh/symbol.c
-
-
- $PROJ_DIR$\../../components/finsh/cmd.c
-
-
- $PROJ_DIR$\../../components/finsh/msh.c
-
-
- $PROJ_DIR$\../../components/finsh/msh_cmd.c
-
-
- $PROJ_DIR$\../../components/finsh/msh_file.c
-
-
- $PROJ_DIR$\../../components/finsh/finsh_compiler.c
-
-
- $PROJ_DIR$\../../components/finsh/finsh_error.c
-
-
- $PROJ_DIR$\../../components/finsh/finsh_heap.c
-
-
- $PROJ_DIR$\../../components/finsh/finsh_init.c
-
-
- $PROJ_DIR$\../../components/finsh/finsh_node.c
-
-
- $PROJ_DIR$\../../components/finsh/finsh_ops.c
-
-
- $PROJ_DIR$\../../components/finsh/finsh_parser.c
-
-
- $PROJ_DIR$\../../components/finsh/finsh_var.c
-
-
- $PROJ_DIR$\../../components/finsh/finsh_vm.c
-
-
- $PROJ_DIR$\../../components/finsh/finsh_token.c
-
-
-
- freetype
-
-
- FreeType
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/builds/rt-thread/ftsystem.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/builds/rt-thread/gb2312tounicode.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/truetype/truetype.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/base/fttype1.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/base/ftbitmap.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/base/ftbase.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/base/ftbbox.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/base/ftfstype.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/base/ftglyph.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/base/ftinit.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/base/ftlcdfil.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/base/ftmm.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/base/ftpatent.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/cache/ftcbasic.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/cache/ftccache.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/cache/ftccmap.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/cache/ftcglyph.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/cache/ftcimage.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/cache/ftcmanag.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/cache/ftcmru.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/cache/ftcsbits.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/psnames/psnames.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/sfnt/sfnt.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/autofit/autofit.c
-
-
- $PROJ_DIR$\../../components/gui/libraries/freetype-2.6.2/src/smooth/smooth.c
-
-
-
- GuiEngine
-
- $PROJ_DIR$\../../components/gui/libraries/lodepng/lodepng.c
-
-
- $PROJ_DIR$\../../components/gui/src/asc12font.c
-
-
- $PROJ_DIR$\../../components/gui/src/asc16font.c
-
-
- $PROJ_DIR$\../../components/gui/src/blit.c
-
-
- $PROJ_DIR$\../../components/gui/src/box.c
-
-
- $PROJ_DIR$\../../components/gui/src/color.c
-
-
- $PROJ_DIR$\../../components/gui/src/container.c
-
-
- $PROJ_DIR$\../../components/gui/src/dc.c
-
-
- $PROJ_DIR$\../../components/gui/src/dc_blend.c
-
-
- $PROJ_DIR$\../../components/gui/src/dc_buffer.c
-
-
- $PROJ_DIR$\../../components/gui/src/dc_client.c
-
-
- $PROJ_DIR$\../../components/gui/src/dc_hw.c
-
-
- $PROJ_DIR$\../../components/gui/src/dc_rotozoom.c
-
-
- $PROJ_DIR$\../../components/gui/src/dc_trans.c
-
-
- $PROJ_DIR$\../../components/gui/src/filerw.c
-
-
- $PROJ_DIR$\../../components/gui/src/font.c
-
-
- $PROJ_DIR$\../../components/gui/src/font_bmp.c
-
-
- $PROJ_DIR$\../../components/gui/src/font_fnt.c
-
-
- $PROJ_DIR$\../../components/gui/src/font_freetype.c
-
-
- $PROJ_DIR$\../../components/gui/src/font_hz_bmp.c
-
-
- $PROJ_DIR$\../../components/gui/src/font_hz_file.c
-
-
- $PROJ_DIR$\../../components/gui/src/hz12font.c
-
-
- $PROJ_DIR$\../../components/gui/src/hz16font.c
-
-
- $PROJ_DIR$\../../components/gui/src/image.c
-
-
- $PROJ_DIR$\../../components/gui/src/image_bmp.c
-
-
- $PROJ_DIR$\../../components/gui/src/image_container.c
-
-
- $PROJ_DIR$\../../components/gui/src/image_hdc.c
-
-
- $PROJ_DIR$\../../components/gui/src/image_jpg.c
-
-
- $PROJ_DIR$\../../components/gui/src/image_png.c
-
-
- $PROJ_DIR$\../../components/gui/src/image_xpm.c
-
-
- $PROJ_DIR$\../../components/gui/src/matrix.c
-
-
- $PROJ_DIR$\../../components/gui/src/mouse.c
-
-
- $PROJ_DIR$\../../components/gui/src/region.c
-
-
- $PROJ_DIR$\../../components/gui/src/rtgui_app.c
-
-
- $PROJ_DIR$\../../components/gui/src/rtgui_driver.c
-
-
- $PROJ_DIR$\../../components/gui/src/rtgui_object.c
-
-
- $PROJ_DIR$\../../components/gui/src/rtgui_system.c
-
-
- $PROJ_DIR$\../../components/gui/src/server.c
-
-
- $PROJ_DIR$\../../components/gui/src/title.c
-
-
- $PROJ_DIR$\../../components/gui/src/topwin.c
-
-
- $PROJ_DIR$\../../components/gui/src/widget.c
-
-
- $PROJ_DIR$\../../components/gui/src/window.c
-
-
-
- LwIP
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/api/api_lib.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/api/api_msg.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/api/err.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/api/netbuf.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/api/netdb.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/api/netifapi.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/api/sockets.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/api/tcpip.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/arch/sys_arch.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/def.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/dhcp.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/dns.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/init.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/memp.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/netif.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/pbuf.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/raw.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/stats.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/sys.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/tcp.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/tcp_in.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/tcp_out.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/timers.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/udp.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/ipv4/autoip.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/ipv4/icmp.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/ipv4/igmp.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/ipv4/inet.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/ipv4/inet_chksum.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/ipv4/ip.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/ipv4/ip_addr.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/core/ipv4/ip_frag.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/netif/etharp.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/netif/ethernetif.c
-
-
- $PROJ_DIR$\../../components/net/lwip-1.4.1/src/netif/slipif.c
-
-
-
- Filesystem
-
- $PROJ_DIR$\../../components/dfs/src/dfs.c
-
-
- $PROJ_DIR$\../../components/dfs/src/dfs_file.c
-
-
- $PROJ_DIR$\../../components/dfs/src/dfs_fs.c
-
-
- $PROJ_DIR$\../../components/dfs/src/dfs_posix.c
-
-
- $PROJ_DIR$\../../components/dfs/filesystems/devfs/devfs.c
-
-
- $PROJ_DIR$\../../components/dfs/filesystems/elmfat/dfs_elm.c
-
-
- $PROJ_DIR$\../../components/dfs/filesystems/elmfat/ff.c
-
-
- $PROJ_DIR$\../../components/dfs/filesystems/elmfat/option/ccsbcs.c
-
-
-
+
+
+ 3
+
+ Debug
+
+ ARM
+
+ 1
+
+ General
+ 3
+
+ 29
+ 1
+ 1
+
+ ExePath
+ Debug\Exe
+
+
+ ObjPath
+ Debug\Obj
+
+
+ ListPath
+ Debug\List
+
+
+ GEndianMode
+ 0
+
+
+ Input description
+ Automatic choice of formatter.
+
+
+ Output description
+ Automatic choice of formatter.
+
+
+ GOutputBinary
+ 0
+
+
+ OGCoreOrChip
+ 1
+
+
+ GRuntimeLibSelect
+ 0
+ 1
+
+
+ GRuntimeLibSelectSlave
+ 0
+ 1
+
+
+ RTDescription
+ Use the normal configuration of the C/C++ runtime library. No locale interface, C locale, no file descriptor support, no multibytes in printf and scanf, and no hex floats in strtod.
+
+
+ OGProductVersion
+ 6.30.6.53380
+
+
+ OGLastSavedByProductVersion
+ 8.20.1.14181
+
+
+ GeneralEnableMisra
+ 0
+
+
+ GeneralMisraVerbose
+ 0
+
+
+ OGChipSelectEditMenu
+ MIMXRT1052xxx6A NXP MIMXRT1052xxx6A
+
+
+ GenLowLevelInterface
+ 1
+
+
+ GEndianModeBE
+ 1
+
+
+ OGBufferedTerminalOutput
+ 0
+
+
+ GenStdoutInterface
+ 0
+
+
+ GeneralMisraRules98
+ 0
+ 1000111110110101101110011100111111101110011011000101110111101101100111111111111100110011111001110111001111111111111111111111111
+
+
+ GeneralMisraVer
+ 0
+
+
+ GeneralMisraRules04
+ 0
+ 111101110010111111111000110111111111111111111111111110010111101111010101111111111111111111111111101111111011111001111011111011111111111111111
+
+
+ RTConfigPath2
+ $TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h
+
+
+ GBECoreSlave
+ 26
+ 38
+
+
+ OGUseCmsis
+ 1
+
+
+ OGUseCmsisDspLib
+ 0
+
+
+ GRuntimeLibThreads
+ 0
+
+
+ CoreVariant
+ 26
+ 41
+
+
+ GFPUDeviceSlave
+ MIMXRT1052xxx6A NXP MIMXRT1052xxx6A
+
+
+ FPU2
+ 0
+ 0
+
+
+ NrRegs
+ 0
+ 0
+
+
+ NEON
+ 0
+
+
+ GFPUCoreSlave2
+ 26
+ 41
+
+
+ OGCMSISPackSelectDevice
+
+
+ OgLibHeap
+ 0
+
+
+ OGLibAdditionalLocale
+ 0
+
+
+ OGPrintfVariant
+ 0
+ 0
+
+
+ OGPrintfMultibyteSupport
+ 0
+
+
+ OGScanfVariant
+ 0
+ 0
+
+
+ OGScanfMultibyteSupport
+ 0
+
+
+ GenLocaleTags
+
+
+
+ GenLocaleDisplayOnly
+
+
+
+ DSPExtension
+ 1
+
+
+
+
+ ICCARM
+ 2
+
+ 34
+ 1
+ 1
+
+ CCOptimizationNoSizeConstraints
+ 0
+
+
+ CCDefines
+ FSL_FEATURE_PHYKSZ8081_USE_RMII50M_MODE
+ CPU_MIMXRT1052DVL6A
+ SKIP_SYSCLK_INIT
+ EVK_MCIMXRM
+ FSL_SDK_ENABLE_DRIVER_CACHE_CONTROL=1
+ FT2_BUILD_LIBRARY
+ RT_USING_DLIBC
+ _DLIB_FILE_DESCRIPTOR
+
+
+ CCPreprocFile
+ 0
+
+
+ CCPreprocComments
+ 0
+
+
+ CCPreprocLine
+ 0
+
+
+ CCListCFile
+ 0
+
+
+ CCListCMnemonics
+ 0
+
+
+ CCListCMessages
+ 0
+
+
+ CCListAssFile
+ 0
+
+
+ CCListAssSource
+ 0
+
+
+ CCEnableRemarks
+ 0
+
+
+ CCDiagSuppress
+ Pa082,Pa050,Pe167
+
+
+ CCDiagRemark
+
+
+
+ CCDiagWarning
+
+
+
+ CCDiagError
+
+
+
+ CCObjPrefix
+ 1
+
+
+ CCAllowList
+ 1
+ 00000000
+
+
+ CCDebugInfo
+ 1
+
+
+ IEndianMode
+ 1
+
+
+ IProcessor
+ 1
+
+
+ IExtraOptionsCheck
+ 0
+
+
+ IExtraOptions
+
+
+
+ CCLangConformance
+ 0
+
+
+ CCSignedPlainChar
+ 1
+
+
+ CCRequirePrototypes
+ 0
+
+
+ CCDiagWarnAreErr
+ 0
+
+
+ CCCompilerRuntimeInfo
+ 0
+
+
+ IFpuProcessor
+ 1
+
+
+ OutputFile
+ $FILE_BNAME$.o
+
+
+ CCLibConfigHeader
+ 1
+
+
+ PreInclude
+
+
+
+ CompilerMisraOverride
+ 0
+
+
+ CCIncludePath2
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib
+ $PROJ_DIR$\Libraries
+ $PROJ_DIR$\..\..\include
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\include\netif
+ $PROJ_DIR$\..\..\libcpu\arm\common
+ $PROJ_DIR$\..\..\components\drivers\include
+ $PROJ_DIR$\Libraries\drivers
+ $PROJ_DIR$\..\..\components\dfs\filesystems\devfs
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\include
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\include\freetype
+ $PROJ_DIR$\..\..\components\gui\include
+ $PROJ_DIR$\drivers
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\include\ipv4
+ $PROJ_DIR$\..\..\components\gui\include\rtgui
+ $PROJ_DIR$\.
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\smooth
+ $PROJ_DIR$\..\..\libcpu\arm\cortex-m7
+ $PROJ_DIR$\..\..\components\dfs\include
+ $PROJ_DIR$\..\..\components\gui\libraries\lodepng
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\include
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\include\freetype\internal
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\include\freetype\internal\services
+ $PROJ_DIR$\..\..\components\gui\src
+ $PROJ_DIR$\Libraries\CMSIS\Include
+ $PROJ_DIR$\Libraries\utilities
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\sfnt
+ $PROJ_DIR$\applications
+ $PROJ_DIR$\..\..\components\finsh
+ $PROJ_DIR$\..\..\components\dfs\filesystems\elmfat
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\truetype
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\psnames
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\autofit
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\cache
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\include\freetype\config
+ $PROJ_DIR$\..\..\components\gui\include\rtgui\widgets
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\base
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\builds\rt-thread
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\include\posix
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\arch\include
+
+
+ CCStdIncCheck
+ 0
+
+
+ CCCodeSection
+ .text
+
+
+ IProcessorMode2
+ 1
+
+
+ CCOptLevel
+ 1
+
+
+ CCOptStrategy
+ 0
+ 0
+
+
+ CCOptLevelSlave
+ 1
+
+
+ CompilerMisraRules98
+ 0
+ 1000111110110101101110011100111111101110011011000101110111101101100111111111111100110011111001110111001111111111111111111111111
+
+
+ CompilerMisraRules04
+ 0
+ 111101110010111111111000110111111111111111111111111110010111101111010101111111111111111111111111101111111011111001111011111011111111111111111
+
+
+ CCPosIndRopi
+ 0
+
+
+ CCPosIndRwpi
+ 0
+
+
+ CCPosIndNoDynInit
+ 0
+
+
+ IccLang
+ 0
+
+
+ IccCDialect
+ 1
+
+
+ IccAllowVLA
+ 0
+
+
+ IccStaticDestr
+ 1
+
+
+ IccCppInlineSemantics
+ 0
+
+
+ IccCmsis
+ 1
+
+
+ IccFloatSemantics
+ 0
+
+
+ CCNoLiteralPool
+ 0
+
+
+ CCOptStrategySlave
+ 0
+ 0
+
+
+ CCGuardCalls
+ 1
+
+
+ CCEncSource
+ 0
+
+
+ CCEncOutput
+ 0
+
+
+ CCEncOutputBom
+ 1
+
+
+ CCEncInput
+ 0
+
+
+ IccExceptions2
+ 0
+
+
+ IccRTTI2
+ 0
+
+
+
+
+ AARM
+ 2
+
+ 10
+ 1
+ 1
+
+ AObjPrefix
+ 1
+
+
+ AEndian
+ 1
+
+
+ ACaseSensitivity
+ 1
+
+
+ MacroChars
+ 0
+ 0
+
+
+ AWarnEnable
+ 0
+
+
+ AWarnWhat
+ 0
+
+
+ AWarnOne
+
+
+
+ AWarnRange1
+
+
+
+ AWarnRange2
+
+
+
+ ADebug
+ 1
+
+
+ AltRegisterNames
+ 0
+
+
+ ADefines
+
+
+
+ AList
+ 0
+
+
+ AListHeader
+ 1
+
+
+ AListing
+ 1
+
+
+ Includes
+ 0
+
+
+ MacDefs
+ 0
+
+
+ MacExps
+ 1
+
+
+ MacExec
+ 0
+
+
+ OnlyAssed
+ 0
+
+
+ MultiLine
+ 0
+
+
+ PageLengthCheck
+ 0
+
+
+ PageLength
+ 80
+
+
+ TabSpacing
+ 8
+
+
+ AXRef
+ 0
+
+
+ AXRefDefines
+ 0
+
+
+ AXRefInternal
+ 0
+
+
+ AXRefDual
+ 0
+
+
+ AProcessor
+ 1
+
+
+ AFpuProcessor
+ 1
+
+
+ AOutputFile
+ $FILE_BNAME$.o
+
+
+ ALimitErrorsCheck
+ 0
+
+
+ ALimitErrorsEdit
+ 100
+
+
+ AIgnoreStdInclude
+ 0
+
+
+ AUserIncludes
+
+
+
+ AExtraOptionsCheckV2
+ 0
+
+
+ AExtraOptionsV2
+
+
+
+ AsmNoLiteralPool
+ 0
+
+
+
+
+ OBJCOPY
+ 0
+
+ 1
+ 1
+ 1
+
+ OOCOutputFormat
+ 3
+ 0
+
+
+ OCOutputOverride
+ 0
+
+
+ OOCOutputFile
+
+
+
+ OOCCommandLineProducer
+ 1
+
+
+ OOCObjCopyEnable
+ 0
+
+
+
+
+ CUSTOM
+ 3
+
+
+
+ 0
+
+
+
+ BICOMP
+ 0
+
+
+
+ BUILDACTION
+ 1
+
+
+
+
+
+
+ ILINK
+ 0
+
+ 20
+ 1
+ 1
+
+ IlinkLibIOConfig
+ 1
+
+
+ XLinkMisraHandler
+ 0
+
+
+ IlinkInputFileSlave
+ 0
+
+
+ IlinkOutputFile
+ project.out
+
+
+ IlinkDebugInfoEnable
+ 1
+
+
+ IlinkKeepSymbols
+
+
+
+ IlinkRawBinaryFile
+
+
+
+ IlinkRawBinarySymbol
+
+
+
+ IlinkRawBinarySegment
+
+
+
+ IlinkRawBinaryAlign
+
+
+
+ IlinkDefines
+
+
+
+ IlinkConfigDefines
+
+
+
+ IlinkMapFile
+ 1
+
+
+ IlinkLogFile
+ 1
+
+
+ IlinkLogInitialization
+ 1
+
+
+ IlinkLogModule
+ 1
+
+
+ IlinkLogSection
+ 1
+
+
+ IlinkLogVeneer
+ 1
+
+
+ IlinkIcfOverride
+ 1
+
+
+ IlinkIcfFile
+ $PROJ_DIR$\Libraries\iar\MIMXRT1052xxxxx_flexspi_nor.icf
+
+
+ IlinkIcfFileSlave
+
+
+
+ IlinkEnableRemarks
+ 0
+
+
+ IlinkSuppressDiags
+
+
+
+ IlinkTreatAsRem
+
+
+
+ IlinkTreatAsWarn
+
+
+
+ IlinkTreatAsErr
+
+
+
+ IlinkWarningsAreErrors
+ 0
+
+
+ IlinkUseExtraOptions
+ 0
+
+
+ IlinkExtraOptions
+
+
+
+ IlinkLowLevelInterfaceSlave
+ 1
+
+
+ IlinkAutoLibEnable
+ 1
+
+
+ IlinkAdditionalLibs
+
+
+
+ IlinkOverrideProgramEntryLabel
+ 0
+
+
+ IlinkProgramEntryLabelSelect
+ 0
+
+
+ IlinkProgramEntryLabel
+ __iar_program_start
+
+
+ DoFill
+ 0
+
+
+ FillerByte
+ 0xFF
+
+
+ FillerStart
+ 0x0
+
+
+ FillerEnd
+ 0x0
+
+
+ CrcSize
+ 0
+ 1
+
+
+ CrcAlign
+ 1
+
+
+ CrcPoly
+ 0x11021
+
+
+ CrcCompl
+ 0
+ 0
+
+
+ CrcBitOrder
+ 0
+ 0
+
+
+ CrcInitialValue
+ 0x0
+
+
+ DoCrc
+ 0
+
+
+ IlinkBE8Slave
+ 1
+
+
+ IlinkBufferedTerminalOutput
+ 1
+
+
+ IlinkStdoutInterfaceSlave
+ 1
+
+
+ CrcFullSize
+ 0
+
+
+ IlinkIElfToolPostProcess
+ 0
+
+
+ IlinkLogAutoLibSelect
+ 1
+
+
+ IlinkLogRedirSymbols
+ 1
+
+
+ IlinkLogUnusedFragments
+ 1
+
+
+ IlinkCrcReverseByteOrder
+ 0
+
+
+ IlinkCrcUseAsInput
+ 1
+
+
+ IlinkOptInline
+ 0
+
+
+ IlinkOptExceptionsAllow
+ 1
+
+
+ IlinkOptExceptionsForce
+ 0
+
+
+ IlinkCmsis
+ 1
+
+
+ IlinkOptMergeDuplSections
+ 0
+
+
+ IlinkOptUseVfe
+ 1
+
+
+ IlinkOptForceVfe
+ 0
+
+
+ IlinkStackAnalysisEnable
+ 0
+
+
+ IlinkStackControlFile
+
+
+
+ IlinkStackCallGraphFile
+
+
+
+ CrcAlgorithm
+ 1
+ 1
+
+
+ CrcUnitSize
+ 0
+ 0
+
+
+ IlinkThreadsSlave
+ 1
+
+
+ IlinkLogCallGraph
+ 0
+
+
+ IlinkIcfFile_AltDefault
+
+
+
+ IlinkEncInput
+ 0
+
+
+ IlinkEncOutput
+ 0
+
+
+ IlinkEncOutputBom
+ 1
+
+
+ IlinkHeapSelect
+ 1
+
+
+ IlinkLocaleSelect
+ 1
+
+
+
+
+ IARCHIVE
+ 0
+
+ 0
+ 1
+ 1
+
+ IarchiveInputs
+
+
+
+ IarchiveOverride
+ 0
+
+
+ IarchiveOutput
+ ###Unitialized###
+
+
+
+
+ BILINK
+ 0
+
+
+
+
+ Release
+
+ ARM
+
+ 0
+
+ General
+ 3
+
+ 29
+ 1
+ 0
+
+ ExePath
+ Release\Exe
+
+
+ ObjPath
+ Release\Obj
+
+
+ ListPath
+ Release\List
+
+
+ GEndianMode
+ 0
+
+
+ Input description
+
+
+
+ Output description
+
+
+
+ GOutputBinary
+ 0
+
+
+ OGCoreOrChip
+ 0
+
+
+ GRuntimeLibSelect
+ 0
+ 1
+
+
+ GRuntimeLibSelectSlave
+ 0
+ 1
+
+
+ RTDescription
+
+
+
+ OGProductVersion
+ 6.30.6.53380
+
+
+ OGLastSavedByProductVersion
+ 8.20.1.14181
+
+
+ GeneralEnableMisra
+ 0
+
+
+ GeneralMisraVerbose
+ 0
+
+
+ OGChipSelectEditMenu
+ Default None
+
+
+ GenLowLevelInterface
+ 0
+
+
+ GEndianModeBE
+ 0
+
+
+ OGBufferedTerminalOutput
+ 0
+
+
+ GenStdoutInterface
+ 0
+
+
+ GeneralMisraRules98
+ 0
+ 1000111110110101101110011100111111101110011011000101110111101101100111111111111100110011111001110111001111111111111111111111111
+
+
+ GeneralMisraVer
+ 0
+
+
+ GeneralMisraRules04
+ 0
+ 111101110010111111111000110111111111111111111111111110010111101111010101111111111111111111111111101111111011111001111011111011111111111111111
+
+
+ RTConfigPath2
+
+
+
+ GBECoreSlave
+ 26
+ 1
+
+
+ OGUseCmsis
+ 0
+
+
+ OGUseCmsisDspLib
+ 0
+
+
+ GRuntimeLibThreads
+ 0
+
+
+ CoreVariant
+ 26
+ 0
+
+
+ GFPUDeviceSlave
+ Default None
+
+
+ FPU2
+ 0
+ 0
+
+
+ NrRegs
+ 0
+ 0
+
+
+ NEON
+ 0
+
+
+ GFPUCoreSlave2
+ 26
+ 0
+
+
+ OGCMSISPackSelectDevice
+
+
+ OgLibHeap
+ 0
+
+
+ OGLibAdditionalLocale
+ 0
+
+
+ OGPrintfVariant
+ 0
+ 0
+
+
+ OGPrintfMultibyteSupport
+ 0
+
+
+ OGScanfVariant
+ 0
+ 0
+
+
+ OGScanfMultibyteSupport
+ 0
+
+
+ GenLocaleTags
+
+
+
+ GenLocaleDisplayOnly
+
+
+
+ DSPExtension
+ 0
+
+
+
+
+ ICCARM
+ 2
+
+ 34
+ 1
+ 0
+
+ CCOptimizationNoSizeConstraints
+ 0
+
+
+ CCDefines
+ NDEBUG
+ FSL_FEATURE_PHYKSZ8081_USE_RMII50M_MODE
+ CPU_MIMXRT1052DVL6A
+ SKIP_SYSCLK_INIT
+ EVK_MCIMXRM
+ FSL_SDK_ENABLE_DRIVER_CACHE_CONTROL=1
+ FT2_BUILD_LIBRARY
+ RT_USING_DLIBC
+ _DLIB_FILE_DESCRIPTOR
+ _DLIB_THREAD_SUPPORT
+
+
+ CCPreprocFile
+ 0
+
+
+ CCPreprocComments
+ 0
+
+
+ CCPreprocLine
+ 0
+
+
+ CCListCFile
+ 0
+
+
+ CCListCMnemonics
+ 0
+
+
+ CCListCMessages
+ 0
+
+
+ CCListAssFile
+ 0
+
+
+ CCListAssSource
+ 0
+
+
+ CCEnableRemarks
+ 0
+
+
+ CCDiagSuppress
+
+
+
+ CCDiagRemark
+
+
+
+ CCDiagWarning
+
+
+
+ CCDiagError
+
+
+
+ CCObjPrefix
+ 1
+
+
+ CCAllowList
+ 1
+ 11111110
+
+
+ CCDebugInfo
+ 0
+
+
+ IEndianMode
+ 1
+
+
+ IProcessor
+ 1
+
+
+ IExtraOptionsCheck
+ 0
+
+
+ IExtraOptions
+
+
+
+ CCLangConformance
+ 0
+
+
+ CCSignedPlainChar
+ 1
+
+
+ CCRequirePrototypes
+ 0
+
+
+ CCDiagWarnAreErr
+ 0
+
+
+ CCCompilerRuntimeInfo
+ 0
+
+
+ IFpuProcessor
+ 1
+
+
+ OutputFile
+
+
+
+ CCLibConfigHeader
+ 1
+
+
+ PreInclude
+
+
+
+ CompilerMisraOverride
+ 0
+
+
+ CCIncludePath2
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib
+ $PROJ_DIR$\Libraries
+ $PROJ_DIR$\..\..\include
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\include\netif
+ $PROJ_DIR$\..\..\libcpu\arm\common
+ $PROJ_DIR$\..\..\components\drivers\include
+ $PROJ_DIR$\Libraries\drivers
+ $PROJ_DIR$\..\..\components\dfs\filesystems\devfs
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\include
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\include\freetype
+ $PROJ_DIR$\..\..\components\gui\include
+ $PROJ_DIR$\drivers
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\include\ipv4
+ $PROJ_DIR$\..\..\components\gui\include\rtgui
+ $PROJ_DIR$\.
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\smooth
+ $PROJ_DIR$\..\..\libcpu\arm\cortex-m7
+ $PROJ_DIR$\..\..\components\dfs\include
+ $PROJ_DIR$\..\..\components\gui\libraries\lodepng
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\include
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\include\freetype\internal
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\include\freetype\internal\services
+ $PROJ_DIR$\..\..\components\gui\src
+ $PROJ_DIR$\Libraries\CMSIS\Include
+ $PROJ_DIR$\Libraries\utilities
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\sfnt
+ $PROJ_DIR$\applications
+ $PROJ_DIR$\..\..\components\finsh
+ $PROJ_DIR$\..\..\components\dfs\filesystems\elmfat
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\truetype
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\psnames
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\autofit
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\cache
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\include\freetype\config
+ $PROJ_DIR$\..\..\components\gui\include\rtgui\widgets
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\base
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\builds\rt-thread
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\include\posix
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\arch\include
+
+
+ CCStdIncCheck
+ 0
+
+
+ CCCodeSection
+ .text
+
+
+ IProcessorMode2
+ 1
+
+
+ CCOptLevel
+ 3
+
+
+ CCOptStrategy
+ 0
+ 0
+
+
+ CCOptLevelSlave
+ 1
+
+
+ CompilerMisraRules98
+ 0
+ 1000111110110101101110011100111111101110011011000101110111101101100111111111111100110011111001110111001111111111111111111111111
+
+
+ CompilerMisraRules04
+ 0
+ 111101110010111111111000110111111111111111111111111110010111101111010101111111111111111111111111101111111011111001111011111011111111111111111
+
+
+ CCPosIndRopi
+ 0
+
+
+ CCPosIndRwpi
+ 0
+
+
+ CCPosIndNoDynInit
+ 0
+
+
+ IccLang
+ 0
+
+
+ IccCDialect
+ 1
+
+
+ IccAllowVLA
+ 0
+
+
+ IccStaticDestr
+ 1
+
+
+ IccCppInlineSemantics
+ 0
+
+
+ IccCmsis
+ 1
+
+
+ IccFloatSemantics
+ 0
+
+
+ CCNoLiteralPool
+ 0
+
+
+ CCOptStrategySlave
+ 0
+ 0
+
+
+ CCGuardCalls
+ 1
+
+
+ CCEncSource
+ 0
+
+
+ CCEncOutput
+ 0
+
+
+ CCEncOutputBom
+ 1
+
+
+ CCEncInput
+ 0
+
+
+ IccExceptions2
+ 0
+
+
+ IccRTTI2
+ 0
+
+
+
+
+ AARM
+ 2
+
+ 10
+ 1
+ 0
+
+ AObjPrefix
+ 1
+
+
+ AEndian
+ 1
+
+
+ ACaseSensitivity
+ 1
+
+
+ MacroChars
+ 0
+ 0
+
+
+ AWarnEnable
+ 0
+
+
+ AWarnWhat
+ 0
+
+
+ AWarnOne
+
+
+
+ AWarnRange1
+
+
+
+ AWarnRange2
+
+
+
+ ADebug
+ 0
+
+
+ AltRegisterNames
+ 0
+
+
+ ADefines
+
+
+
+ AList
+ 0
+
+
+ AListHeader
+ 1
+
+
+ AListing
+ 1
+
+
+ Includes
+ 0
+
+
+ MacDefs
+ 0
+
+
+ MacExps
+ 1
+
+
+ MacExec
+ 0
+
+
+ OnlyAssed
+ 0
+
+
+ MultiLine
+ 0
+
+
+ PageLengthCheck
+ 0
+
+
+ PageLength
+ 80
+
+
+ TabSpacing
+ 8
+
+
+ AXRef
+ 0
+
+
+ AXRefDefines
+ 0
+
+
+ AXRefInternal
+ 0
+
+
+ AXRefDual
+ 0
+
+
+ AProcessor
+ 1
+
+
+ AFpuProcessor
+ 1
+
+
+ AOutputFile
+
+
+
+ ALimitErrorsCheck
+ 0
+
+
+ ALimitErrorsEdit
+ 100
+
+
+ AIgnoreStdInclude
+ 0
+
+
+ AUserIncludes
+
+
+
+ AExtraOptionsCheckV2
+ 0
+
+
+ AExtraOptionsV2
+
+
+
+ AsmNoLiteralPool
+ 0
+
+
+
+
+ OBJCOPY
+ 0
+
+ 1
+ 1
+ 0
+
+ OOCOutputFormat
+ 3
+ 0
+
+
+ OCOutputOverride
+ 0
+
+
+ OOCOutputFile
+
+
+
+ OOCCommandLineProducer
+ 1
+
+
+ OOCObjCopyEnable
+ 0
+
+
+
+
+ CUSTOM
+ 3
+
+
+
+ 0
+
+
+
+ BICOMP
+ 0
+
+
+
+ BUILDACTION
+ 1
+
+
+
+
+
+
+ ILINK
+ 0
+
+ 20
+ 1
+ 0
+
+ IlinkLibIOConfig
+ 1
+
+
+ XLinkMisraHandler
+ 0
+
+
+ IlinkInputFileSlave
+ 0
+
+
+ IlinkOutputFile
+ ###Unitialized###
+
+
+ IlinkDebugInfoEnable
+ 1
+
+
+ IlinkKeepSymbols
+
+
+
+ IlinkRawBinaryFile
+
+
+
+ IlinkRawBinarySymbol
+
+
+
+ IlinkRawBinarySegment
+
+
+
+ IlinkRawBinaryAlign
+
+
+
+ IlinkDefines
+
+
+
+ IlinkConfigDefines
+
+
+
+ IlinkMapFile
+ 0
+
+
+ IlinkLogFile
+ 0
+
+
+ IlinkLogInitialization
+ 0
+
+
+ IlinkLogModule
+ 0
+
+
+ IlinkLogSection
+ 0
+
+
+ IlinkLogVeneer
+ 0
+
+
+ IlinkIcfOverride
+ 0
+
+
+ IlinkIcfFile
+ lnk0t.icf
+
+
+ IlinkIcfFileSlave
+
+
+
+ IlinkEnableRemarks
+ 0
+
+
+ IlinkSuppressDiags
+
+
+
+ IlinkTreatAsRem
+
+
+
+ IlinkTreatAsWarn
+
+
+
+ IlinkTreatAsErr
+
+
+
+ IlinkWarningsAreErrors
+ 0
+
+
+ IlinkUseExtraOptions
+ 0
+
+
+ IlinkExtraOptions
+
+
+
+ IlinkLowLevelInterfaceSlave
+ 1
+
+
+ IlinkAutoLibEnable
+ 1
+
+
+ IlinkAdditionalLibs
+
+
+
+ IlinkOverrideProgramEntryLabel
+ 0
+
+
+ IlinkProgramEntryLabelSelect
+ 0
+
+
+ IlinkProgramEntryLabel
+
+
+
+ DoFill
+ 0
+
+
+ FillerByte
+ 0xFF
+
+
+ FillerStart
+ 0x0
+
+
+ FillerEnd
+ 0x0
+
+
+ CrcSize
+ 0
+ 1
+
+
+ CrcAlign
+ 1
+
+
+ CrcPoly
+ 0x11021
+
+
+ CrcCompl
+ 0
+ 0
+
+
+ CrcBitOrder
+ 0
+ 0
+
+
+ CrcInitialValue
+ 0x0
+
+
+ DoCrc
+ 0
+
+
+ IlinkBE8Slave
+ 1
+
+
+ IlinkBufferedTerminalOutput
+ 1
+
+
+ IlinkStdoutInterfaceSlave
+ 1
+
+
+ CrcFullSize
+ 0
+
+
+ IlinkIElfToolPostProcess
+ 0
+
+
+ IlinkLogAutoLibSelect
+ 1
+
+
+ IlinkLogRedirSymbols
+ 1
+
+
+ IlinkLogUnusedFragments
+ 1
+
+
+ IlinkCrcReverseByteOrder
+ 0
+
+
+ IlinkCrcUseAsInput
+ 1
+
+
+ IlinkOptInline
+ 1
+
+
+ IlinkOptExceptionsAllow
+ 1
+
+
+ IlinkOptExceptionsForce
+ 0
+
+
+ IlinkCmsis
+ 1
+
+
+ IlinkOptMergeDuplSections
+ 0
+
+
+ IlinkOptUseVfe
+ 1
+
+
+ IlinkOptForceVfe
+ 0
+
+
+ IlinkStackAnalysisEnable
+ 0
+
+
+ IlinkStackControlFile
+ 1
+
+
+ IlinkStackCallGraphFile
+ 1
+
+
+ CrcAlgorithm
+ 1
+ 1
+
+
+ CrcUnitSize
+ 0
+ 0
+
+
+ IlinkThreadsSlave
+ 1
+
+
+ IlinkLogCallGraph
+ 0
+
+
+ IlinkIcfFile_AltDefault
+
+
+
+ IlinkEncInput
+ 0
+
+
+ IlinkEncOutput
+ 0
+
+
+ IlinkEncOutputBom
+ 1
+
+
+ IlinkHeapSelect
+ 1
+
+
+ IlinkLocaleSelect
+ 1
+
+
+
+
+ IARCHIVE
+ 0
+
+ 0
+ 1
+ 0
+
+ IarchiveInputs
+
+
+
+ IarchiveOverride
+ 0
+
+
+ IarchiveOutput
+ ###Unitialized###
+
+
+
+
+ BILINK
+ 0
+
+
+
+
+ Applications
+
+ $PROJ_DIR$\applications\device_test.c
+
+
+ $PROJ_DIR$\applications\main.c
+
+
+ $PROJ_DIR$\applications\mem_dump.c
+
+
+ $PROJ_DIR$\applications\mem_test.c
+
+
+ $PROJ_DIR$\applications\sdio_test.c
+
+
+
+ CORTEX-M7
+
+ $PROJ_DIR$\..\..\libcpu\arm\common\backtrace.c
+
+
+ $PROJ_DIR$\..\..\libcpu\arm\cortex-m7\context_iar.S
+
+
+ $PROJ_DIR$\..\..\libcpu\arm\cortex-m7\cpuport.c
+
+
+ $PROJ_DIR$\..\..\libcpu\arm\common\div0.c
+
+
+ $PROJ_DIR$\..\..\libcpu\arm\common\showmem.c
+
+
+
+ DeviceDrivers
+
+ $PROJ_DIR$\..\..\components\drivers\sdio\block_dev.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\src\completion.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\src\dataqueue.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\i2c\i2c-bit-ops.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\i2c\i2c_core.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\i2c\i2c_dev.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\sdio\mmc.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\sdio\mmcsd_core.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\src\pipe.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\src\ringbuffer.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\sdio\sd.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\sdio\sdio.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\serial\serial.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\src\waitqueue.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\src\workqueue.c
+
+
+
+ dlib
+
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\environ.c
+
+
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\libc.c
+
+
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\rmtx.c
+
+
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\stdio.c
+
+
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_close.c
+
+
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_lseek.c
+
+
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_mem.c
+
+
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_open.c
+
+
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_read.c
+
+
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_remove.c
+
+
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_write.c
+
+
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\time.c
+
+
+
+ Drivers
+
+ $PROJ_DIR$\drivers\board.c
+
+
+ $PROJ_DIR$\drivers\drv_eth.c
+
+
+ $PROJ_DIR$\drivers\drv_ft5406.c
+
+
+ $PROJ_DIR$\drivers\drv_i2c.c
+
+
+ $PROJ_DIR$\drivers\drv_lcd.c
+
+
+ $PROJ_DIR$\drivers\drv_sdio.c
+
+
+ $PROJ_DIR$\drivers\drv_sdram.c
+
+
+ $PROJ_DIR$\drivers\fsl_phy.c
+
+
+ $PROJ_DIR$\drivers\hyper_flash_boot.c
+
+
+ $PROJ_DIR$\drivers\usart.c
+
+
+
+ Filesystem
+
+ $PROJ_DIR$\..\..\components\dfs\filesystems\elmfat\option\ccsbcs.c
+
+
+ $PROJ_DIR$\..\..\components\dfs\filesystems\devfs\devfs.c
+
+
+ $PROJ_DIR$\..\..\components\dfs\src\dfs.c
+
+
+ $PROJ_DIR$\..\..\components\dfs\filesystems\elmfat\dfs_elm.c
+
+
+ $PROJ_DIR$\..\..\components\dfs\src\dfs_file.c
+
+
+ $PROJ_DIR$\..\..\components\dfs\src\dfs_fs.c
+
+
+ $PROJ_DIR$\..\..\components\dfs\src\dfs_posix.c
+
+
+ $PROJ_DIR$\..\..\components\dfs\filesystems\elmfat\ff.c
+
+
+
+ finsh
+
+ $PROJ_DIR$\..\..\components\finsh\cmd.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\finsh_compiler.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\finsh_error.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\finsh_heap.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\finsh_init.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\finsh_node.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\finsh_ops.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\finsh_parser.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\finsh_token.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\finsh_var.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\finsh_vm.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\msh.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\msh_cmd.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\msh_file.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\shell.c
+
+
+ $PROJ_DIR$\..\..\components\finsh\symbol.c
+
+
+
+ freetype
+
+
+ FreeType
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\autofit\autofit.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\base\ftbase.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\base\ftbbox.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\base\ftbitmap.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\cache\ftcbasic.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\cache\ftccache.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\cache\ftccmap.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\cache\ftcglyph.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\cache\ftcimage.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\cache\ftcmanag.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\cache\ftcmru.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\cache\ftcsbits.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\base\ftfstype.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\base\ftglyph.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\base\ftinit.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\base\ftlcdfil.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\base\ftmm.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\base\ftpatent.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\builds\rt-thread\ftsystem.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\base\fttype1.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\builds\rt-thread\gb2312tounicode.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\psnames\psnames.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\sfnt\sfnt.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\smooth\smooth.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\freetype-2.6.2\src\truetype\truetype.c
+
+
+
+ GuiEngine
+
+ $PROJ_DIR$\..\..\components\gui\src\asc12font.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\asc16font.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\blit.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\box.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\color.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\container.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\dc.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\dc_blend.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\dc_buffer.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\dc_client.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\dc_hw.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\dc_rotozoom.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\dc_trans.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\filerw.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\font.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\font_bmp.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\font_fnt.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\font_freetype.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\font_hz_bmp.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\font_hz_file.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\hz12font.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\hz16font.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\image.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\image_bmp.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\image_container.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\image_hdc.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\image_jpg.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\image_png.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\image_xpm.c
+
+
+ $PROJ_DIR$\..\..\components\gui\libraries\lodepng\lodepng.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\matrix.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\mouse.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\region.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\rtgui_app.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\rtgui_driver.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\rtgui_object.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\rtgui_system.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\server.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\title.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\topwin.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\widget.c
+
+
+ $PROJ_DIR$\..\..\components\gui\src\window.c
+
+
+
+ Kernel
+
+ $PROJ_DIR$\..\..\src\clock.c
+
+
+ $PROJ_DIR$\..\..\src\components.c
+
+
+ $PROJ_DIR$\..\..\src\device.c
+
+
+ $PROJ_DIR$\..\..\src\idle.c
+
+
+ $PROJ_DIR$\..\..\src\ipc.c
+
+
+ $PROJ_DIR$\..\..\src\irq.c
+
+
+ $PROJ_DIR$\..\..\src\kservice.c
+
+
+ $PROJ_DIR$\..\..\src\memheap.c
+
+
+ $PROJ_DIR$\..\..\src\object.c
+
+
+ $PROJ_DIR$\..\..\src\scheduler.c
+
+
+ $PROJ_DIR$\..\..\src\signal.c
+
+
+ $PROJ_DIR$\..\..\src\thread.c
+
+
+ $PROJ_DIR$\..\..\src\timer.c
+
+
+
+ Libraries
+
+ $PROJ_DIR$\Libraries\drivers\fsl_adc.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_adc_etc.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_aipstz.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_aoi.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_bee.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_cache.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_clock.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_cmp.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_common.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_csi.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_dcdc.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_dcp.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_dmamux.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_edma.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_elcdif.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_enc.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_enet.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_ewm.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_flexcan.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_flexio.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_flexio_i2c_master.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_flexio_i2s.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_flexio_i2s_edma.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_flexio_spi.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_flexio_spi_edma.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_flexio_uart.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_flexio_uart_edma.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_flexram.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_flexspi.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_gpc.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_gpio.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_gpt.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_kpp.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_lpi2c.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_lpi2c_edma.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_lpspi.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_lpspi_edma.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_lpuart.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_lpuart_edma.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_pit.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_pmu.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_pwm.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_pxp.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_qtmr.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_rtwdog.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_sai.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_sai_edma.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_semc.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_snvs_hp.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_snvs_lp.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_spdif.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_spdif_edma.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_src.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_trng.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_tsc.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_usdhc.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_wdog.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_xbara.c
+
+
+ $PROJ_DIR$\Libraries\drivers\fsl_xbarb.c
+
+
+ $PROJ_DIR$\Libraries\iar\startup_MIMXRT1052.s
+
+
+ $PROJ_DIR$\Libraries\system_MIMXRT1052.c
+
+
+
+ lwIP
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\api\api_lib.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\api\api_msg.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\ipv4\autoip.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\def.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\ipv4\dhcp.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\dns.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\api\err.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\ipv4\etharp.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\netif\ethernet.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\netif\ethernetif.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\ipv4\icmp.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\ipv4\igmp.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\inet_chksum.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\init.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\ip.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\ipv4\ip4.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\ipv4\ip4_addr.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\ipv4\ip4_frag.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\netif\lowpan6.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\memp.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\api\netbuf.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\api\netdb.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\netif.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\api\netifapi.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\pbuf.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\raw.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\api\sockets.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\stats.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\sys.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\arch\sys_arch.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\tcp.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\tcp_in.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\tcp_out.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\api\tcpip.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\timeouts.c
+
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\udp.c
+
+
+
diff --git a/bsp/imxrt1052-evk/rtconfig.h b/bsp/imxrt1052-evk/rtconfig.h
index 61ca46d80f..ccb32ff81d 100644
--- a/bsp/imxrt1052-evk/rtconfig.h
+++ b/bsp/imxrt1052-evk/rtconfig.h
@@ -48,6 +48,9 @@
#define RT_CONSOLEBUF_SIZE 128
#define RT_CONSOLE_DEVICE_NAME "uart1"
/* RT_USING_MODULE is not set */
+#define ARCH_ARM
+#define ARCH_ARM_CORTEX_M
+#define ARCH_ARM_CORTEX_M7
/* RT-Thread Components */
@@ -61,7 +64,9 @@
/* Command shell */
#define RT_USING_FINSH
+#define FINSH_THREAD_NAME "tshell"
#define FINSH_USING_HISTORY
+#define FINSH_HISTORY_LINES 5
#define FINSH_USING_SYMTAB
#define FINSH_USING_DESCRIPTION
#define FINSH_THREAD_PRIORITY 20
@@ -100,6 +105,7 @@
/* RT_USING_DFS_ROMFS is not set */
/* RT_USING_DFS_RAMFS is not set */
/* RT_USING_DFS_UFFS is not set */
+/* RT_USING_DFS_JFFS2 is not set */
/* RT_USING_DFS_NFS is not set */
/* Device Drivers */
@@ -108,6 +114,7 @@
#define RT_USING_SERIAL
/* RT_USING_CAN is not set */
/* RT_USING_HWTIMER is not set */
+/* RT_USING_CPUTIME is not set */
#define RT_USING_I2C
#define RT_USING_I2C_BITOPS
/* RT_USING_PIN is not set */
@@ -135,8 +142,9 @@
/* light weight TCP/IP stack */
#define RT_USING_LWIP
-#define RT_USING_LWIP141
-/* RT_USING_LWIP202 is not set */
+/* RT_USING_LWIP141 is not set */
+#define RT_USING_LWIP202
+/* RT_USING_LWIP_IPV6 is not set */
/* RT_LWIP_IGMP is not set */
#define RT_LWIP_ICMP
/* RT_LWIP_SNMP is not set */
@@ -210,11 +218,17 @@
/* RT_USING_LOGTRACE is not set */
/* RT_USING_RYM is not set */
+/* ARM CMSIS */
+
+/* RT_USING_CMSIS_OS is not set */
+/* RT_USING_RTT_CMSIS is not set */
+
/* RT-Thread online packages */
/* system packages */
/* PKG_USING_PARTITION is not set */
+/* PKG_USING_PERSIMMON is not set */
/* PKG_USING_SQLITE is not set */
/* PKG_USING_RTI is not set */
@@ -225,8 +239,21 @@
/* PKG_USING_MONGOOSE is not set */
/* PKG_USING_WEBTERMINAL is not set */
/* PKG_USING_CJSON is not set */
+/* PKG_USING_LJSON is not set */
/* PKG_USING_EZXML is not set */
/* PKG_USING_NANOPB is not set */
+/* PKG_USING_GAGENT_CLOUD is not set */
+
+/* Wi-Fi */
+
+/* Marvell WiFi */
+
+/* PKG_USING_WLANMARVELL is not set */
+
+/* Wiced WiFi */
+
+/* PKG_USING_WLAN_WICED is not set */
+/* PKG_USING_COAP is not set */
/* security packages */
@@ -258,6 +285,7 @@
/* example package: hello */
/* PKG_USING_HELLO is not set */
+#define SOC_IMXRT1052
#define RT_USING_UART
#define RT_USING_UART1