Release for STM/LPC

This commit is contained in:
kojo
2013-05-26 12:17:06 +09:00
parent e4a95342f1
commit 1680b47ac6
4 changed files with 115 additions and 56 deletions

View File

@@ -127,19 +127,19 @@
// </e> // </e>
// <e>CertGen // <e>CertGen
#define MDK_CONF_CERT_GEN 1 #define MDK_CONF_CERT_GEN 0
#if MDK_CONF_CERT_GEN == 1 #if MDK_CONF_CERT_GEN == 1
#define CYASSL_CERT_GEN #define CYASSL_CERT_GEN
#endif #endif
// </e> // </e>
// <e>KeyGen // <e>KeyGen
#define MDK_CONF_KEY_GEN 1 #define MDK_CONF_KEY_GEN 0
#if MDK_CONF_KEY_GEN == 1 #if MDK_CONF_KEY_GEN == 1
#define CYASSL_KEY_GEN #define CYASSL_KEY_GEN
#endif #endif
// </e> // </e>
// <e>CRL // <e>CRL
#define MDK_CONF_DER_LOAD 1 #define MDK_CONF_DER_LOAD 0
#if MDK_CONF_DER_LOAD == 1 #if MDK_CONF_DER_LOAD == 1
#define CYASSL_DER_LOAD #define CYASSL_DER_LOAD
#endif #endif
@@ -160,7 +160,7 @@
// <h>MD5, SHA, SHA-256, AES, RC4, ASN, RSA // <h>MD5, SHA, SHA-256, AES, RC4, ASN, RSA
// </h> // </h>
// <e>MD2 // <e>MD2
#define MDK_CONF_MD2 1 #define MDK_CONF_MD2 0
#if MDK_CONF_MD2 == 1 #if MDK_CONF_MD2 == 1
#define CYASSL_MD2 #define CYASSL_MD2
#endif #endif
@@ -173,13 +173,13 @@
// </e> // </e>
// <e>SHA-384 // <e>SHA-384
// <i>This has to be with SHA512 // <i>This has to be with SHA512
#define MDK_CONF_SHA384 1 #define MDK_CONF_SHA384 0
#if MDK_CONF_SHA384 == 1 #if MDK_CONF_SHA384 == 1
#define CYASSL_SHA384 #define CYASSL_SHA384
#endif #endif
// </e> // </e>
// <e>SHA-512 // <e>SHA-512
#define MDK_CONF_SHA512 1 #define MDK_CONF_SHA512 0
#if MDK_CONF_SHA512 == 1 #if MDK_CONF_SHA512 == 1
#define CYASSL_SHA512 #define CYASSL_SHA512
#endif #endif
@@ -197,7 +197,7 @@
#endif #endif
// </e> // </e>
// <e>HC128 // <e>HC128
#define MDK_CONF_HC128 1 #define MDK_CONF_HC128 0
#if MDK_CONF_HC128 == 1 #if MDK_CONF_HC128 == 1
#define HAVE_HC128 #define HAVE_HC128
#endif #endif
@@ -210,7 +210,7 @@
// </e> // </e>
// <e>AEAD // <e>AEAD
#define MDK_CONF_AEAD 1 #define MDK_CONF_AEAD 0
#if MDK_CONF_AEAD == 1 #if MDK_CONF_AEAD == 1
#define HAVE_AEAD #define HAVE_AEAD
#endif #endif
@@ -222,7 +222,7 @@
#endif #endif
// </e> // </e>
// <e>CAMELLIA // <e>CAMELLIA
#define MDK_CONF_CAMELLIA 1 #define MDK_CONF_CAMELLIA 0
#if MDK_CONF_CAMELLIA == 1 #if MDK_CONF_CAMELLIA == 1
#define HAVE_CAMELLIA #define HAVE_CAMELLIA
#endif #endif
@@ -261,13 +261,13 @@
#endif #endif
// </e> // </e>
// <e>AESCCM (Turn off Hardware Crypt) // <e>AESCCM (Turn off Hardware Crypt)
#define MDK_CONF_AESCCM 1 #define MDK_CONF_AESCCM 0
#if MDK_CONF_AESCCM == 1 #if MDK_CONF_AESCCM == 1
#define HAVE_AESCCM #define HAVE_AESCCM
#endif #endif
// </e> // </e>
// <e>AESGCM (Turn off Hardware Crypt) // <e>AESGCM (Turn off Hardware Crypt)
#define MDK_CONF_AESGCM 1 #define MDK_CONF_AESGCM 0
#if MDK_CONF_AESGCM == 1 #if MDK_CONF_AESGCM == 1
#define HAVE_AESGCM #define HAVE_AESGCM
#define BUILD_AESGCM #define BUILD_AESGCM

View File

@@ -142,6 +142,13 @@
</SetRegEntry> </SetRegEntry>
</TargetDriverDllRegistry> </TargetDriverDllRegistry>
<Breakpoint/> <Breakpoint/>
<MemoryWindow1>
<Mm>
<WinNumber>1</WinNumber>
<SubType>0</SubType>
<ItemText>0x10005960</ItemText>
</Mm>
</MemoryWindow1>
<ToolboxButtons> <ToolboxButtons>
<Wi> <Wi>
<IntNumber>0</IntNumber> <IntNumber>0</IntNumber>
@@ -635,8 +642,8 @@
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>0</ColumnNumber> <ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>150</TopLine> <TopLine>135</TopLine>
<CurrentLine>156</CurrentLine> <CurrentLine>149</CurrentLine>
<bDave2>0</bDave2> <bDave2>0</bDave2>
<PathWithFileName>..\MDK-ARM\CyaSSL\main.c</PathWithFileName> <PathWithFileName>..\MDK-ARM\CyaSSL\main.c</PathWithFileName>
<FilenameWithoutPath>main.c</FilenameWithoutPath> <FilenameWithoutPath>main.c</FilenameWithoutPath>
@@ -811,8 +818,8 @@
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>0</ColumnNumber> <ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>52</TopLine> <TopLine>54</TopLine>
<CurrentLine>58</CurrentLine> <CurrentLine>56</CurrentLine>
<bDave2>0</bDave2> <bDave2>0</bDave2>
<PathWithFileName>C:\Keil\ARM\Boards\Keil\MCB4300\RL\FlashFS\SD_File\Serial.c</PathWithFileName> <PathWithFileName>C:\Keil\ARM\Boards\Keil\MCB4300\RL\FlashFS\SD_File\Serial.c</PathWithFileName>
<FilenameWithoutPath>Serial.c</FilenameWithoutPath> <FilenameWithoutPath>Serial.c</FilenameWithoutPath>
@@ -1651,7 +1658,7 @@
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>0</ColumnNumber> <ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>147</TopLine> <TopLine>144</TopLine>
<CurrentLine>151</CurrentLine> <CurrentLine>151</CurrentLine>
<bDave2>0</bDave2> <bDave2>0</bDave2>
<PathWithFileName>..\LPC43xx\startup_LPC43xx.s</PathWithFileName> <PathWithFileName>..\LPC43xx\startup_LPC43xx.s</PathWithFileName>
@@ -1673,10 +1680,10 @@
<FileType>1</FileType> <FileType>1</FileType>
<tvExp>0</tvExp> <tvExp>0</tvExp>
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>0</ColumnNumber> <ColumnNumber>1</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>176</TopLine> <TopLine>163</TopLine>
<CurrentLine>182</CurrentLine> <CurrentLine>177</CurrentLine>
<bDave2>0</bDave2> <bDave2>0</bDave2>
<PathWithFileName>..\MDK-ARM\CyaSSL\cyassl_MDK_ARM.c</PathWithFileName> <PathWithFileName>..\MDK-ARM\CyaSSL\cyassl_MDK_ARM.c</PathWithFileName>
<FilenameWithoutPath>cyassl_MDK_ARM.c</FilenameWithoutPath> <FilenameWithoutPath>cyassl_MDK_ARM.c</FilenameWithoutPath>
@@ -1689,10 +1696,10 @@
<FileType>1</FileType> <FileType>1</FileType>
<tvExp>0</tvExp> <tvExp>0</tvExp>
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>0</ColumnNumber> <ColumnNumber>8</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>53</TopLine> <TopLine>55</TopLine>
<CurrentLine>59</CurrentLine> <CurrentLine>62</CurrentLine>
<bDave2>0</bDave2> <bDave2>0</bDave2>
<PathWithFileName>..\MDK-ARM\CyaSSL\Retarget.c</PathWithFileName> <PathWithFileName>..\MDK-ARM\CyaSSL\Retarget.c</PathWithFileName>
<FilenameWithoutPath>Retarget.c</FilenameWithoutPath> <FilenameWithoutPath>Retarget.c</FilenameWithoutPath>

View File

@@ -481,11 +481,6 @@
<FileName>TCPD_CM3.lib</FileName> <FileName>TCPD_CM3.lib</FileName>
<FileType>4</FileType> <FileType>4</FileType>
<FilePath>c:\Keil\ARM\RV31\LIB\TCPD_CM3.lib</FilePath> <FilePath>c:\Keil\ARM\RV31\LIB\TCPD_CM3.lib</FilePath>
</File>
<File>
<FileName>TCP_CM3.lib</FileName>
<FileType>4</FileType>
<FilePath>c:\Keil\ARM\RV31\LIB\TCP_CM3.lib</FilePath>
<FileOption> <FileOption>
<CommonProperty> <CommonProperty>
<UseCPPCompiler>2</UseCPPCompiler> <UseCPPCompiler>2</UseCPPCompiler>
@@ -505,6 +500,11 @@
<FileArmAds/> <FileArmAds/>
</FileOption> </FileOption>
</File> </File>
<File>
<FileName>TCP_CM3.lib</FileName>
<FileType>4</FileType>
<FilePath>c:\Keil\ARM\RV31\LIB\TCP_CM3.lib</FilePath>
</File>
<File> <File>
<FileName>Serial.c</FileName> <FileName>Serial.c</FileName>
<FileType>1</FileType> <FileType>1</FileType>
@@ -839,6 +839,46 @@
<FileName>Net_Debug.c</FileName> <FileName>Net_Debug.c</FileName>
<FileType>1</FileType> <FileType>1</FileType>
<FilePath>..\MDK-ARM\config\Net_Debug.c</FilePath> <FilePath>..\MDK-ARM\config\Net_Debug.c</FilePath>
<FileOption>
<CommonProperty>
<UseCPPCompiler>2</UseCPPCompiler>
<RVCTCodeConst>0</RVCTCodeConst>
<RVCTZI>0</RVCTZI>
<RVCTOtherData>0</RVCTOtherData>
<ModuleSelection>0</ModuleSelection>
<IncludeInBuild>0</IncludeInBuild>
<AlwaysBuild>2</AlwaysBuild>
<GenerateAssemblyFile>2</GenerateAssemblyFile>
<AssembleAssemblyFile>2</AssembleAssemblyFile>
<PublicsOnly>2</PublicsOnly>
<StopOnExitCode>11</StopOnExitCode>
<CustomArgument></CustomArgument>
<IncludeLibraryModules></IncludeLibraryModules>
</CommonProperty>
<FileArmAds>
<Cads>
<interw>2</interw>
<Optim>0</Optim>
<oTime>2</oTime>
<SplitLS>2</SplitLS>
<OneElfS>2</OneElfS>
<Strict>2</Strict>
<EnumInt>2</EnumInt>
<PlainCh>2</PlainCh>
<Ropi>2</Ropi>
<Rwpi>2</Rwpi>
<wLevel>0</wLevel>
<uThumb>2</uThumb>
<uSurpInc>2</uSurpInc>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
</Cads>
</FileArmAds>
</FileOption>
</File> </File>
<File> <File>
<FileName>config-FS.h</FileName> <FileName>config-FS.h</FileName>

View File

@@ -75,7 +75,7 @@
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<IsCurrentTarget>1</IsCurrentTarget> <IsCurrentTarget>1</IsCurrentTarget>
</OPTFL> </OPTFL>
<CpuCode>255</CpuCode> <CpuCode>0</CpuCode>
<DllOpt> <DllOpt>
<SimDllName>SARMCM3.DLL</SimDllName> <SimDllName>SARMCM3.DLL</SimDllName>
<SimDllArguments>-MPU</SimDllArguments> <SimDllArguments>-MPU</SimDllArguments>
@@ -138,7 +138,7 @@
<SetRegEntry> <SetRegEntry>
<Number>0</Number> <Number>0</Number>
<Key>ULP2CM3</Key> <Key>ULP2CM3</Key>
<Name>-UP1135060 -O206 -S0 -C0 -P00 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO23 -TC10000000 -TP18 -TDX0 -TDD0 -TDS0 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F2xx_1024 -FS08000000 -FL0100000</Name> <Name>-UP1135060 -O206 -S0 -C0 -P00 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO23 -TC10000000 -TP18 -TDX0 -TDD0 -TDS7 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F2xx_1024 -FS08000000 -FL0100000</Name>
</SetRegEntry> </SetRegEntry>
</TargetDriverDllRegistry> </TargetDriverDllRegistry>
<Breakpoint/> <Breakpoint/>
@@ -227,11 +227,11 @@
<LExpSel>0</LExpSel> <LExpSel>0</LExpSel>
</OPTXL> </OPTXL>
<OPTFL> <OPTFL>
<tvExp>1</tvExp> <tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<IsCurrentTarget>0</IsCurrentTarget> <IsCurrentTarget>0</IsCurrentTarget>
</OPTFL> </OPTFL>
<CpuCode>255</CpuCode> <CpuCode>0</CpuCode>
<DllOpt> <DllOpt>
<SimDllName>SARMCM3.DLL</SimDllName> <SimDllName>SARMCM3.DLL</SimDllName>
<SimDllArguments>-MPU</SimDllArguments> <SimDllArguments>-MPU</SimDllArguments>
@@ -294,7 +294,7 @@
<SetRegEntry> <SetRegEntry>
<Number>0</Number> <Number>0</Number>
<Key>ULP2CM3</Key> <Key>ULP2CM3</Key>
<Name>-UP1135060 -O206 -S0 -C0 -P00 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO23 -TC10000000 -TP18 -TDX0 -TDD0 -TDS0 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F2xx_1024 -FS08000000 -FL0100000</Name> <Name>-UP1135060 -O206 -S0 -C0 -P00 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO23 -TC10000000 -TP18 -TDX0 -TDD0 -TDS7 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F2xx_1024 -FS08000000 -FL0100000</Name>
</SetRegEntry> </SetRegEntry>
</TargetDriverDllRegistry> </TargetDriverDllRegistry>
<Breakpoint/> <Breakpoint/>
@@ -383,11 +383,11 @@
<LExpSel>0</LExpSel> <LExpSel>0</LExpSel>
</OPTXL> </OPTXL>
<OPTFL> <OPTFL>
<tvExp>1</tvExp> <tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<IsCurrentTarget>0</IsCurrentTarget> <IsCurrentTarget>0</IsCurrentTarget>
</OPTFL> </OPTFL>
<CpuCode>255</CpuCode> <CpuCode>0</CpuCode>
<DllOpt> <DllOpt>
<SimDllName>SARMCM3.DLL</SimDllName> <SimDllName>SARMCM3.DLL</SimDllName>
<SimDllArguments>-MPU</SimDllArguments> <SimDllArguments>-MPU</SimDllArguments>
@@ -450,7 +450,7 @@
<SetRegEntry> <SetRegEntry>
<Number>0</Number> <Number>0</Number>
<Key>ULP2CM3</Key> <Key>ULP2CM3</Key>
<Name>-UP1135060 -O206 -S0 -C0 -P00 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO23 -TC10000000 -TP18 -TDX0 -TDD0 -TDS0 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F2xx_1024 -FS08000000 -FL0100000</Name> <Name>-UP1135060 -O206 -S0 -C0 -P00 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO23 -TC10000000 -TP18 -TDX0 -TDD0 -TDS7 -TDT0 -TDC1F -TIEFFFFFFFF -TIP0 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F2xx_1024 -FS08000000 -FL0100000</Name>
</SetRegEntry> </SetRegEntry>
</TargetDriverDllRegistry> </TargetDriverDllRegistry>
<Breakpoint/> <Breakpoint/>
@@ -478,7 +478,7 @@
<aPa1>0</aPa1> <aPa1>0</aPa1>
<AscS4>0</AscS4> <AscS4>0</AscS4>
<aSer4>1</aSer4> <aSer4>1</aSer4>
<StkLoc>1</StkLoc> <StkLoc>0</StkLoc>
<TrcWin>0</TrcWin> <TrcWin>0</TrcWin>
<newCpu>0</newCpu> <newCpu>0</newCpu>
<uProt>0</uProt> <uProt>0</uProt>
@@ -598,8 +598,8 @@
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>0</ColumnNumber> <ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>387</TopLine> <TopLine>0</TopLine>
<CurrentLine>396</CurrentLine> <CurrentLine>0</CurrentLine>
<bDave2>0</bDave2> <bDave2>0</bDave2>
<PathWithFileName>..\MDK-ARM\CyaSSL\shell.c</PathWithFileName> <PathWithFileName>..\MDK-ARM\CyaSSL\shell.c</PathWithFileName>
<FilenameWithoutPath>shell.c</FilenameWithoutPath> <FilenameWithoutPath>shell.c</FilenameWithoutPath>
@@ -614,7 +614,7 @@
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>0</ColumnNumber> <ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>135</TopLine> <TopLine>143</TopLine>
<CurrentLine>149</CurrentLine> <CurrentLine>149</CurrentLine>
<bDave2>0</bDave2> <bDave2>0</bDave2>
<PathWithFileName>..\MDK-ARM\CyaSSL\main.c</PathWithFileName> <PathWithFileName>..\MDK-ARM\CyaSSL\main.c</PathWithFileName>
@@ -774,8 +774,8 @@
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>0</ColumnNumber> <ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>39</TopLine> <TopLine>0</TopLine>
<CurrentLine>73</CurrentLine> <CurrentLine>0</CurrentLine>
<bDave2>0</bDave2> <bDave2>0</bDave2>
<PathWithFileName>c:\Keil\ARM\Boards\Keil\MCBSTM32F200\RL\FlashFS\SD_File\Serial.c</PathWithFileName> <PathWithFileName>c:\Keil\ARM\Boards\Keil\MCBSTM32F200\RL\FlashFS\SD_File\Serial.c</PathWithFileName>
<FilenameWithoutPath>Serial.c</FilenameWithoutPath> <FilenameWithoutPath>Serial.c</FilenameWithoutPath>
@@ -1428,10 +1428,10 @@
<FileType>1</FileType> <FileType>1</FileType>
<tvExp>0</tvExp> <tvExp>0</tvExp>
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>30</ColumnNumber> <ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>560</TopLine> <TopLine>0</TopLine>
<CurrentLine>570</CurrentLine> <CurrentLine>0</CurrentLine>
<bDave2>0</bDave2> <bDave2>0</bDave2>
<PathWithFileName>..\..\..\ctaocrypt\src\random.c</PathWithFileName> <PathWithFileName>..\..\..\ctaocrypt\src\random.c</PathWithFileName>
<FilenameWithoutPath>random.c</FilenameWithoutPath> <FilenameWithoutPath>random.c</FilenameWithoutPath>
@@ -1446,8 +1446,8 @@
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>0</ColumnNumber> <ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>1</TopLine> <TopLine>0</TopLine>
<CurrentLine>1</CurrentLine> <CurrentLine>0</CurrentLine>
<bDave2>0</bDave2> <bDave2>0</bDave2>
<PathWithFileName>..\..\..\ctaocrypt\src\ripemd.c</PathWithFileName> <PathWithFileName>..\..\..\ctaocrypt\src\ripemd.c</PathWithFileName>
<FilenameWithoutPath>ripemd.c</FilenameWithoutPath> <FilenameWithoutPath>ripemd.c</FilenameWithoutPath>
@@ -1538,11 +1538,7 @@
<Group> <Group>
<GroupName>Configuration</GroupName> <GroupName>Configuration</GroupName>
<<<<<<< HEAD
<tvExp>0</tvExp> <tvExp>0</tvExp>
=======
<tvExp>1</tvExp>
>>>>>>> cyassl/master
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel> <cbSel>0</cbSel>
<RteFlg>0</RteFlg> <RteFlg>0</RteFlg>
@@ -1632,7 +1628,7 @@
<FileType>5</FileType> <FileType>5</FileType>
<tvExp>0</tvExp> <tvExp>0</tvExp>
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>18</ColumnNumber> <ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>0</TopLine> <TopLine>0</TopLine>
<CurrentLine>0</CurrentLine> <CurrentLine>0</CurrentLine>
@@ -1648,7 +1644,7 @@
<FileType>5</FileType> <FileType>5</FileType>
<tvExp>0</tvExp> <tvExp>0</tvExp>
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>18</ColumnNumber> <ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>0</TopLine> <TopLine>0</TopLine>
<CurrentLine>0</CurrentLine> <CurrentLine>0</CurrentLine>
@@ -1664,7 +1660,7 @@
<FileType>5</FileType> <FileType>5</FileType>
<tvExp>0</tvExp> <tvExp>0</tvExp>
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>18</ColumnNumber> <ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>0</TopLine> <TopLine>0</TopLine>
<CurrentLine>0</CurrentLine> <CurrentLine>0</CurrentLine>
@@ -1706,8 +1702,8 @@
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>0</ColumnNumber> <ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>200</TopLine> <TopLine>172</TopLine>
<CurrentLine>216</CurrentLine> <CurrentLine>182</CurrentLine>
<bDave2>0</bDave2> <bDave2>0</bDave2>
<PathWithFileName>..\MDK-ARM\CyaSSL\cyassl_MDK_ARM.c</PathWithFileName> <PathWithFileName>..\MDK-ARM\CyaSSL\cyassl_MDK_ARM.c</PathWithFileName>
<FilenameWithoutPath>cyassl_MDK_ARM.c</FilenameWithoutPath> <FilenameWithoutPath>cyassl_MDK_ARM.c</FilenameWithoutPath>
@@ -1722,7 +1718,7 @@
<Focus>0</Focus> <Focus>0</Focus>
<ColumnNumber>0</ColumnNumber> <ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<TopLine>51</TopLine> <TopLine>50</TopLine>
<CurrentLine>57</CurrentLine> <CurrentLine>57</CurrentLine>
<bDave2>0</bDave2> <bDave2>0</bDave2>
<PathWithFileName>..\MDK-ARM\CyaSSL\Retarget.c</PathWithFileName> <PathWithFileName>..\MDK-ARM\CyaSSL\Retarget.c</PathWithFileName>
@@ -1730,6 +1726,22 @@
<RteFlg>0</RteFlg> <RteFlg>0</RteFlg>
<bShared>0</bShared> <bShared>0</bShared>
</File> </File>
<File>
<GroupNumber>7</GroupNumber>
<FileNumber>75</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg>
<TopLine>0</TopLine>
<CurrentLine>0</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>..\STM32F2xx_StdPeriph_Lib\time-STM32F2xx.c</PathWithFileName>
<FilenameWithoutPath>time-STM32F2xx.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
</Group> </Group>
</ProjectOpt> </ProjectOpt>