Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
Zigbee_DevProject
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
limm
Zigbee_DevProject
Commits
39b23c12
Commit
39b23c12
authored
May 19, 2021
by
limm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modefied some files for build target file
parent
8d0cc329
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7451 additions
and
7015 deletions
+7451
-7015
LightPanel/Z3LightPanelDemoTest/00ikonke-app/ikk-config.h
LightPanel/Z3LightPanelDemoTest/00ikonke-app/ikk-config.h
+47
-95
LightPanel/Z3LightPanelDemoTest/00ikonke-app/ikk-user.c
LightPanel/Z3LightPanelDemoTest/00ikonke-app/ikk-user.c
+0
-4
LightPanel/Z3LightPanelDemoTest/Z3LightPanelDemoTest-prebuild.bat
...el/Z3LightPanelDemoTest/Z3LightPanelDemoTest-prebuild.bat
+1
-1
LightPanel/Z3LightPanelDemoTest/Z3LightPanelDemoTest.dep
LightPanel/Z3LightPanelDemoTest/Z3LightPanelDemoTest.dep
+3717
-3724
LightPanel/Z3LightPanelDemoTest/Z3LightPanelDemoTest.ewd
LightPanel/Z3LightPanelDemoTest/Z3LightPanelDemoTest.ewd
+1486
-1647
LightPanel/Z3LightPanelDemoTest/Z3LightPanelDemoTest.ewp
LightPanel/Z3LightPanelDemoTest/Z3LightPanelDemoTest.ewp
+2168
-1520
LightPanel/Z3LightPanelDemoTest/settings/Z3LightPanelDemoTest.Normal.general.xcl
...DemoTest/settings/Z3LightPanelDemoTest.Normal.general.xcl
+1
-1
LightPanel/Z3LightPanelDemoTest/settings/Z3LightPanelDemoTest.wsdt
...l/Z3LightPanelDemoTest/settings/Z3LightPanelDemoTest.wsdt
+31
-23
No files found.
LightPanel/Z3LightPanelDemoTest/00ikonke-app/ikk-config.h
View file @
39b23c12
#ifndef __IKONKE_CONFIG_H______________________________________
#define __IKONKE_CONFIG_H______________________________________
/*Dsp: firmware name */
#define FIRMWARE_NAME "sample_light_panel"
#include "stdio.h"
#include "string.h"
#include "stdlib.h"
#include "ctype.h"
//
//
/*Dsp: product model id */
#define PRODUCT_MODEL "KK-PA-M10X"
#define EMBER_AF_PLUGIN_OTA_CLIENT_POLICY_IMAGE_TYPE_ID 1000
#define EMBER_AF_PLUGIN_OTA_CLIENT_POLICY_FIRMWARE_VERSION 2
#define EMBER_AF_PLUGIN_OTA_CLIENT_POLICY_HARDWARE_VERSION 0
//// $[SERIAL]
//#define BSP_SERIAL_APP_PORT (HAL_SERIAL_PORT_USART0)
//#define HAL_SERIAL_RXWAKE_ENABLE (0)
//#define HAL_SERIAL_IDLE_WAKE_ENABLE (1)
//#define HAL_SERIAL_USART0_ENABLE (0)
//#define HAL_SERIAL_USART1_ENABLE (0)
//#define HAL_SERIAL_USART2_ENABLE (0)
//#define BSP_SERIAL_APP_TX_PIN (3U)
//#define BSP_SERIAL_APP_TX_PORT (gpioPortA)
//
//#define BSP_SERIAL_APP_RX_PIN (2U)
//#define BSP_SERIAL_APP_RX_PORT (gpioPortA)
//
//#define HAL_SERIAL_APP_BAUD_RATE (115200UL)
//#define HAL_SERIAL_APP_FLOW_CONTROL (HAL_USART_FLOW_CONTROL_NONE)
//#define HAL_SERIAL_APP_RXSTOP (16UL)
//#define HAL_SERIAL_APP_RXSTART (16UL)
//#define HAL_SERIAL_APP_TX_QUEUE_SIZE (128UL)
//#define HAL_SERIAL_APP_RX_QUEUE_SIZE (128UL)
//// [SERIAL]$
//
//// $[SPIDISPLAY]
//// [SPIDISPLAY]$
//
//// $[SPINCP]
//// [SPINCP]$
//
//// $[TIMER0]
//// [TIMER0]$
//
//// $[TIMER1]
//// [TIMER1]$
//
//// $[TIMER2]
//// [TIMER2]$
//
//// $[TIMER3]
//// [TIMER3]$
//
//// $[UARTNCP]
//// [UARTNCP]$
//
//// $[USART0]
//#define PORTIO_USART0_RX_PIN (2U)
//#define PORTIO_USART0_RX_PORT (gpioPortA)
//
//#define PORTIO_USART0_TX_PIN (3U)
//#define PORTIO_USART0_TX_PORT (gpioPortA)
//
//#define HAL_USART0_ENABLE (1)
//
//#define BSP_USART0_TX_PIN (3U)
//#define BSP_USART0_TX_PORT (gpioPortA)
//
//#define BSP_USART0_RX_PIN (2U)
//#define BSP_USART0_RX_PORT (gpioPortA)
//
//#define HAL_USART0_BAUD_RATE (115200UL)
//#define HAL_USART0_FLOW_CONTROL (HAL_USART_FLOW_CONTROL_NONE)
//#define HAL_USART0_RXSTOP (16UL)
//#define HAL_USART0_RXSTART (16UL)
//#define HAL_USART0_TX_QUEUE_SIZE (128UL)
//#define HAL_USART0_RX_QUEUE_SIZE (128UL)
//// [USART0]$
//
//// $[USART1]
//#define PORTIO_USART1_RX_PIN (5U)
//#define PORTIO_USART1_RX_PORT (gpioPortA)
//
//#define PORTIO_USART1_TX_PIN (4U)
//#define PORTIO_USART1_TX_PORT (gpioPortA)
//
//#define HAL_USART1_ENABLE (1)
//
//#define BSP_USART1_TX_PIN (4U)
//#define BSP_USART1_TX_PORT (gpioPortA)
//
//#define BSP_USART1_RX_PIN (5U)
//#define BSP_USART1_RX_PORT (gpioPortA)
//
//#define HAL_USART1_BAUD_RATE (115200UL)
//#define HAL_USART1_FLOW_CONTROL (HAL_USART_FLOW_CONTROL_NONE)
//#define HAL_USART1_RXSTOP (16UL)
//#define HAL_USART1_RXSTART (16UL)
//#define HAL_USART1_TX_QUEUE_SIZE (128UL)
//#define HAL_USART1_RX_QUEUE_SIZE (128UL)
/*Dsp: APP Version */
#define FIRMWARE_VER 0x10
/*Dsp: Stack Version */
/* 6.6.4 -------------->0x10 */
/* 6.6.5 -------------->0x11 */
/* 6.6.7 -------------->0x12 */
/* ***** */
#define STACK_VER 0x11
/*Dsp: HARDWARE_VER */
#define HARDWARE_VERSION 0x10
/*Dsp: MANUFATURE NAME */
#define MANUFATURE NAME "Konke"
/*Dsp: MODEL_ID */
#define MODEL_ID "3AFE101000068601"
/*Dsp: OTA_IMAGE_TYPE */
#define OTA_IMAGE_TYPE 65000
/*Dsp: OTA_FIRMVERSION */
#define OTA_FIRMVERSION 0x10
/*Dsp: MANUFATURE_CODE */
#define MANUFATURE_CODE 0x1268
/*Dsp: OTA_HARDWARE_VER */
#define OTA_HARDWARE_VER 0x11
/*Dsp: Chip Type */
#define CHIP_IC "EFR32MG21A020F768IM32"
/*Dsp: */
/* MG21------>EFR32MG21A020F768IM32 */
/* MG13------>EFR32MG13P732F512GM32 */
/*Dsp: IC_Frequency offset calibration value */
#define FRQ_OFFSET_CALIBRATION_VALUE 0x0180
/*Dsp: */
/* MG21---|(贴片型) --->0X0180 */
/* |(直插型) --->0X0180 */
/* MG13----------------->0x01A0 */
/*Dsp: old aging enable or false */
//#define FACTORY_TEST_ENABLE TRUE
#endif
LightPanel/Z3LightPanelDemoTest/00ikonke-app/ikk-user.c
View file @
39b23c12
...
...
@@ -1729,8 +1729,6 @@ void kDelaySetLedStatusEventHandler(void)
#endif
}
//ota升级失败或入网成功和失败后LED闪烁完成后处理,需要根据不同产品来修改
static
void
kSetLedStatus
(
LED_ID_ENUM
id
)
{
...
...
@@ -1742,7 +1740,6 @@ static void kSetLedStatus(LED_ID_ENUM id)
}
}
static
bool
kEndpointIsValid
(
uint8_t
endpoint
)
{
bool
ret
=
false
;
...
...
@@ -1760,7 +1757,6 @@ static bool kEndpointIsValid(uint8_t endpoint)
return
ret
;
}
static
void
kLEDOffAction
(
LED_ID_ENUM
led_id
)
{
iKonkeAfSelfPrint
(
"LED_Off_Action LED_ID (%d).
\r\n
"
,
led_id
);
...
...
LightPanel/Z3LightPanelDemoTest/Z3LightPanelDemoTest-prebuild.bat
View file @
39b23c12
...
...
@@ -13,4 +13,4 @@ set "studioInstallationDir=%param[4]:"=%"
set "projDir=
%~dp0
"
set "projDir=
%projDir
:"=
%
"
"
%studioInstallationDir%
/developer\adapter_packs\python\Scripts\python.exe" "
%projDir%
/Z3LightPanelDemoTest-prebuild.py"
\ No newline at end of file
:"
%studioInstallationDir%
/developer\adapter_packs\python\Scripts\python.exe" "
%projDir%
/Z3LightPanelDemoTest-prebuild.py"
\ No newline at end of file
LightPanel/Z3LightPanelDemoTest/Z3LightPanelDemoTest.dep
View file @
39b23c12
This source diff could not be displayed because it is too large. You can
view the blob
instead.
LightPanel/Z3LightPanelDemoTest/Z3LightPanelDemoTest.ewd
View file @
39b23c12
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- This file was generated by Simplicity Studio from the following template:
app/esf_common/template/efr32/efr32.ewd
Please do not edit it directly.
-->
<?xml version="1.0" encoding="UTF-8"?>
<project>
<fileVersion>
2
</fileVersion>
<fileVersion>
3
</fileVersion>
<configuration>
<name>
Normal
</name>
<toolchain>
...
...
@@ -16,7 +11,7 @@
<name>
C-SPY
</name>
<archiveVersion>
2
</archiveVersion>
<data>
<version>
28
</version>
<version>
31
</version>
<wantNonLocal>
1
</wantNonLocal>
<debug>
1
</debug>
<option>
...
...
@@ -93,7 +88,7 @@
</option>
<option>
<name>
OCLastSavedByProductVersion
</name>
<state>
7.80.2.11970
</state>
<state>
8.40.1.21529
</state>
</option>
<option>
<name>
UseFlashLoader
</name>
...
...
@@ -117,7 +112,7 @@
</option>
<option>
<name>
FlashLoadersV3
</name>
<state>
$TOOLKIT_DIR$\config\flashloader\SiliconLaboratories\FlashGECKOP
2.board
</state>
<state>
$TOOLKIT_DIR$\config\flashloader\SiliconLaboratories\FlashGECKOS
2.board
</state>
</option>
<option>
<name>
OCImagesSuppressCheck1
</name>
...
...
@@ -187,14 +182,6 @@
<name>
OCMulticoreNrOfCores
</name>
<state>
1
</state>
</option>
<option>
<name>
OCMulticoreMaster
</name>
<state>
0
</state>
</option>
<option>
<name>
OCMulticorePort
</name>
<state>
53461
</state>
</option>
<option>
<name>
OCMulticoreWorkspace
</name>
<state></state>
...
...
@@ -215,73 +202,46 @@
<name>
OCAttachSlave
</name>
<state>
0
</state>
</option>
</data>
</settings>
<settings>
<name>
ARMSIM_ID
</name>
<archiveVersion>
2
</archiveVersion>
<data>
<version>
1
</version>
<wantNonLocal>
1
</wantNonLocal>
<debug>
1
</debug>
<option>
<name>
OCSimDriverInfo
</name>
<state>
1
</state>
<name>
MassEraseBeforeFlashing
</name>
<state>
0
</state>
</option>
<option>
<name>
OCSimEnablePSP
</name>
<state>
0
</state>
<name>
OCMulticoreNrOfCoresSlave
</name>
<state>
1
</state>
</option>
<option>
<name>
OCSimPspOverrideConfig
</name>
<name>
OCMulticoreAMPConfigType
</name>
<state>
0
</state>
</option>
<option>
<name>
OCSimPspConfig
File
</name>
<name>
OCMulticoreSession
File
</name>
<state></state>
</option>
</data>
</settings>
<settings>
<name>
ANGEL
_ID
</name>
<name>
ARMSIM
_ID
</name>
<archiveVersion>
2
</archiveVersion>
<data>
<version>
0
</version>
<version>
1
</version>
<wantNonLocal>
1
</wantNonLocal>
<debug>
1
</debug>
<option>
<name>
CCAngelHeartbeat
</name>
<state>
1
</state>
</option>
<option>
<name>
CAngelCommunication
</name>
<name>
OCSimDriverInfo
</name>
<state>
1
</state>
</option>
<option>
<name>
CAngelCommBaud
</name>
<version>
0
</version>
<state>
3
</state>
</option>
<option>
<name>
CAngelCommPort
</name>
<version>
0
</version>
<name>
OCSimEnablePSP
</name>
<state>
0
</state>
</option>
<option>
<name>
ANGELTCPIP
</name>
<state>
aaa.bbb.ccc.ddd
</state>
</option>
<option>
<name>
DoAngelLogfile
</name>
<name>
OCSimPspOverrideConfig
</name>
<state>
0
</state>
</option>
<option>
<name>
AngelLogFile
</name>
<state>
$TOOLKIT_DIR$\cspycomm.log
</state>
</option>
<option>
<name>
OCDriverInfo
</name>
<state>
1
</state>
<name>
OCSimPspConfigFile
</name>
<state></state>
</option>
</data>
</settings>
...
...
@@ -530,37 +490,6 @@
</option>
</data>
</settings>
<settings>
<name>
IARROM_ID
</name>
<archiveVersion>
2
</archiveVersion>
<data>
<version>
1
</version>
<wantNonLocal>
1
</wantNonLocal>
<debug>
1
</debug>
<option>
<name>
CRomLogFileCheck
</name>
<state>
0
</state>
</option>
<option>
<name>
CRomLogFileEditB
</name>
<state>
$TOOLKIT_DIR$\cspycomm.log
</state>
</option>
<option>
<name>
CRomCommPort
</name>
<version>
0
</version>
<state>
0
</state>
</option>
<option>
<name>
CRomCommBaud
</name>
<version>
0
</version>
<state>
7
</state>
</option>
<option>
<name>
OCDriverInfo
</name>
<state>
1
</state>
</option>
</data>
</settings>
<settings>
<name>
IJET_ID
</name>
<archiveVersion>
2
</archiveVersion>
...
...
@@ -1025,91 +954,23 @@
</data>
</settings>
<settings>
<name>
MACRAIGOR
_ID
</name>
<name>
NULINK
_ID
</name>
<archiveVersion>
2
</archiveVersion>
<data>
<version>
3
</version>
<version>
0
</version>
<wantNonLocal>
1
</wantNonLocal>
<debug>
1
</debug>
<option>
<name>
jtag
</name>
<version>
0
</version>
<state>
0
</state>
</option>
<option>
<name>
EmuSpeed
</name>
<name>
OCDriverInfo
</name>
<state>
1
</state>
</option>
<option>
<name>
TCPIP
</name>
<state>
aaa.bbb.ccc.ddd
</state>
</option>
<option>
<name>
DoLogfile
</name>
<state>
0
</state>
</option>
<option>
<name>
LogFile
</name>
<state>
$TOOLKIT_DIR$\cspycomm.log
</state>
</option>
<option>
<name>
DoEmuMultiTarget
</name>
<state>
0
</state>
</option>
<option>
<name>
EmuMultiTarget
</name>
<state>
0@ARM7TDMI
</state>
</option>
<option>
<name>
EmuHWReset
</name>
<state>
0
</state>
</option>
<option>
<name>
CEmuCommBaud
</name>
<version>
0
</version>
<state>
4
</state>
</option>
<option>
<name>
CEmuCommPort
</name>
<version>
0
</version>
<state>
0
</state>
</option>
<option>
<name>
jtago
</name>
<version>
0
</version>
<state>
0
</state>
</option>
<option>
<name>
OCDriverInfo
</name>
<state>
1
</state>
</option>
<option>
<name>
UnusedAddr
</name>
<state>
0x00800000
</state>
</option>
<option>
<name>
CCMacraigorHWResetDelay
</name>
<state></state>
</option>
<option>
<name>
CCJTagBreakpointRadio
</name>
<state>
0
</state>
</option>
<option>
<name>
CCJTagDoUpdateBreakpoints
</name>
<state>
0
</state>
</option>
<option>
<name>
CCJTagUpdateBreakpoints
</name>
<state>
main
</state>
</option>
<option>
<name>
CCMacraigorInterfaceRadio
</name>
<state>
0
</state>
</option>
<option>
<name>
CCMacraigorInterfaceCmdLine
</name>
<state>
0
</state>
<state>
$PROJ_DIR$\cspycomm.log
</state>
</option>
</data>
</settings>
...
...
@@ -1138,68 +999,11 @@
</option>
</data>
</settings>
<settings>
<name>
RDI_ID
</name>
<archiveVersion>
2
</archiveVersion>
<data>
<version>
2
</version>
<wantNonLocal>
1
</wantNonLocal>
<debug>
1
</debug>
<option>
<name>
CRDIDriverDll
</name>
<state>
Browse to your RDI driver
</state>
</option>
<option>
<name>
CRDILogFileCheck
</name>
<state>
0
</state>
</option>
<option>
<name>
CRDILogFileEdit
</name>
<state>
$TOOLKIT_DIR$\cspycomm.log
</state>
</option>
<option>
<name>
CCRDIHWReset
</name>
<state>
0
</state>
</option>
<option>
<name>
CCRDICatchReset
</name>
<state>
0
</state>
</option>
<option>
<name>
CCRDICatchUndef
</name>
<state>
0
</state>
</option>
<option>
<name>
CCRDICatchSWI
</name>
<state>
0
</state>
</option>
<option>
<name>
CCRDICatchData
</name>
<state>
0
</state>
</option>
<option>
<name>
CCRDICatchPrefetch
</name>
<state>
0
</state>
</option>
<option>
<name>
CCRDICatchIRQ
</name>
<state>
0
</state>
</option>
<option>
<name>
CCRDICatchFIQ
</name>
<state>
0
</state>
</option>
<option>
<name>
OCDriverInfo
</name>
<state>
1
</state>
</option>
</data>
</settings>
<settings>
<name>
STLINK_ID
</name>
<archiveVersion>
2
</archiveVersion>
<data>
<version>
3
</version>
<version>
6
</version>
<wantNonLocal>
1
</wantNonLocal>
<debug>
1
</debug>
<option>
...
...
@@ -1216,7 +1020,7 @@
</option>
<option>
<name>
CCSTLinkResetList
</name>
<version>
1
</version>
<version>
3
</version>
<state>
0
</state>
</option>
<option>
...
...
@@ -1297,13 +1101,26 @@
</option>
<option>
<name>
CCSTLinkJtagSpeedList
</name>
<version>
0
</version>
<version>
2
</version>
<state>
0
</state>
</option>
<option>
<name>
CCSTLinkDAPNumber
</name>
<state></state>
</option>
<option>
<name>
CCSTLinkDebugAccessPortRadio
</name>
<state>
0
</state>
</option>
<option>
<name>
CCSTLinkUseServerSelect
</name>
<state>
0
</state>
</option>
<option>
<name>
CCSTLinkProbeList
</name>
<version>
0
</version>
<state>
1
</state>
</option>
</data>
</settings>
<settings>
...
...
@@ -1406,7 +1223,7 @@
<name>
XDS100_ID
</name>
<archiveVersion>
2
</archiveVersion>
<data>
<version>
6
</version>
<version>
8
</version>
<wantNonLocal>
1
</wantNonLocal>
<debug>
1
</debug>
<option>
...
...
@@ -1568,35 +1385,47 @@
<name>
CCXds100SWOPort
</name>
<state>
1
</state>
</option>
<option>
<name>
CCXDSTargetVccEnable
</name>
<state>
0
</state>
</option>
<option>
<name>
CCXDSTargetVoltage
</name>
<state>
###Uninitialized###
</state>
</option>
<option>
<name>
OCXDSDigitalStatesConfigFile
</name>
<state>
1
</state>
</option>
</data>
</settings>
<debuggerPlugins>
<plugin>
<file>
$TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare
.ewplugin
</file>
<file>
$TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU
.ewplugin
</file>
<loadFlag>
0
</loadFlag>
</plugin>
<plugin>
<file>
$TOOLKIT_DIR$\plugins\middleware\PercepioTraceExporter\PercepioTraceExportPlugin
.ewplugin
</file>
<file>
$TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU
.ewplugin
</file>
<loadFlag>
0
</loadFlag>
</plugin>
<plugin>
<file>
$TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU
.ewplugin
</file>
<file>
$TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin
.ewplugin
</file>
<loadFlag>
0
</loadFlag>
</plugin>
<plugin>
<file>
$TOOLKIT_DIR$\plugins\rtos\CMX\Cmx
ArmPlugin.ENU.ewplugin
</file>
<file>
$TOOLKIT_DIR$\plugins\rtos\FreeRtos\FreeRtos
ArmPlugin.ENU.ewplugin
</file>
<loadFlag>
0
</loadFlag>
</plugin>
<plugin>
<file>
$TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU
.ewplugin
</file>
<file>
$TOOLKIT_DIR$\plugins\rtos\HWRTOSplugin\HWRTOSplugin
.ewplugin
</file>
<loadFlag>
0
</loadFlag>
</plugin>
<plugin>
<file>
$TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin
.ewplugin
</file>
<file>
$TOOLKIT_DIR$\plugins\rtos\Mbed\MbedArmPlugin.ENU
.ewplugin
</file>
<loadFlag>
0
</loadFlag>
</plugin>
<plugin>
<file>
$TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin
.ewplugin
</file>
<file>
$TOOLKIT_DIR$\plugins\rtos\Mbed\MbedArmPlugin2.ENU
.ewplugin
</file>
<loadFlag>
0
</loadFlag>
</plugin>
<plugin>
...
...
@@ -1604,13 +1433,21 @@
<loadFlag>
0
</loadFlag>
</plugin>
<plugin>
<file>
$TOOLKIT_DIR$\plugins\rtos\Quadros\Quadros_EWB7_Plugin
.ewplugin
</file>
<file>
$TOOLKIT_DIR$\plugins\rtos\RemedyRtosViewer\RemedyRtosViewer
.ewplugin
</file>
<loadFlag>
0
</loadFlag>
</plugin>
<plugin>
<file>
$TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin
</file>
<loadFlag>
0
</loadFlag>
</plugin>
<plugin>
<file>
$TOOLKIT_DIR$\plugins\rtos\SMX\smxAwareIarArm8.ewplugin
</file>
<loadFlag>
0
</loadFlag>
</plugin>
<plugin>
<file>
$TOOLKIT_DIR$\plugins\rtos\SMX\smxAwareIarArm8BE.ewplugin
</file>
<loadFlag>
0
</loadFlag>
</plugin>
<plugin>
<file>
$TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin
</file>
<loadFlag>
0
</loadFlag>
...
...
@@ -1639,6 +1476,10 @@
<file>
$EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin
</file>
<loadFlag>
0
</loadFlag>
</plugin>
<plugin>
<file>
$EW_DIR$\common\plugins\TargetAccessServer\TargetAccessServer.ENU.ewplugin
</file>
<loadFlag>
0
</loadFlag>
</plugin>
<plugin>
<file>
$EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin
</file>
<loadFlag>
0
</loadFlag>
...
...
@@ -1646,5 +1487,3 @@
</debuggerPlugins>
</configuration>
</project>
LightPanel/Z3LightPanelDemoTest/Z3LightPanelDemoTest.ewp
View file @
39b23c12
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- This file was generated by Simplicity Studio from the following template:
app/esf_common/template/efr32/efr32-afv2.ewp
Please do not edit it directly.
-->
<?xml version="1.0" encoding="UTF-8"?>
<project>
<fileVersion>
2
</fileVersion>
<fileVersion>
3
</fileVersion>
<configuration>
<name>
Normal
</name>
<toolchain>
...
...
@@ -16,7 +11,7 @@
<name>
General
</name>
<archiveVersion>
3
</archiveVersion>
<data>
<version>
24
</version>
<version>
31
</version>
<wantNonLocal>
1
</wantNonLocal>
<debug>
1
</debug>
<option>
...
...
@@ -39,23 +34,13 @@
<name>
GEndianMode
</name>
<state>
0
</state>
</option>
<option>
<name>
Input variant
</name>
<version>
3
</version>
<state>
1
</state>
</option>
<option>
<name>
Input description
</name>
<state>
Full formatting.
</state>
</option>
<option>
<name>
Output variant
</name>
<version>
2
</version>
<state>
5
</state>
<state>
Full formatting, without multibyte support.
</state>
</option>
<option>
<name>
Output description
</name>
<state>
No specifier a, A, no specifier n, no float nor long long
.
</state>
<state>
No specifier a, A, no specifier n, no float nor long long, without multibyte support
.
</state>
</option>
<option>
<name>
GOutputBinary
</name>
...
...
@@ -81,7 +66,7 @@
</option>
<option>
<name>
OGLastSavedByProductVersion
</name>
<state>
7.80.2.11970
</state>
<state>
8.40.1.21529
</state>
</option>
<option>
<name>
GeneralEnableMisra
</name>
...
...
@@ -127,12 +112,12 @@
</option>
<option>
<name>
RTConfigPath2
</name>
<state>
$TOOLKIT_DIR$\INC
\c\DLib_Config_Normal.h
</state>
<state>
$TOOLKIT_DIR$\inc
\c\DLib_Config_Normal.h
</state>
</option>
<option>
<name>
GBECoreSlave
</name>
<version>
24
</version>
<state>
3
9
</state>
<version>
27
</version>
<state>
5
9
</state>
</option>
<option>
<name>
OGUseCmsis
</name>
...
...
@@ -148,8 +133,8 @@
</option>
<option>
<name>
CoreVariant
</name>
<version>
24
</version>
<state>
3
9
</state>
<version>
27
</version>
<state>
5
9
</state>
</option>
<option>
<name>
GFPUDeviceSlave
</name>
...
...
@@ -158,7 +143,7 @@
<option>
<name>
FPU2
</name>
<version>
0
</version>
<state>
4
</state>
<state>
0
</state>
</option>
<option>
<name>
NrRegs
</name>
...
...
@@ -171,8 +156,58 @@
</option>
<option>
<name>
GFPUCoreSlave2
</name>
<version>
24
</version>
<state>
39
</state>
<version>
27
</version>
<state>
59
</state>
</option>
<option>
<name>
OGCMSISPackSelectDevice
</name>
</option>
<option>
<name>
OgLibHeap
</name>
<state>
0
</state>
</option>
<option>
<name>
OGLibAdditionalLocale
</name>
<state>
0
</state>
</option>
<option>
<name>
OGPrintfVariant
</name>
<version>
0
</version>
<state>
3
</state>
</option>
<option>
<name>
OGPrintfMultibyteSupport
</name>
<state>
0
</state>
</option>
<option>
<name>
OGScanfVariant
</name>
<version>
0
</version>
<state>
1
</state>
</option>
<option>
<name>
OGScanfMultibyteSupport
</name>
<state>
0
</state>
</option>
<option>
<name>
GenLocaleTags
</name>
<state></state>
</option>
<option>
<name>
GenLocaleDisplayOnly
</name>
<state></state>
</option>
<option>
<name>
DSPExtension
</name>
<state>
0
</state>
</option>
<option>
<name>
TrustZone
</name>
<state>
1
</state>
</option>
<option>
<name>
TrustZoneModes
</name>
<version>
0
</version>
<state>
0
</state>
</option>
</data>
</settings>
...
...
@@ -180,7 +215,7 @@
<name>
ICCARM
</name>
<archiveVersion>
2
</archiveVersion>
<data>
<version>
31
</version>
<version>
35
</version>
<wantNonLocal>
1
</wantNonLocal>
<debug>
1
</debug>
<option>
...
...
@@ -220,7 +255,11 @@
<state>
APPLICATION_MFG_TOKEN_HEADER="znet-mfg-token.h"
</state>
<state>
MBEDTLS_DEVICE_ACCELERATION_CONFIG_FILE="configs/config-device-acceleration.h"
</state>
<state>
MBEDTLS_DEVICE_ACCELERATION_CONFIG_APP_FILE="config-device-acceleration-app.h"
</state>
<state>
NVM3_FLASH_PAGES=8
</state><state>
NVM3_DEFAULT_CACHE_SIZE=200
</state><state>
NVM3_MAX_OBJECT_SIZE=254
</state><state>
NVM3_DEFAULT_REPACK_HEADROOM=0
</state><state>
PHY_RAIL=1
</state>
<state>
NVM3_FLASH_PAGES=8
</state>
<state>
NVM3_DEFAULT_CACHE_SIZE=200
</state>
<state>
NVM3_MAX_OBJECT_SIZE=254
</state>
<state>
NVM3_DEFAULT_REPACK_HEADROOM=0
</state>
<state>
PHY_RAIL=1
</state>
</option>
<option>
<name>
CCPreprocFile
</name>
...
...
@@ -303,7 +342,6 @@
<name>
IExtraOptions
</name>
<state>
--no_path_in_file_macros
</state>
<state>
--separate_cluster_for_initialized_variables
</state>
</option>
<option>
<name>
CCLangConformance
</name>
...
...
@@ -317,10 +355,6 @@
<name>
CCRequirePrototypes
</name>
<state>
0
</state>
</option>
<option>
<name>
CCMultibyteSupport
</name>
<state>
0
</state>
</option>
<option>
<name>
CCDiagWarnAreErr
</name>
<state>
0
</state>
...
...
@@ -362,8 +396,6 @@
<state>
$PROJ_DIR$\..\..\..\..\platform\base\hal
</state>
<state>
$PROJ_DIR$\..\..\..\..\platform\base\hal\plugin
</state>
<state>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..
</state>
<!-- These base include paths should be listed first! -->
<!-- Wireless stacks should try including header files from base before other modules. -->
<state>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32
</state>
<state>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\config
</state>
<state>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\efr32
</state>
...
...
@@ -405,7 +437,6 @@
<state>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\include
</state>
<state>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\include\mbedtls
</state>
<state>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\include
</state>
</option>
<option>
<name>
CCStdIncCheck
</name>
...
...
@@ -415,10 +446,6 @@
<name>
CCCodeSection
</name>
<state>
.text
</state>
</option>
<option>
<name>
IInterwork2
</name>
<state>
0
</state>
</option>
<option>
<name>
IProcessorMode2
</name>
<state>
1
</state>
...
...
@@ -470,18 +497,6 @@
<name>
IccAllowVLA
</name>
<state>
0
</state>
</option>
<option>
<name>
IccCppDialect
</name>
<state>
1
</state>
</option>
<option>
<name>
IccExceptions
</name>
<state>
1
</state>
</option>
<option>
<name>
IccRTTI
</name>
<state>
1
</state>
</option>
<option>
<name>
IccStaticDestr
</name>
<state>
1
</state>
...
...
@@ -515,13 +530,41 @@
<name>
CCGuardCalls
</name>
<state>
1
</state>
</option>
<option>
<name>
CCEncSource
</name>
<state>
0
</state>
</option>
<option>
<name>
CCEncOutput
</name>
<state>
0
</state>
</option>
<option>
<name>
CCEncOutputBom
</name>
<state>
1
</state>
</option>
<option>
<name>
CCEncInput
</name>
<state>
0
</state>
</option>
<option>
<name>
IccExceptions2
</name>
<state>
0
</state>
</option>
<option>
<name>
IccRTTI2
</name>
<state>
0
</state>
</option>
<option>
<name>
OICompilerExtraOption
</name>
<state>
1
</state>
</option>
</data>
</settings>
<settings>
<name>
AARM
</name>
<archiveVersion>
2
</archiveVersion>
<data>
<version>
9
</version>
<version>
10
</version>
<wantNonLocal>
1
</wantNonLocal>
<debug>
1
</debug>
<option>
...
...
@@ -605,7 +648,11 @@
<state>
APPLICATION_MFG_TOKEN_HEADER="znet-mfg-token.h"
</state>
<state>
MBEDTLS_DEVICE_ACCELERATION_CONFIG_FILE="configs/config-device-acceleration.h"
</state>
<state>
MBEDTLS_DEVICE_ACCELERATION_CONFIG_APP_FILE="config-device-acceleration-app.h"
</state>
<state>
NVM3_FLASH_PAGES=8
</state><state>
NVM3_DEFAULT_CACHE_SIZE=200
</state><state>
NVM3_MAX_OBJECT_SIZE=254
</state><state>
NVM3_DEFAULT_REPACK_HEADROOM=0
</state><state>
PHY_RAIL=1
</state>
<state>
NVM3_FLASH_PAGES=8
</state>
<state>
NVM3_DEFAULT_CACHE_SIZE=200
</state>
<state>
NVM3_MAX_OBJECT_SIZE=254
</state>
<state>
NVM3_DEFAULT_REPACK_HEADROOM=0
</state>
<state>
PHY_RAIL=1
</state>
</option>
<option>
<name>
AList
</name>
...
...
@@ -683,10 +730,6 @@
<name>
AOutputFile
</name>
<state>
$FILE_BNAME$.o
</state>
</option>
<option>
<name>
AMultibyteSupport
</name>
<state>
0
</state>
</option>
<option>
<name>
ALimitErrorsCheck
</name>
<state>
0
</state>
...
...
@@ -712,8 +755,6 @@
<state>
$PROJ_DIR$\..\..\..\..\platform\base\hal
</state>
<state>
$PROJ_DIR$\..\..\..\..\platform\base\hal\plugin
</state>
<state>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..
</state>
<!-- These base include paths should be listed first! -->
<!-- Wireless stacks should try including header files from base before other modules. -->
<state>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32
</state>
<state>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\config
</state>
<state>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\efr32
</state>
...
...
@@ -754,7 +795,6 @@
<state>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\include
</state>
<state>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\include\mbedtls
</state>
<state>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\include
</state>
</option>
<option>
<name>
AExtraOptionsCheckV2
</name>
...
...
@@ -788,7 +828,7 @@
</option>
<option>
<name>
OOCOutputFile
</name>
<state>
Z3LightPanelDemoTest
.s37
</state>
<state>
Template
.s37
</state>
</option>
<option>
<name>
OOCCommandLineProducer
</name>
...
...
@@ -812,21 +852,21 @@
<settings>
<name>
BICOMP
</name>
<archiveVersion>
0
</archiveVersion>
<data
/>
<data
/>
</settings>
<settings>
<name>
BUILDACTION
</name>
<archiveVersion>
1
</archiveVersion>
<data>
<prebuild>
$PROJ_DIR$\Z3LightPanelDemoTest-prebuild.bat '$TARGET_BPATH$' '$PROJ_DIR$' '$TOOLKIT_DIR$' 'D:\SiliconLabs\SimplicityStudio\v4
'
</prebuild>
<postbuild>
$PROJ_DIR$\Z3LightPanelDemoTest-postbuild.bat '$TARGET_BPATH$' '$PROJ_DIR$' '$TOOLKIT_DIR$' 'D:\SiliconLabs\SimplicityStudio\v4
'
</postbuild>
<prebuild>
$PROJ_DIR$\..\..\..\tool\sdk_common-prebuild.bat '$TARGET_BPATH$' '$PROJ_DIR$' '$TOOLKIT_DIR$' '$TARGET_DIR$
'
</prebuild>
<postbuild>
$PROJ_DIR$\..\..\..\tool\sdk_common-postbuild.bat '$TARGET_BPATH$' '$PROJ_DIR$' '$TOOLKIT_DIR$' '$TARGET_DIR$
'
</postbuild>
</data>
</settings>
<settings>
<name>
ILINK
</name>
<archiveVersion>
0
</archiveVersion>
<data>
<version>
18
</version>
<version>
23
</version>
<wantNonLocal>
1
</wantNonLocal>
<debug>
1
</debug>
<option>
...
...
@@ -843,7 +883,7 @@
</option>
<option>
<name>
IlinkOutputFile
</name>
<state>
Z3LightPanelDemoTest
.out
</state>
<state>
Template
.out
</state>
</option>
<option>
<name>
IlinkDebugInfoEnable
</name>
...
...
@@ -885,7 +925,6 @@
<state>
HEADER_SIZE=512
</state>
<state>
LOCAL_STORAGE_BTL=1
</state>
<state>
EMBER_MALLOC_HEAP_SIZE=0
</state>
</option>
<option>
<name>
IlinkMapFile
</name>
...
...
@@ -1128,6 +1167,50 @@
<name>
IlinkIcfFile_AltDefault
</name>
<state></state>
</option>
<option>
<name>
IlinkEncInput
</name>
<state>
0
</state>
</option>
<option>
<name>
IlinkEncOutput
</name>
<state>
0
</state>
</option>
<option>
<name>
IlinkEncOutputBom
</name>
<state>
1
</state>
</option>
<option>
<name>
IlinkHeapSelect
</name>
<state>
1
</state>
</option>
<option>
<name>
IlinkLocaleSelect
</name>
<state>
1
</state>
</option>
<option>
<name>
IlinkTrustzoneImportLibraryOut
</name>
<state>
Template_import_lib.o
</state>
</option>
<option>
<name>
OILinkExtraOption
</name>
<state>
1
</state>
</option>
<option>
<name>
IlinkRawBinaryFile2
</name>
<state></state>
</option>
<option>
<name>
IlinkRawBinarySymbol2
</name>
<state></state>
</option>
<option>
<name>
IlinkRawBinarySegment2
</name>
<state></state>
</option>
<option>
<name>
IlinkRawBinaryAlign2
</name>
<state></state>
</option>
</data>
</settings>
<settings>
...
...
@@ -1154,420 +1237,985 @@
<settings>
<name>
BILINK
</name>
<archiveVersion>
0
</archiveVersion>
<data
/>
<data
/>
</settings>
</configuration>
<group>
<name>
00ikonke-app
</name>
<group>
<name>
driver
</name>
<file>
<name>
$PROJ_DIR$\00ikonke-app\driver\ikk-battery.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\driver\ikk-battery.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\driver\ikk-button.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\driver\ikk-button.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\driver\ikk-led.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\driver\ikk-led.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\driver\ikk-pwm.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\driver\ikk-pwm.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\driver\ikk-relay.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\driver\ikk-relay.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\driver\ikk-timer.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\driver\ikk-timer.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\driver\ikk-uart.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\driver\ikk-uart.h
</name>
</file>
</group>
<group>
<name>
general
</name>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-cluster.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-cluster.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-command.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-command.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-common-utils.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-common-utils.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-debug.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-factory-test.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-factory-test.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-module-def.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-network.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-network.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-opt-tunnel.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-opt-tunnel.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-ota.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-ota.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-sequence.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-sequence.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-tick-handler.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\general\ikk-tick-handler.h
</name>
</file>
</group>
<file>
<name>
$PROJ_DIR$\00ikonke-app\ikk-config.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\ikk-mfgtokens.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\ikk-tokens.h
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\ikk-user.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\00ikonke-app\ikk-user.h
</name>
</file>
</group>
<group>
<name>
emdrv
</name>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emdrv\dmadrv\src\dmadrv.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emdrv\dmadrv\src\dmadrv.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emdrv\gpiointerrupt\src\gpiointerrupt.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emdrv\gpiointerrupt\src\gpiointerrupt.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emdrv\rtcdrv\src\rtcdriver.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emdrv\rtcdrv\src\rtcdriver.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emdrv\sleep\src\sleep.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emdrv\sleep\src\sleep.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emdrv\tempdrv\src\tempdrv.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emdrv\tempdrv\src\tempdrv.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emdrv\ustimer\src\ustimer.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emdrv\ustimer\src\ustimer.c
</name>
</file>
</group>
<group>
<name>
emlib
</name>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_adc.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_adc.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_cmu.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_cmu.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_core.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_core.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_cryotimer.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_cryotimer.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_emu.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_emu.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_gpio.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_gpio.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_i2c.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_i2c.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_ldma.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_ldma.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_leuart.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_leuart.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_msc.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_msc.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_prs.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_prs.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_rmu.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_rmu.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_rtcc.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_rtcc.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_se.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_se.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_system.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_system.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_timer.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_timer.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_usart.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_usart.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\emlib\src\em_wdog.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\emlib\src\em_wdog.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\..\..
\Device\SiliconLabs\EFR32MG21\Source\system_efr32mg21.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform
\Device\SiliconLabs\EFR32MG21\Source\system_efr32mg21.c
</name>
</file>
</group>
<group>
<name>
Libraries
</name>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\binding-table-library-cortexm3-iar-efr32mg21-rail\binding-table-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\cbke-163k1-stub-library-cortexm3-iar-efr32mg21-rail\cbke-163k1-stub-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\cbke-283k1-stub-library-cortexm3-iar-efr32mg21-rail\cbke-283k1-stub-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\cbke-stub-library-cortexm3-iar-efr32mg21-rail\cbke-stub-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\cbke-library-dsa-sign-stub-cortexm3-iar-efr32mg21-rail\cbke-library-dsa-sign-stub.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\cbke-library-dsa-verify-stub-cortexm3-iar-efr32mg21-rail\cbke-library-dsa-verify-stub.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\cbke-library-dsa-verify-283k1-stub-cortexm3-iar-efr32mg21-rail\cbke-library-dsa-verify-283k1-stub.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\debug-basic-stub-library-cortexm3-iar-efr32mg21-rail\debug-basic-stub-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\debug-extended-stub-library-cortexm3-iar-efr32mg21-rail\debug-extended-stub-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\end-device-bind-stub-library-cortexm3-iar-efr32mg21-rail\end-device-bind-stub-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\gp-library-cortexm3-iar-efr32mg21-rail\gp-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\hal-library-cortexm3-iar-efr32mg21-rail\hal-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\install-code-library-cortexm3-iar-efr32mg21-rail\install-code-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\mfglib-library-cortexm3-iar-efr32mg21-rail\mfglib-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\multi-network-stub-library-cortexm3-iar-efr32mg21-rail\multi-network-stub-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\emdrv\nvm3\lib\libnvm3_CM33_iar.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\packet-validate-library-cortexm3-iar-efr32mg21-rail\packet-validate-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\radio\rail_lib\autogen\librail_release\librail_efr32xg21_iar_release.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\security-library-core-cortexm3-iar-efr32mg21-rail\security-library-core.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\security-library-link-keys-stub-cortexm3-iar-efr32mg21-rail\security-library-link-keys-stub.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\sim-eeprom2-to-nvm3-upgrade-stub-library-cortexm3-iar-efr32mg21-rail\sim-eeprom2-to-nvm3-upgrade-stub-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\zigbee-pro-stack-cortexm3-iar-efr32mg21-rail\zigbee-pro-stack.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\zigbee-r22-support-stub-library-cortexm3-iar-efr32mg21-rail\zigbee-r22-support-stub-library.a
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\build\zll-stub-library-cortexm3-iar-efr32mg21-rail\zll-stub-library.a
</name></file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\binding-table-library-cortexm3-iar-efr32mg21-rail\binding-table-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\cbke-163k1-stub-library-cortexm3-iar-efr32mg21-rail\cbke-163k1-stub-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\cbke-283k1-stub-library-cortexm3-iar-efr32mg21-rail\cbke-283k1-stub-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\cbke-library-dsa-sign-stub-cortexm3-iar-efr32mg21-rail\cbke-library-dsa-sign-stub.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\cbke-library-dsa-verify-283k1-stub-cortexm3-iar-efr32mg21-rail\cbke-library-dsa-verify-283k1-stub.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\cbke-library-dsa-verify-stub-cortexm3-iar-efr32mg21-rail\cbke-library-dsa-verify-stub.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\cbke-stub-library-cortexm3-iar-efr32mg21-rail\cbke-stub-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\debug-basic-stub-library-cortexm3-iar-efr32mg21-rail\debug-basic-stub-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\debug-extended-stub-library-cortexm3-iar-efr32mg21-rail\debug-extended-stub-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\end-device-bind-stub-library-cortexm3-iar-efr32mg21-rail\end-device-bind-stub-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\gp-library-cortexm3-iar-efr32mg21-rail\gp-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\hal-library-cortexm3-iar-efr32mg21-rail\hal-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\install-code-library-cortexm3-iar-efr32mg21-rail\install-code-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\emdrv\nvm3\lib\libnvm3_CM33_iar.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\radio\rail_lib\autogen\librail_release\librail_efr32xg21_iar_release.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\mfglib-library-cortexm3-iar-efr32mg21-rail\mfglib-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\multi-network-stub-library-cortexm3-iar-efr32mg21-rail\multi-network-stub-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\packet-validate-library-cortexm3-iar-efr32mg21-rail\packet-validate-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\security-library-core-cortexm3-iar-efr32mg21-rail\security-library-core.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\security-library-link-keys-stub-cortexm3-iar-efr32mg21-rail\security-library-link-keys-stub.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\sim-eeprom2-to-nvm3-upgrade-stub-library-cortexm3-iar-efr32mg21-rail\sim-eeprom2-to-nvm3-upgrade-stub-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\zigbee-pro-stack-cortexm3-iar-efr32mg21-rail\zigbee-pro-stack.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\zigbee-r22-support-stub-library-cortexm3-iar-efr32mg21-rail\zigbee-r22-support-stub-library.a
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\build\zll-stub-library-cortexm3-iar-efr32mg21-rail\zll-stub-library.a
</name>
</file>
</group>
<file><name>
$PROJ_DIR$/Z3LightPanelDemoTest_callbacks.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\base\hal\micro\cortexm3\efm32\bootloader-interface-app.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\base\hal\micro\cortexm3\efm32\bootloader-interface.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\base\hal\plugin\serial\cortexm\efm32\com.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\bootloader\api\btl_interface.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\bootloader\api\btl_interface_storage.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\emdrv\uartdrv\src\uartdrv.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\base\hal\plugin\adc\adc-efr32.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\address-table\address-table.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\address-table\address-table-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\base\hal\plugin\antenna-stub\antenna-stub.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\basic\basic.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\stack\framework\ccm-star.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\radio\rail_lib\plugin\coexistence\protocol\ieee802154\coexistence-802154.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\radio\rail_lib\plugin\coexistence\protocol\ieee802154\coulomb-counter-802154.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\counters\counters-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\counters\counters-ota.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\counters\counters-soc.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\diagnostic-server\diagnostic-server-soc.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\plugin\plugin-common\eeprom\eeprom.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\plugin\plugin-afv2\eeprom\eeprom-afv2.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\plugin\plugin-common\eeprom\eeprom-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\base\hal\plugin\serial\ember-printf.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\plugin\plugin-common\generic-interrupt-control\generic-interrupt-control-efr32.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\green-power-client\green-power-client.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\green-power-client\green-power-client-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\green-power-common\green-power-common.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\groups-server\groups-server.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\groups-server\groups-server-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\base\hal\micro\cortexm3\efm32\hal-config.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\base\hal\micro\cortexm3\efm32\hal-config-gpio.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\identify\identify.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\identify\identify-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\manufacturing-library-cli\manufacturing-library-cli-soc.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\aes_aes.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\crypto_aes.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\crypto_ble.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\crypto_ecp.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\crypto_management.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\crypto_sha.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\cryptoacc_aes.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\cryptoacc_ccm.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\cryptoacc_cmac.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\cryptoacc_ecp.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\cryptoacc_gcm.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\cryptoacc_management.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\cryptoacc_sha.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\cryptoacc_trng.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\entropy_adc.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\entropy_rail.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\radioaes.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\radioaes_aes.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\radioaes_ble.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\se_aes.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\se_ccm.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\se_cmac.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\se_ecp.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\se_jpake.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\se_management.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\se_sha.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\se_trng.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\shax.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\sl_crypto\src\trng.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\aes.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\aesni.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\arc4.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\asn1parse.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\asn1write.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\base64.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\bignum.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\blowfish.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\camellia.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ccm.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\certs.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\cipher.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\cipher_wrap.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\cmac.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ctr_drbg.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\debug.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\des.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\dhm.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ecdh.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ecdsa.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ecjpake.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ecp.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ecp_curves.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\entropy.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\entropy_poll.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\error.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\gcm.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\havege.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\hmac_drbg.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\md.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\md2.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\md4.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\md5.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\md_wrap.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\memory_buffer_alloc.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\net_sockets.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\oid.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\padlock.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\pem.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\pk.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\pk_wrap.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\pkcs11.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\pkcs12.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\pkcs5.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\pkparse.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\pkwrite.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ripemd160.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\rsa.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\rsa_internal.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\sha1.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\sha256.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\sha512.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ssl_cache.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ssl_ciphersuites.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ssl_cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ssl_cookie.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ssl_srv.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ssl_ticket.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\ssl_tls.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\threading.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\timing.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\version.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\version_features.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\x509.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\x509_create.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\x509_crl.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\x509_crt.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\x509_csr.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\x509write_crt.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\x509write_csr.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../util\third_party\mbedtls\library\xtea.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\network-steering\network-steering.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\network-steering\network-steering-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\network-steering\network-steering-v2.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\network-steering\network-steering-soc.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\emdrv\nvm3\src\nvm3_lock.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\emdrv\nvm3\src\nvm3_default.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\emdrv\nvm3\src\nvm3_hal_flash.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\on-off\on-off.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\ota-bootload\ota-bootload-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\ota-bootload\ota-bootload-soc.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\ota-client\ota-client.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\ota-client\ota-client-signature-verify.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\ota-client\ota-client-page-request.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\ota-client\ota-client-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\ota-client-policy\ota-client-policy.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\ota-common\ota-common.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\ota-storage-common\ota-storage-common.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\ota-storage-common\ota-storage-common-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\ota-storage-simple\ota-storage-simple.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\ota-storage-simple-eeprom\ota-storage-eeprom.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\ota-storage-simple-eeprom\ota-storage-eeprom-page-erase.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\ota-storage-simple-eeprom\ota-storage-eeprom-read-modify-write.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin-soc\packet-handoff\packet-handoff.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\base\hal\plugin\psstore\crc32.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\base\hal\plugin\psstore\psstore-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\base\hal\plugin\psstore\psstore-flash.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\base\hal\plugin\psstore\store.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\reporting\reporting.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\reporting\reporting-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\reporting\reporting-default-configuration.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\scan-dispatch\scan-dispatch.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\scenes\scenes.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\scenes\scenes-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../platform\base\hal\plugin\serial\serial.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\simple-main\simple-main.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\stack\framework\strong-random-api.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\update-tc-link-key\update-tc-link-key.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\plugin\update-tc-link-key\update-tc-link-key-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\cli\core-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\cli\network-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\cli\option-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\cli\plugin-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\cli\security-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\cli\zcl-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\cli\zdo-cli.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\security\af-node.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\security\af-security-common.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\security\af-trust-center.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\security\crypto-state.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\af-event.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\af-main-common.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\attribute-size.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\attribute-storage.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\attribute-table.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\client-api.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\message.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\multi-network.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\print.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\print-formatter.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\process-cluster-message.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\process-global-message.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\service-discovery-common.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\time-util.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\util.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\af-main-soc.c
</name></file>
<file><name>
$PROJ_DIR$/../../../../protocol\zigbee\app\framework\util\service-discovery-soc.c
</name></file>
<file>
<name>
$PROJ_DIR$/znet-bookkeeping.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\plugin\adc\adc-efr32.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\address-table\address-table-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\address-table\address-table.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\aes.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\aes_aes.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\aesni.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\af-event.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\af-main-common.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\af-main-soc.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\security\af-node.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\security\af-security-common.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\security\af-trust-center.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\plugin\antenna-stub\antenna-stub.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\arc4.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\asn1parse.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\asn1write.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\assert-crash-handlers.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\attribute-size.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\attribute-storage.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\attribute-table.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\base64.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\basic\basic.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\bignum.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\blowfish.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\bootloader-interface-app.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\bootloader-interface.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\bootloader\api\btl_interface.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\bootloader\api\btl_interface_storage.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\button.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\plugin\buzzer\buzzer-efr32.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\call-command-handler.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\callback-stub.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\camellia.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\stack\framework\ccm-star.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ccm.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\certs.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\cipher.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\cipher_wrap.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\client-api.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\cmac.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\radio\rail_lib\plugin\coexistence\protocol\ieee802154\coexistence-802154.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\plugin\serial\cortexm\efm32\com.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\util\serial\command-interpreter2.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\cli\core-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\radio\rail_lib\plugin\coexistence\protocol\ieee802154\coulomb-counter-802154.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\counters\counters-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\counters\counters-ota.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\counters\counters-soc.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\generic\crc.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\plugin\psstore\crc32.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\security\crypto-state.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\crypto_aes.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\crypto_ble.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\crypto_ecp.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\crypto_management.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\crypto_sha.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\cryptoacc_aes.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\cryptoacc_ccm.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\cryptoacc_cmac.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\cryptoacc_ecp.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\cryptoacc_gcm.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\cryptoacc_management.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\cryptoacc_sha.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\cryptoacc_trng.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\cstartup-common.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ctr_drbg.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\debug.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\des.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\dhm.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\diagnostic-server\diagnostic-server-soc.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\diagnostic.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ecdh.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ecdsa.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ecjpake.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ecp.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ecp_curves.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\plugin\plugin-afv2\eeprom\eeprom-afv2.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\plugin\plugin-common\eeprom\eeprom-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\plugin\plugin-common\eeprom\eeprom.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\ember-base-configuration.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\stack\config\ember-configuration.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\plugin\serial\ember-printf.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\generic\endian.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\entropy.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\entropy_adc.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\entropy_poll.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\entropy_rail.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\error.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\ext-device.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\faults-v7m.s79
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\gcm.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\plugin\plugin-common\generic-interrupt-control\generic-interrupt-control-efr32.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\green-power-client\green-power-client-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\green-power-client\green-power-client.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\green-power-common\green-power-common.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\groups-server\groups-server-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\groups-server\groups-server.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\hal-config-gpio.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\hal-config.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\havege.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\hmac_drbg.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\identify\identify-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\identify\identify.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\isr-stubs.s79
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\led.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\util\common\library.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\manufacturing-library-cli\manufacturing-library-cli-soc.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\md.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\md2.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\md4.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\md5.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\md_wrap.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\generic\mem-util.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\memory_buffer_alloc.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\message.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\mfg-token.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\micro-common.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\micro.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\mpu.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\multi-network.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\net_sockets.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\cli\network-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\network-steering\network-steering-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\network-steering\network-steering-soc.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\network-steering\network-steering-v2.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\network-steering\network-steering.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\emdrv\nvm3\src\nvm3_default.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\emdrv\nvm3\src\nvm3_hal_flash.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\emdrv\nvm3\src\nvm3_lock.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\oid.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\on-off\on-off.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\cli\option-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\ota-bootload\ota-bootload-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\ota-bootload\ota-bootload-soc.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\ota-client\ota-client-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\ota-client\ota-client-page-request.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\ota-client-policy\ota-client-policy.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\ota-client\ota-client-signature-verify.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\ota-client\ota-client.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\ota-common\ota-common.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\ota-storage-common\ota-storage-common-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\ota-storage-common\ota-storage-common.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\ota-storage-simple-eeprom\ota-storage-eeprom-page-erase.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\ota-storage-simple-eeprom\ota-storage-eeprom-read-modify-write.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\ota-storage-simple-eeprom\ota-storage-eeprom.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\ota-storage-simple\ota-storage-simple.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin-soc\packet-handoff\packet-handoff.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\padlock.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\pem.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\pk.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\pk_wrap.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\pkcs11.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\pkcs12.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\pkcs5.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\pkparse.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\pkwrite.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\cli\plugin-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\print-formatter.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\print.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\process-cluster-message.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\process-global-message.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\plugin\psstore\psstore-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\plugin\psstore\psstore-flash.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\radioaes.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\radioaes_aes.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\radioaes_ble.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\generic\random.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\reporting\reporting-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\reporting\reporting-default-configuration.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\reporting\reporting.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ripemd160.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\rsa.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\rsa_internal.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\scan-dispatch\scan-dispatch.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\scenes\scenes-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\scenes\scenes.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\se_aes.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\se_ccm.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\se_cmac.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\se_ecp.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\se_jpake.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\se_management.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\se_sha.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\se_trng.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\util\security\security-address-cache.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\cli\security-cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\plugin\serial\serial.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\service-discovery-common.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\service-discovery-soc.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\sha1.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\sha256.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\sha512.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\shax.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\simple-main\simple-main.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\sleep-efm32.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ssl_cache.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ssl_ciphersuites.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ssl_cli.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ssl_cookie.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ssl_srv.c
</name>
</file>
<file>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ssl_ticket.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/call-command-handler
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\ssl_tls
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/callback
-stub.c
</name>
<name>
$PROJ_DIR$\stack-handler
-stub.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/stack-handler-stub
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\plugin\psstore\store
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/cortexm3/efm32/assert-crash-handlers
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\stack\framework\strong-random-api
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/cortexm3/efm32/button
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\threading
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/plugin/buzzer/buzzer-efr32
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\time-util
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../protocol/zigbee/app/framework/../util/serial/command-interpreter2
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\timing
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/generic/crc
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\generic\token-def
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/cortexm3/efm32/cstartup-commo
n.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform\base\hal\micro\cortexm3\efm32\toke
n.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/cortexm3/efm32/diagnostic
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\sl_crypto\src\trng
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../protocol/zigbee/app/framework/../../stack/config/ember-configuration
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\platform\emdrv\uartdrv\src\uartdrv
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/generic/endian
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\update-tc-link-key\update-tc-link-key-cli
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/cortexm3/efm32/faults-v7m.s79
</name>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\plugin\update-tc-link-key\update-tc-link-key.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/cortexm3/efm32/isr-stubs.s79
</name>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\util\util.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/cortexm3/efm32/led
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\version
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../protocol/zigbee/app/framework/../util/common/library
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\version_features
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/generic/mem-util
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\x509
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/cortexm3/efm32/mfg-token
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\x509_create
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/cortexm3/efm32/micro-common
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\x509_crl
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/cortexm3/efm32/micro
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\x509_crt
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/cortexm3/efm32/mpu
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\x509_csr
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/znet-cli
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\x509write_crt
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/generic/random
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\x509write_csr
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../protocol/zigbee/app/framework/../util/security/security-address-cache
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\util\third_party\mbedtls\library\xtea
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/ember-base-configuration
.c
</name>
<name>
$PROJ_DIR$\Z3LightPanelDemoTest_callbacks
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/cortexm3/efm32/sleep-efm32
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\cli\zcl-cli
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/generic/token-def
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\framework\cli\zdo-cli
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/cortexm3/efm32/toke
n.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\util\zigbee-framework\zigbee-device-commo
n.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../platform/base/hal/micro/cortexm3/efm32/ext-device
.c
</name>
<name>
$PROJ_DIR$\..\..\..\..\protocol\zigbee\app\util\zigbee-framework\zigbee-device-library
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../protocol/zigbee/app/framework/../util/zigbee-framework/zigbee-device-common
.c
</name>
<name>
$PROJ_DIR$\znet-bookkeeping
.c
</name>
</file>
<file>
<name>
$PROJ_DIR$/../../../../protocol/zigbee/app/framework/../util/zigbee-framework/zigbee-device-library
.c
</name>
<name>
$PROJ_DIR$\znet-cli
.c
</name>
</file>
</project>
LightPanel/Z3LightPanelDemoTest/settings/Z3LightPanelDemoTest.Normal.general.xcl
View file @
39b23c12
...
...
@@ -2,7 +2,7 @@
"D:\software install\IAR8.3\arm\bin\armjlink2.dll"
"E:\Zigbee_Project\zigbee_protocol_v2.6\v2.6\app\zigbee_devproject\LightPanel\Z3LightPanelDemoTest\build\exe\
Z3LightPanelDemoTest
.out"
"E:\Zigbee_Project\zigbee_protocol_v2.6\v2.6\app\zigbee_devproject\LightPanel\Z3LightPanelDemoTest\build\exe\
Template
.out"
--plugin="D:\software install\IAR8.3\arm\bin\armbat.dll"
...
...
LightPanel/Z3LightPanelDemoTest/settings/Z3LightPanelDemoTest.wsdt
View file @
39b23c12
<?xml version="1.0"
encoding="UTF-8"
?>
<?xml version="1.0"?>
<Workspace>
<ConfigDictionary>
<CurrentConfigs>
...
...
@@ -11,7 +11,7 @@
<ColumnWidth0>
19
</ColumnWidth0>
<ColumnWidth1>
1868
</ColumnWidth1>
<FilterLevel>
2
</FilterLevel>
<LiveFile
></LiveFile
>
<LiveFile
/
>
<LiveLogEnabled>
0
</LiveLogEnabled>
<LiveFilterLevel>
-1
</LiveFilterLevel>
</IarPane-34048>
...
...
@@ -50,7 +50,7 @@
<item>
33054
</item>
<item>
0
</item>
<item>
33035
</item>
<item>
3303
7
</item>
<item>
3303
6
</item>
<item>
34399
</item>
<item>
0
</item>
<item>
33038
</item>
...
...
@@ -68,7 +68,6 @@
<NodeDict>
<ExpandedNode>
Z3LightPanelDemoTest
</ExpandedNode>
<ExpandedNode>
Z3LightPanelDemoTest/00ikonke-app
</ExpandedNode>
<ExpandedNode>
Z3LightPanelDemoTest/Libraries
</ExpandedNode>
</NodeDict>
</IarPane-34063>
<ControlBarVersion>
...
...
@@ -83,16 +82,16 @@
<RecentlyUsedMenus>
1
</RecentlyUsedMenus>
<MenuShadows>
1
</MenuShadows>
<ShowAllMenusAfterDelay>
1
</ShowAllMenusAfterDelay>
<CommandsUsage>
0
00000
000000
</CommandsUsage>
<CommandsUsage>
0
D00000007001980000001000000788400000100000004810000020000003384000001000000008100000100000005810000030000000D81000004
000000
</CommandsUsage>
</MFCToolBarParameters>
<CommandManager>
<CommandsWithoutImages>
12000D8400000F84000008840000FFFFFFFF54840000328100001C810000098400000E84000030840000048400005384000006840000818400007D84000082840000838400008484
0000
</CommandsWithoutImages>
<MenuUserImages>
02000B8100001B0000000D8100001D
000000
</MenuUserImages>
<CommandsWithoutImages>
5A000D8400000F84000008840000FFFFFFFF54840000328100001C8100000984000053840000818400007D8400008284000083840000848400002AE10000498100004A810000008200001C820000018200002F8200001682000018820000198200006786000032840000778400000784000002840000038400001084000005840000318400000A840000808C000044D5000020DE000021DE000026DE000028DE000023DE000022DE000024DE000027DE000025DE000020920000289200002992000037920000389200003492000033920000259200001E9200001D92000045DE0000518400000C84000033840000788400001184000008800000098000000A8000000B8000000C800000158000000A81000001E80000D6840000D7840000D8840000D9840000DA840000DB840000DC840000DD840000DE840000DF840000E0840000E1840000E2840000EA840000248100001C8F00001D8F00001F8F0000208F0000218F0000118F
0000
</CommandsWithoutImages>
<MenuUserImages>
2B00048400004C0000002CE100003F000000158100002100000004810000180000002681000029000000239200000000000007E10000370000005F860000300000000F8100001F000000208100002700000004E100003500000023E10000390000000C8100001C0000000D8000001300000001E1000032000000068400004E000000098100001A00000017810000230000002BE100003E000000008400000B000000148100002000000030840000520000000E840000500000004492000010000000008100001500000025E100003B0000000E8100001E0000001F810000260000001F9200000D00000003E10000340000000B8100001F00000022E100003C0000002D9200000F00000000E1000031000000D18400000C00000041E10000410000001681000022000000058100001900000005E10000360000000D8100002100000002E100003300000035E10000400000002C9200000E
000000
</MenuUserImages>
</CommandManager>
<Pane-59393>
<ID>
0
</ID>
<RectRecentFloat>
0A0000000A0000006E0000006E000000
</RectRecentFloat>
<RectRecentDocked>
00000000
87020000000500009A02
0000
</RectRecentDocked>
<RectRecentDocked>
00000000
F0030000800700000304
0000
</RectRecentDocked>
<RecentFrameAlignment>
4096
</RecentFrameAlignment>
<RecentRowIndex>
0
</RecentRowIndex>
<IsFloating>
0
</IsFloating>
...
...
@@ -118,8 +117,8 @@
<IarPane-34051
/>
<Pane--1>
<ID>
4294967295
</ID>
<RectRecentFloat>
80F8FFFF
98
0200000000000007040000
</RectRecentFloat>
<RectRecentDocked>
00000000
AB010000000500008702
0000
</RectRecentDocked>
<RectRecentFloat>
80F8FFFF
C3
0200000000000007040000
</RectRecentFloat>
<RectRecentDocked>
00000000
D402000080070000F003
0000
</RectRecentDocked>
<RecentFrameAlignment>
4096
</RecentFrameAlignment>
<RecentRowIndex>
0
</RecentRowIndex>
<IsFloating>
0
</IsFloating>
...
...
@@ -132,7 +131,7 @@
<Pane-34052>
<ID>
34052
</ID>
<RectRecentFloat>
000000001700000022010000C8000000
</RectRecentFloat>
<RectRecentDocked>
04000000
C3010000FC0400006D02
0000
</RectRecentDocked>
<RectRecentDocked>
04000000
EC0200007C070000D603
0000
</RectRecentDocked>
<RecentFrameAlignment>
32768
</RecentFrameAlignment>
<RecentRowIndex>
0
</RecentRowIndex>
<IsFloating>
0
</IsFloating>
...
...
@@ -155,7 +154,7 @@
<Pane-34048>
<ID>
34048
</ID>
<RectRecentFloat>
000000001700000022010000C8000000
</RectRecentFloat>
<RectRecentDocked>
04000000
C3010000FC0400006D02
0000
</RectRecentDocked>
<RectRecentDocked>
04000000
EC0200007C070000D603
0000
</RectRecentDocked>
<RecentFrameAlignment>
4096
</RecentFrameAlignment>
<RecentRowIndex>
0
</RecentRowIndex>
<IsFloating>
0
</IsFloating>
...
...
@@ -168,7 +167,7 @@
<Pane-34056>
<ID>
34056
</ID>
<RectRecentFloat>
000000001700000022010000C8000000
</RectRecentFloat>
<RectRecentDocked>
04000000
C30100007C07000000
030000
</RectRecentDocked>
<RectRecentDocked>
04000000
EC0200007C070000FE
030000
</RectRecentDocked>
<RecentFrameAlignment>
4096
</RecentFrameAlignment>
<RecentRowIndex>
0
</RecentRowIndex>
<IsFloating>
0
</IsFloating>
...
...
@@ -182,7 +181,7 @@
<Pane-34057>
<ID>
34057
</ID>
<RectRecentFloat>
000000001700000022010000C8000000
</RectRecentFloat>
<RectRecentDocked>
04000000
C30100007C07000000
030000
</RectRecentDocked>
<RectRecentDocked>
04000000
EC0200007C070000FE
030000
</RectRecentDocked>
<RecentFrameAlignment>
4096
</RecentFrameAlignment>
<RecentRowIndex>
0
</RecentRowIndex>
<IsFloating>
0
</IsFloating>
...
...
@@ -196,7 +195,7 @@
<Pane-34058>
<ID>
34058
</ID>
<RectRecentFloat>
000000001700000022010000C8000000
</RectRecentFloat>
<RectRecentDocked>
04000000
C30100007C07000000
030000
</RectRecentDocked>
<RectRecentDocked>
04000000
EC0200007C070000D6
030000
</RectRecentDocked>
<RecentFrameAlignment>
4096
</RecentFrameAlignment>
<RecentRowIndex>
0
</RecentRowIndex>
<IsFloating>
0
</IsFloating>
...
...
@@ -204,13 +203,22 @@
<PinState>
0
</PinState>
</Pane-34058>
<BasePane-34058>
<IsVisible>
0
</IsVisible>
<IsVisible>
1
</IsVisible>
</BasePane-34058>
<IarPane-34058
/>
<IarPane-34058>
<ColumnWidth0>
571
</ColumnWidth0>
<ColumnWidth1>
95
</ColumnWidth1>
<ColumnWidth2>
856
</ColumnWidth2>
<ColumnWidth3>
380
</ColumnWidth3>
<FilterLevel>
2
</FilterLevel>
<LiveFile
/>
<LiveLogEnabled>
0
</LiveLogEnabled>
<LiveFilterLevel>
-1
</LiveFilterLevel>
</IarPane-34058>
<Pane-34059>
<ID>
34059
</ID>
<RectRecentFloat>
000000001700000022010000C8000000
</RectRecentFloat>
<RectRecentDocked>
04000000
C30100007C07000000
030000
</RectRecentDocked>
<RectRecentDocked>
04000000
EC0200007C070000FE
030000
</RectRecentDocked>
<RecentFrameAlignment>
4096
</RecentFrameAlignment>
<RecentRowIndex>
0
</RecentRowIndex>
<IsFloating>
0
</IsFloating>
...
...
@@ -224,7 +232,7 @@
<Pane-34062>
<ID>
34062
</ID>
<RectRecentFloat>
000000001700000022010000C8000000
</RectRecentFloat>
<RectRecentDocked>
04000000
C30100007C07000000
030000
</RectRecentDocked>
<RectRecentDocked>
04000000
EC0200007C070000FE
030000
</RectRecentDocked>
<RecentFrameAlignment>
4096
</RecentFrameAlignment>
<RecentRowIndex>
0
</RecentRowIndex>
<IsFloating>
0
</IsFloating>
...
...
@@ -308,7 +316,7 @@
<Pane-34063>
<ID>
34063
</ID>
<RectRecentFloat>
00000000170000000601000078010000
</RectRecentFloat>
<RectRecentDocked>
00000000320000007C010000
A701
0000
</RectRecentDocked>
<RectRecentDocked>
00000000320000007C010000
D002
0000
</RectRecentDocked>
<RecentFrameAlignment>
4096
</RecentFrameAlignment>
<RecentRowIndex>
0
</RecentRowIndex>
<IsFloating>
0
</IsFloating>
...
...
@@ -319,7 +327,7 @@
<IsVisible>
1
</IsVisible>
</BasePane-34063>
<DockingManager-256>
<DockingPaneAndPaneDividers>
0000000010000000000000000010000001000000FFFFFFFFFFFFFFFF7C0100003200000080010000
A70100000100000002000010040000000100000091FFFFFFF10300000F85000000000000000000000000000000000000010000000F850000010000000F850000000000000080000000000000FFFFFFFFFFFFFFFF000000000000000004000000040000000000000001000000040000000100000000000000000000000D85000000000000000000000000000000000000010000000D850000010000000D850000000000000080000000000000FFFFFFFFFFFFFFFF000000000000000004000000040000000000000001000000040000000100000000000000000000000C85000000000000000000000000000000000000010000000C850000010000000C850000000000000080000000000000FFFFFFFFFFFFFFFF00000000000000000400000004000000000000000100000004000000010000000000000000000000078500000000000000000000000000000000000001000000078500000100000007850000000000000080000000000000FFFFFFFFFFFFFFFF00000000000000000400000004000000000000000100000004000000010000000000000000000000068500000000000000000000000000000000000001000000068500000100000006850000000000000080000000000000FFFFFFFFFFFFFFFF00000000000000000400000004000000000000000100000004000000010000000000000000000000058500000000000000000000000000000000000001000000058500000100000005850000000000000080000001000000FFFFFFFFFFFFFFFF00000000A701000000050000AB0100000100000001000010040000000100000023FFFFFF2D010000FFFFFFFF07000000048500000085000008850000098500000A8500000B8500000E850000FFFF02000B004354616262656450616E65008000000100000080F8FFFF98020000000000000704000000000000AB0100000005000087020000000000004080005607000000FFFEFF054200750069006C006400010000000485000001000000FFFFFFFFFFFFFFFFFFFEFF094400650062007500670020004C006F006700010000000085000001000000FFFFFFFFFFFFFFFFFFFEFF0C4400650063006C00610072006100740069006F006E007300000000000885000001000000FFFFFFFFFFFFFFFFFFFEFF0A5200650066006500720065006E00630065007300000000000985000001000000FFFFFFFFFFFFFFFFFFFEFF0D460069006E006400200069006E002000460069006C006500730000
0000000A85000001000000FFFFFFFFFFFFFFFFFFFEFF1541006D0062006900670075006F0075007300200044006500660069006E006900740069006F006E007300000000000B85000001000000FFFFFFFFFFFFFFFFFFFEFF0B54006F006F006C0020004F0075007400700075007400000000000E85000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFF0485000001000000FFFFFFFF04850000000000000080000000000000FFFFFFFFFFFFFFFF00000000000000000400000004000000000000000100000004000000010000000000000000000000038500000000000000000000000000000000000001000000038500000100000003850000000000000000000000000000
</DockingPaneAndPaneDividers>
<DockingPaneAndPaneDividers>
0000000010000000000000000010000001000000FFFFFFFFFFFFFFFF7C0100003200000080010000
D00200000100000002000010040000000100000091FFFFFFF10300000F85000000000000000000000000000000000000010000000F850000010000000F850000000000000080000000000000FFFFFFFFFFFFFFFF000000000000000004000000040000000000000001000000040000000100000000000000000000000D85000000000000000000000000000000000000010000000D850000010000000D850000000000000080000000000000FFFFFFFFFFFFFFFF000000000000000004000000040000000000000001000000040000000100000000000000000000000C85000000000000000000000000000000000000010000000C850000010000000C850000000000000080000000000000FFFFFFFFFFFFFFFF00000000000000000400000004000000000000000100000004000000010000000000000000000000078500000000000000000000000000000000000001000000078500000100000007850000000000000080000000000000FFFFFFFFFFFFFFFF00000000000000000400000004000000000000000100000004000000010000000000000000000000068500000000000000000000000000000000000001000000068500000100000006850000000000000080000000000000FFFFFFFFFFFFFFFF00000000000000000400000004000000000000000100000004000000010000000000000000000000058500000000000000000000000000000000000001000000058500000100000005850000000000000080000001000000FFFFFFFFFFFFFFFF00000000D002000080070000D4020000010000000100001004000000010000008FFDFFFF02010000FFFFFFFF07000000048500000085000008850000098500000A8500000B8500000E850000FFFF02000B004354616262656450616E65008000000100000080F8FFFFC3020000000000000704000000000000D402000080070000F0030000000000004080005607000000FFFEFF054200750069006C006400010000000485000001000000FFFFFFFFFFFFFFFFFFFEFF094400650062007500670020004C006F006700010000000085000001000000FFFFFFFFFFFFFFFFFFFEFF0C4400650063006C00610072006100740069006F006E007300000000000885000001000000FFFFFFFFFFFFFFFFFFFEFF0A5200650066006500720065006E00630065007300000000000985000001000000FFFFFFFFFFFFFFFFFFFEFF0D460069006E006400200069006E002000460069006C006500730001
0000000A85000001000000FFFFFFFFFFFFFFFFFFFEFF1541006D0062006900670075006F0075007300200044006500660069006E006900740069006F006E007300000000000B85000001000000FFFFFFFFFFFFFFFFFFFEFF0B54006F006F006C0020004F0075007400700075007400000000000E85000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFF0485000001000000FFFFFFFF04850000000000000080000000000000FFFFFFFFFFFFFFFF00000000000000000400000004000000000000000100000004000000010000000000000000000000038500000000000000000000000000000000000001000000038500000100000003850000000000000000000000000000
</DockingPaneAndPaneDividers>
</DockingManager-256>
<MFCToolBar-34049>
<Name>
CMSIS-Pack
</Name>
...
...
@@ -340,7 +348,7 @@
</BasePane-34049>
<MFCToolBar-34050>
<Name>
Main
</Name>
<Buttons>
00200000010000002000FFFF01001100434D4643546F6F6C426172427574746F6E00E10000000000003
1000000FFFEFF000000000000000000000000000100000001000000018001E100000000000032000000FFFEFF000000000000000000000000000100000001000000018003E100000000000034000000FFFEFF0000000000000000000000000001000000010000000180008100000000000015000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000018007E100000000000037000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000018023E100000000040039000000FFFEFF000000000000000000000000000100000001000000018022E100000000040038000000FFFEFF000000000000000000000000000100000001000000018025E10000000004003B000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001802BE10000000000003E000000FFFEFF00000000000000000000000000010000000100000001802CE10000000004003F000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6E4281000000000000FFFFFFFFFFFEFF0001000000000000000100000000000000010000007800000002002050FFFFFFFFFFFEFF00960000000000000000000180218100000000040028000000FFFEFF000000000000000000000000000100000001000000018024E10000000000003A000000FFFEFF000000000000000000000000000100000001000000018028E10000000004003C000000FFFEFF000000000000000000000000000100000001000000018029E10000000000003D000000FFFEFF0000000000000000000000000001000000010000000180028100000000000017000000FFFEFF000000000000000000000000000100000001000000018029810000000000002C000000FFFEFF000000000000000000000000000100000001000000018027810000000000002A000000FFFEFF000000000000000000000000000100000001000000018028810000000000002B000000FFFEFF00000000000000000000000000010000000100000001801D8100000000040024000000FFFEFF00000000000000000000000000010000000100000001801E8100000000040025000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001800B810000000000001B000000FFFEFF00000000000000000000000000010000000100000001800D810000000000001D000000FFFEFF00000000000000000000000000010000000100000001805F8600000000000030000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001800E810000000000001E000000FFFEFF00000000000000000000000000010000000100000001800F810000000000001F
000000FFFEFF00000000000000000000000000010000000100000000000000FFFEFF044D00610069006E00E8020000
</Buttons>
<Buttons>
00200000010000002000FFFF01001100434D4643546F6F6C426172427574746F6E00E10000000000003
5000000FFFEFF000000000000000000000000000100000001000000018001E100000000000036000000FFFEFF000000000000000000000000000100000001000000018003E100000000000038000000FFFEFF0000000000000000000000000001000000010000000180008100000000000019000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000018007E10000000000003B000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000018023E10000000004003D000000FFFEFF000000000000000000000000000100000001000000018022E10000000004003C000000FFFEFF000000000000000000000000000100000001000000018025E10000000004003F000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001802BE100000000000042000000FFFEFF00000000000000000000000000010000000100000001802CE100000000040043000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6E4281000000000000FFFFFFFFFFFEFF0000000000000000000100000000000000010000007800000002002050FFFFFFFFFFFEFF0096000000000000000100FFFEFF0D43006800650063006B00200065006E00640070006F0069006E0000000000018021810000000004002C000000FFFEFF000000000000000000000000000100000001000000018024E10000000000003E000000FFFEFF000000000000000000000000000100000001000000018028E100000000040040000000FFFEFF000000000000000000000000000100000001000000018029E100000000000041000000FFFEFF000000000000000000000000000100000001000000018002810000000000001B000000FFFEFF0000000000000000000000000001000000010000000180298100000000000030000000FFFEFF000000000000000000000000000100000001000000018027810000000000002E000000FFFEFF000000000000000000000000000100000001000000018028810000000000002F000000FFFEFF00000000000000000000000000010000000100000001801D8100000000040028000000FFFEFF00000000000000000000000000010000000100000001801E8100000000040029000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001800B810000000000001F000000FFFEFF00000000000000000000000000010000000100000001800C8100000000000020000000FFFEFF00000000000000000000000000010000000100000001805F8600000000000034000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001800E8100000000000022000000FFFEFF00000000000000000000000000010000000100000001800F8100000000000023
000000FFFEFF00000000000000000000000000010000000100000000000000FFFEFF044D00610069006E00E8020000
</Buttons>
</MFCToolBar-34050>
<Pane-34050>
<ID>
34050
</ID>
...
...
@@ -376,7 +384,7 @@
</ChildIdMap>
<MDIWindows>
<MDIClientArea-0>
<MDITabsState>
01000000030000000100000000000000000000000100000001000000
FFFFFFFF00000000010000000100000000000000280000002800000001000000020000000100000001000000FFFEFF202400570053005F0044004900520024005C003000300069006B006F006E006B0065002D006100700070005C0069006B006B002D0075007300650072002E00630001000000FFFF010014004966436F6E74656E7453746F72616765496D706CFFFEFF00FFFEFFFF21013C003F0078006D006C002000760065007200730069006F006E003D00220031002E0030002200200065006E0063006F00640069006E0067003D0022005500540046002D00380022003F003E000A003C0052006F006F0074003E000A0020002000200020003C004E0075006D0052006F00770073003E0031003C002F004E0075006D0052006F00770073003E000A0020002000200020003C004E0075006D0043006F006C0073003E0031003C002F004E0075006D0043006F006C0073003E000A0020002000200020003C00580050006F0073003E0030003C002F00580050006F0073003E000A0020002000200020003C00590050006F0073003E0030003C002F00590050006F0073003E000A0020002000200020003C00530065006C00530074006100720074003E0030003C002F00530065006C00530074006100720074003E000A0020002000200020003C00530065006C0045006E0064003E0030003C002F00530065006C0045006E0064003E000A0020002000200020003C00580050006F00730032003E0030003C002F00580050006F00730032003E000A0020002000200020003C00590050006F00730032003E00350037003C002F00590050006F00730032003E000A0020002000200020003C00530065006C005300740061007200740032003E0030003C002F00530065006C005300740061007200740032003E000A0020002000200020003C00530065006C0045006E00640032003E0030003C002F00530065006C0045006E00640032003E000A003C002F0052006F006F0074003E000A00FFFEFF0A69006B006B002D0075007300650072002E00630000000000FFFFFFFFFFFFFFFFFFFEFF292400570053005F0044004900520024005C005A0033004C006900670068007400500061006E0065006C00440065006D006F0054006500730074005F00630061006C006C006200610063006B0073002E006300010000000180FFFEFF00FFFEFFFF24013C003F0078006D006C002000760065007200730069006F006E003D00220031002E0030002200200065006E0063006F00640069006E0067003D0022005500540046002D00380022003F003E000A003C0052006F006F0074003E000A0020002000200020003C004E0075006D0052006F00770073003E0031003C002F004E0075006D0052006F00770073003E000A0020002000200020003C004E0075006D0043006F006C0073003E0031003C002F004E0075006D0043006F006C0073003E000A0020002000200020003C00580050006F0073003E0030003C002F00580050006F0073003E000A0020002000200020003C00590050006F0073003E0030003C002F00590050006F0073003E000A0020002000200020003C00530065006C00530074006100720074003E0030003C002F00530065006C00530074006100720074003E000A0020002000200020003C00530065006C0045006E0064003E0030003C002F00530065006C0045006E0064003E000A0020002000200020003C00580050006F00730032003E0030003C002F00580050006F00730032003E000A0020002000200020003C00590050006F00730032003E0030003C002F00590050006F00730032003E000A0020002000200020003C00530065006C005300740061007200740032003E003400340031003C002F00530065006C005300740061007200740032003E000A0020002000200020003C00530065006C0045006E00640032003E003400340031003C002F00530065006C0045006E00640032003E000A003C002F0052006F006F0074003E000A00FFFEFF205A0033004C006900670068007400500061006E0065006C00440065006D006F0054006500730074005F00630061006C006C006200610063006B0073002E00630000000000FFFFFFFFFFFFFFFF0000000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD500010000000100000002000000800100004900000000050000BE010000
</MDITabsState>
<MDITabsState>
01000000030000000100000000000000000000000100000001000000
0200000000000000010000000100000000000000280000002800000001000000020000000000000001000000FFFEFF202400570053005F0044004900520024005C003000300069006B006F006E006B0065002D006100700070005C0069006B006B002D0075007300650072002E00630001000000FFFF010014004966436F6E74656E7453746F72616765496D706CFFFEFF00FFFEFFFF2B013C003F0078006D006C002000760065007200730069006F006E003D00220031002E0030002200200065006E0063006F00640069006E0067003D0022005500540046002D00380022003F003E000A003C0052006F006F0074003E000A0020002000200020003C004E0075006D0052006F00770073003E0031003C002F004E0075006D0052006F00770073003E000A0020002000200020003C004E0075006D0043006F006C0073003E0031003C002F004E0075006D0043006F006C0073003E000A0020002000200020003C00580050006F0073003E0030003C002F00580050006F0073003E000A0020002000200020003C00590050006F0073003E0030003C002F00590050006F0073003E000A0020002000200020003C00530065006C00530074006100720074003E0030003C002F00530065006C00530074006100720074003E000A0020002000200020003C00530065006C0045006E0064003E0030003C002F00530065006C0045006E0064003E000A0020002000200020003C00580050006F00730032003E0030003C002F00580050006F00730032003E000A0020002000200020003C00590050006F00730032003E0031003700340035003C002F00590050006F00730032003E000A0020002000200020003C00530065006C005300740061007200740032003E00360035003300330038003C002F00530065006C005300740061007200740032003E000A0020002000200020003C00530065006C0045006E00640032003E00360035003300330038003C002F00530065006C0045006E00640032003E000A003C002F0052006F006F0074003E000A00FFFEFF0A69006B006B002D0075007300650072002E00630000000000FFFFFFFFFFFFFFFFFFFEFF292400570053005F0044004900520024005C003000300069006B006F006E006B0065002D006100700070005C00670065006E006500720061006C005C0069006B006B002D00640065006200750067002E006800010000000180FFFEFF00FFFEFFFF24013C003F0078006D006C002000760065007200730069006F006E003D00220031002E0030002200200065006E0063006F00640069006E0067003D0022005500540046002D00380022003F003E000A003C0052006F006F0074003E000A0020002000200020003C004E0075006D0052006F00770073003E0031003C002F004E0075006D0052006F00770073003E000A0020002000200020003C004E0075006D0043006F006C0073003E0031003C002F004E0075006D0043006F006C0073003E000A0020002000200020003C00580050006F0073003E0030003C002F00580050006F0073003E000A0020002000200020003C00590050006F0073003E0030003C002F00590050006F0073003E000A0020002000200020003C00530065006C00530074006100720074003E0030003C002F00530065006C00530074006100720074003E000A0020002000200020003C00530065006C0045006E0064003E0030003C002F00530065006C0045006E0064003E000A0020002000200020003C00580050006F00730032003E0030003C002F00580050006F00730032003E000A0020002000200020003C00590050006F00730032003E0030003C002F00590050006F00730032003E000A0020002000200020003C00530065006C005300740061007200740032003E003200300032003C002F00530065006C005300740061007200740032003E000A0020002000200020003C00530065006C0045006E00640032003E003200300032003C002F00530065006C0045006E00640032003E000A003C002F0052006F006F0074003E000A00FFFEFF0B69006B006B002D00640065006200750067002E00680000000000FFFFFFFFFFFFFFFF0000000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD5000100000001000000020000008084FFFF3283FFFF808AFFFFD085FFFF
</MDITabsState>
</MDIClientArea-0>
</MDIWindows>
</WindowStorage>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment