Skip to content

Commit

Permalink
Improved robustness of SPI testing and SPI Server
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradCvjetkovic committed Apr 22, 2021
1 parent bdbdb1b commit 2ffb3c3
Show file tree
Hide file tree
Showing 50 changed files with 2,541 additions and 2,221 deletions.
8 changes: 6 additions & 2 deletions ARM.CMSIS-Driver_Validation.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<license>LICENSE.txt</license>

<releases>
<release version="2.0.1-dev1">
- Improved robustness of SPI Driver testing
- Improved robustness of SPI Server
</release>
<release version="2.0.1-dev0">
- Minor update to SPI Driver testing
</release>
Expand Down Expand Up @@ -175,14 +179,14 @@
</files>
</component>

<component Cclass="CMSIS Driver Validation" Cgroup="SPI" Cversion="2.0.1" condition="CMSIS Driver Validation SPI">
<component Cclass="CMSIS Driver Validation" Cgroup="SPI" Cversion="2.1.0" condition="CMSIS Driver Validation SPI">
<description>SPI driver validation</description>
<RTE_Components_h>
#define RTE_CMSIS_DV_SPI /* Driver Validation SPI enabled */
</RTE_Components_h>
<files>
<file category="doc" name="Documentation/html/group__dv__spi.html" />
<file category="header" name="Config/DV_SPI_Config.h" attr="config" version = "1.0.0"/>
<file category="header" name="Config/DV_SPI_Config.h" attr="config" version = "1.1.0"/>
<file category="source" name="Source/DV_SPI.c"/>
</files>
</component>
Expand Down
8 changes: 4 additions & 4 deletions Boards/Espressif/ESP32_Arduino/CMSIS_DV.uvoptx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<aExt>*.s*; *.src; *.a*</aExt>
<oExt>*.obj; *.o</oExt>
<lExt>*.lib</lExt>
<tExt>*.txt; *.h; *.inc</tExt>
<tExt>*.txt; *.h; *.inc; *.md</tExt>
<pExt>*.plm</pExt>
<CppX>*.cpp</CppX>
<nMigrate>0</nMigrate>
Expand Down Expand Up @@ -160,12 +160,12 @@
</TargetDriverDllRegistry>
<Breakpoint/>
<ScvdPack>
<Filename>C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\RTOS2\RTX\RTX5.scvd</Filename>
<Filename>C:\Keil\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\RTOS2\RTX\RTX5.scvd</Filename>
<Type>ARM.CMSIS.5.7.0</Type>
<SubType>1</SubType>
</ScvdPack>
<ScvdPack>
<Filename>C:\Keil_v5\ARM\PACK\Keil\ARM_Compiler\1.6.3\EventRecorder.scvd</Filename>
<Filename>C:\Keil\ARM\PACK\Keil\ARM_Compiler\1.6.3\EventRecorder.scvd</Filename>
<Type>Keil.ARM_Compiler.1.6.3</Type>
<SubType>1</SubType>
</ScvdPack>
Expand Down Expand Up @@ -360,7 +360,7 @@
</TargetDriverDllRegistry>
<Breakpoint/>
<ScvdPack>
<Filename>C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\RTOS2\RTX\RTX5.scvd</Filename>
<Filename>C:\Keil\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\RTOS2\RTX\RTX5.scvd</Filename>
<Type>ARM.CMSIS.5.7.0</Type>
<SubType>1</SubType>
</ScvdPack>
Expand Down
157 changes: 105 additions & 52 deletions Boards/Espressif/ESP32_Arduino/CMSIS_DV.uvprojx

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Boards/Espressif/ESP8266EX_Arduino/CMSIS_DV.uvoptx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<aExt>*.s*; *.src; *.a*</aExt>
<oExt>*.obj; *.o</oExt>
<lExt>*.lib</lExt>
<tExt>*.txt; *.h; *.inc</tExt>
<tExt>*.txt; *.h; *.inc; *.md</tExt>
<pExt>*.plm</pExt>
<CppX>*.cpp</CppX>
<nMigrate>0</nMigrate>
Expand Down Expand Up @@ -160,12 +160,12 @@
</TargetDriverDllRegistry>
<Breakpoint/>
<ScvdPack>
<Filename>C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\RTOS2\RTX\RTX5.scvd</Filename>
<Filename>C:\Keil\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\RTOS2\RTX\RTX5.scvd</Filename>
<Type>ARM.CMSIS.5.7.0</Type>
<SubType>1</SubType>
</ScvdPack>
<ScvdPack>
<Filename>C:\Keil_v5\ARM\PACK\Keil\ARM_Compiler\1.6.3\EventRecorder.scvd</Filename>
<Filename>C:\Keil\ARM\PACK\Keil\ARM_Compiler\1.6.3\EventRecorder.scvd</Filename>
<Type>Keil.ARM_Compiler.1.6.3</Type>
<SubType>1</SubType>
</ScvdPack>
Expand Down Expand Up @@ -360,7 +360,7 @@
</TargetDriverDllRegistry>
<Breakpoint/>
<ScvdPack>
<Filename>C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\RTOS2\RTX\RTX5.scvd</Filename>
<Filename>C:\Keil\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\RTOS2\RTX\RTX5.scvd</Filename>
<Type>ARM.CMSIS.5.7.0</Type>
<SubType>1</SubType>
</ScvdPack>
Expand Down
173 changes: 113 additions & 60 deletions Boards/Espressif/ESP8266EX_Arduino/CMSIS_DV.uvprojx

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@
<xsl:text> </xsl:text>
<xsl:value-of select="time"/>
</h3>
<!-- Test Group Info -->
<xsl:for-each select="info">
<table style="border:none; font-size:16px;" width="80%" align="center">
<tr><td style="white-space:pre-line"><xsl:value-of select="current()"/></td></tr>
</table>
<br/>
</xsl:for-each>
<table class="tab_fr" align="center">
<!-- Print out result header -->
<tr>
Expand Down
7 changes: 7 additions & 0 deletions Boards/Inventek/ISMART43362-E/TestReport/TR_Style.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@
<xsl:text> </xsl:text>
<xsl:value-of select="time"/>
</h3>
<!-- Test Group Info -->
<xsl:for-each select="info">
<table style="border:none; font-size:16px;" width="80%" align="center">
<tr><td style="white-space:pre-line"><xsl:value-of select="current()"/></td></tr>
</table>
<br/>
</xsl:for-each>
<table class="tab_fr" align="center">
<!-- Print out result header -->
<tr>
Expand Down
6 changes: 3 additions & 3 deletions Boards/Keil/MCBSTM32F200/CMSIS_DV.uvoptx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<aExt>*.s*; *.src; *.a*</aExt>
<oExt>*.obj</oExt>
<lExt>*.lib</lExt>
<tExt>*.txt; *.h; *.inc</tExt>
<tExt>*.txt; *.h; *.inc; *.md</tExt>
<pExt>*.plm</pExt>
<CppX>*.cpp</CppX>
<nMigrate>0</nMigrate>
Expand Down Expand Up @@ -160,7 +160,7 @@
</TargetDriverDllRegistry>
<Breakpoint/>
<ScvdPack>
<Filename>C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\RTOS2\RTX\RTX5.scvd</Filename>
<Filename>C:\Keil\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\RTOS2\RTX\RTX5.scvd</Filename>
<Type>ARM.CMSIS.5.7.0</Type>
<SubType>1</SubType>
</ScvdPack>
Expand Down Expand Up @@ -355,7 +355,7 @@
</TargetDriverDllRegistry>
<Breakpoint/>
<ScvdPack>
<Filename>C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\RTOS2\RTX\RTX5.scvd</Filename>
<Filename>C:\Keil\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\RTOS2\RTX\RTX5.scvd</Filename>
<Type>ARM.CMSIS.5.7.0</Type>
<SubType>1</SubType>
</ScvdPack>
Expand Down
56 changes: 29 additions & 27 deletions Boards/Keil/MCBSTM32F200/CMSIS_DV.uvprojx
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<TargetName>Create Report</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>6130001::V6.13.1::.\ARMCLANG</pCCUsed>
<pCCUsed>6160000::V6.16::ARMCLANG</pCCUsed>
<uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>STM32F207IGHx</Device>
<Vendor>STMicroelectronics</Vendor>
<PackID>Keil.STM32F2xx_DFP.2.10.0-dev22</PackID>
<PackURL>https://www.keil.com/pack/</PackURL>
<PackID>Keil.STM32F2xx_DFP.2.9.0</PackID>
<PackURL>http://www.keil.com/pack</PackURL>
<Cpu>IROM(0x08000000,0x100000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
<StartupFile></StartupFile>
Expand Down Expand Up @@ -185,6 +185,7 @@
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
<RvdsMve>0</RvdsMve>
<RvdsCdeCp>0</RvdsCdeCp>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
Expand Down Expand Up @@ -351,7 +352,7 @@
<NoWarn>0</NoWarn>
<uSurpInc>0</uSurpInc>
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<ClangAsOpt>4</ClangAsOpt>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
Expand Down Expand Up @@ -460,7 +461,7 @@
<NoWarn>2</NoWarn>
<uSurpInc>2</uSurpInc>
<useXO>2</useXO>
<uClangAs>2</uClangAs>
<ClangAsOpt>0</ClangAsOpt>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
Expand Down Expand Up @@ -541,7 +542,7 @@
<NoWarn>2</NoWarn>
<uSurpInc>2</uSurpInc>
<useXO>2</useXO>
<uClangAs>2</uClangAs>
<ClangAsOpt>0</ClangAsOpt>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
Expand All @@ -558,14 +559,14 @@
<TargetName>Debug</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>6130001::V6.13.1::.\ARMCLANG</pCCUsed>
<pCCUsed>6160000::V6.16::ARMCLANG</pCCUsed>
<uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>STM32F207IGHx</Device>
<Vendor>STMicroelectronics</Vendor>
<PackID>Keil.STM32F2xx_DFP.2.10.0-dev22</PackID>
<PackURL>https://www.keil.com/pack/</PackURL>
<PackID>Keil.STM32F2xx_DFP.2.9.0</PackID>
<PackURL>http://www.keil.com/pack</PackURL>
<Cpu>IROM(0x08000000,0x100000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
<StartupFile></StartupFile>
Expand Down Expand Up @@ -733,6 +734,7 @@
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
<RvdsMve>0</RvdsMve>
<RvdsCdeCp>0</RvdsCdeCp>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
Expand Down Expand Up @@ -899,7 +901,7 @@
<NoWarn>0</NoWarn>
<uSurpInc>0</uSurpInc>
<useXO>0</useXO>
<uClangAs>0</uClangAs>
<ClangAsOpt>4</ClangAsOpt>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
Expand Down Expand Up @@ -1008,7 +1010,7 @@
<NoWarn>2</NoWarn>
<uSurpInc>2</uSurpInc>
<useXO>2</useXO>
<uClangAs>2</uClangAs>
<ClangAsOpt>0</ClangAsOpt>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
Expand Down Expand Up @@ -1089,7 +1091,7 @@
<NoWarn>2</NoWarn>
<uSurpInc>2</uSurpInc>
<useXO>2</useXO>
<uClangAs>2</uClangAs>
<ClangAsOpt>0</ClangAsOpt>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
Expand Down Expand Up @@ -1199,8 +1201,8 @@
<targetInfo name="Debug"/>
</targetInfos>
</component>
<component Cclass="CMSIS Driver Validation" Cgroup="SPI" Cvendor="ARM" Cversion="2.0.0" condition="CMSIS Driver Validation SPI">
<package license="LICENSE.txt" name="CMSIS-Driver_Validation" schemaVersion="1.4.9" supportContact="http://silver.arm.com/support" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.0-dev0"/>
<component Cclass="CMSIS Driver Validation" Cgroup="SPI" Cvendor="ARM" Cversion="2.0.1" condition="CMSIS Driver Validation SPI">
<package name="CMSIS-Driver_Validation" schemaVersion="1.4.9" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.1-dev1"/>
<targetInfos>
<targetInfo name="Create Report"/>
<targetInfo name="Debug"/>
Expand Down Expand Up @@ -1395,7 +1397,7 @@
<file attr="config" category="header" name="Config\DV_Config.h" version="2.0.0">
<instance index="0">RTE\CMSIS_Driver_Validation\DV_Config.h</instance>
<component Cclass="CMSIS Driver Validation" Cgroup="Framework" Cvendor="ARM" Cversion="2.0.0" condition="CMSIS Core with RTOS and STDOUT"/>
<package license="LICENSE.txt" name="CMSIS-Driver_Validation" schemaVersion="1.4.9" supportContact="http://silver.arm.com/support" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.0-dev3"/>
<package name="CMSIS-Driver_Validation" schemaVersion="1.4.9" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.1-dev1"/>
<targetInfos>
<targetInfo name="Create Report"/>
<targetInfo name="Debug"/>
Expand All @@ -1404,7 +1406,7 @@
<file attr="config" category="header" name="Config\DV_ETH_Config.h" version="1.0.0">
<instance index="0">RTE\CMSIS_Driver_Validation\DV_ETH_Config.h</instance>
<component Cclass="CMSIS Driver Validation" Cgroup="Ethernet" Cvendor="ARM" Cversion="1.4.0" condition="CMSIS Driver Validation ETH"/>
<package license="LICENSE.txt" name="CMSIS-Driver_Validation" schemaVersion="1.4.9" supportContact="http://silver.arm.com/support" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.0-dev3"/>
<package name="CMSIS-Driver_Validation" schemaVersion="1.4.9" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.1-dev1"/>
<targetInfos>
<targetInfo name="Create Report"/>
<targetInfo name="Debug"/>
Expand All @@ -1413,7 +1415,7 @@
<file attr="config" category="header" name="Config\DV_I2C_Config.h" version="1.0.0">
<instance index="0">RTE\CMSIS_Driver_Validation\DV_I2C_Config.h</instance>
<component Cclass="CMSIS Driver Validation" Cgroup="I2C" Cvendor="ARM" Cversion="1.4.0" condition="CMSIS Driver Validation I2C"/>
<package license="LICENSE.txt" name="CMSIS-Driver_Validation" schemaVersion="1.4.9" supportContact="http://silver.arm.com/support" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.0-dev3"/>
<package name="CMSIS-Driver_Validation" schemaVersion="1.4.9" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.1-dev1"/>
<targetInfos>
<targetInfo name="Create Report"/>
<targetInfo name="Debug"/>
Expand All @@ -1422,16 +1424,16 @@
<file attr="config" category="header" name="Config\DV_MCI_Config.h" version="1.0.0">
<instance index="0">RTE\CMSIS_Driver_Validation\DV_MCI_Config.h</instance>
<component Cclass="CMSIS Driver Validation" Cgroup="MCI" Cvendor="ARM" Cversion="1.4.0" condition="CMSIS Driver Validation MCI"/>
<package license="LICENSE.txt" name="CMSIS-Driver_Validation" schemaVersion="1.4.9" supportContact="http://silver.arm.com/support" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.0-dev3"/>
<package name="CMSIS-Driver_Validation" schemaVersion="1.4.9" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.1-dev1"/>
<targetInfos>
<targetInfo name="Create Report"/>
<targetInfo name="Debug"/>
</targetInfos>
</file>
<file attr="config" category="header" name="Config\DV_SPI_Config.h" version="1.0.0">
<file attr="config" category="header" name="Config\DV_SPI_Config.h" version="1.1.0">
<instance index="0">RTE\CMSIS_Driver_Validation\DV_SPI_Config.h</instance>
<component Cclass="CMSIS Driver Validation" Cgroup="SPI" Cvendor="ARM" Cversion="2.0.0" condition="CMSIS Driver Validation SPI"/>
<package license="LICENSE.txt" name="CMSIS-Driver_Validation" schemaVersion="1.4.9" supportContact="http://silver.arm.com/support" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.0-dev3"/>
<component Cclass="CMSIS Driver Validation" Cgroup="SPI" Cvendor="ARM" Cversion="2.0.1" condition="CMSIS Driver Validation SPI"/>
<package name="CMSIS-Driver_Validation" schemaVersion="1.4.9" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.1-dev1"/>
<targetInfos>
<targetInfo name="Create Report"/>
<targetInfo name="Debug"/>
Expand All @@ -1440,7 +1442,7 @@
<file attr="config" category="header" name="Config\DV_USART_Config.h" version="1.0.0">
<instance index="0">RTE\CMSIS_Driver_Validation\DV_USART_Config.h</instance>
<component Cclass="CMSIS Driver Validation" Cgroup="USART" Cvendor="ARM" Cversion="1.4.0" condition="CMSIS Driver Validation USART"/>
<package license="LICENSE.txt" name="CMSIS-Driver_Validation" schemaVersion="1.4.9" supportContact="http://silver.arm.com/support" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.0-dev3"/>
<package name="CMSIS-Driver_Validation" schemaVersion="1.4.9" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.1-dev1"/>
<targetInfos>
<targetInfo name="Create Report"/>
<targetInfo name="Debug"/>
Expand All @@ -1449,7 +1451,7 @@
<file attr="config" category="header" name="Config\DV_USBD_Config.h" version="1.0.0">
<instance index="0">RTE\CMSIS_Driver_Validation\DV_USBD_Config.h</instance>
<component Cclass="CMSIS Driver Validation" Cgroup="USB Device" Cvendor="ARM" Cversion="1.4.0" condition="CMSIS Driver Validation USBD"/>
<package license="LICENSE.txt" name="CMSIS-Driver_Validation" schemaVersion="1.4.9" supportContact="http://silver.arm.com/support" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.0-dev3"/>
<package name="CMSIS-Driver_Validation" schemaVersion="1.4.9" url="http://www.keil.com/pack/" vendor="ARM" version="2.0.1-dev1"/>
<targetInfos>
<targetInfo name="Create Report"/>
<targetInfo name="Debug"/>
Expand All @@ -1458,7 +1460,7 @@
<file attr="config" category="header" name="CMSIS\Driver\Config\RTE_Device.h" version="2.3.1">
<instance index="0">RTE\Device\STM32F207IGHx\RTE_Device.h</instance>
<component Capiversion="1.0.0" Cclass="Device" Cgroup="STM32Cube Framework" Csub="Classic" Cvendor="Keil" Cversion="1.2.1" condition="STM32F2 Framework Classic"/>
<package name="STM32F2xx_DFP" schemaVersion="1.3" url="https://www.keil.com/pack/" vendor="Keil" version="2.10.0-dev22"/>
<package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.9.0"/>
<targetInfos>
<targetInfo name="Create Report"/>
<targetInfo name="Debug"/>
Expand All @@ -1467,7 +1469,7 @@
<file attr="config" category="source" condition="STM32F207xx_ARMCC" name="Drivers\CMSIS\Device\ST\STM32F2xx\Source\Templates\arm\startup_stm32f207xx.s" version="2.2.1">
<instance index="0">RTE\Device\STM32F207IGHx\startup_stm32f207xx.s</instance>
<component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="2.2.1" condition="STM32F2 CMSIS HAL"/>
<package name="STM32F2xx_DFP" schemaVersion="1.3" url="https://www.keil.com/pack/" vendor="Keil" version="2.10.0-dev22"/>
<package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.9.0"/>
<targetInfos>
<targetInfo name="Create Report"/>
<targetInfo name="Debug"/>
Expand All @@ -1476,7 +1478,7 @@
<file attr="config" category="header" name="MDK\Templates\Inc\stm32f2xx_hal_conf.h" version="1.2.1">
<instance index="0">RTE\Device\STM32F207IGHx\stm32f2xx_hal_conf.h</instance>
<component Capiversion="1.0.0" Cclass="Device" Cgroup="STM32Cube Framework" Csub="Classic" Cvendor="Keil" Cversion="1.2.1" condition="STM32F2 Framework Classic"/>
<package name="STM32F2xx_DFP" schemaVersion="1.3" url="https://www.keil.com/pack/" vendor="Keil" version="2.10.0-dev22"/>
<package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.9.0"/>
<targetInfos>
<targetInfo name="Create Report"/>
<targetInfo name="Debug"/>
Expand All @@ -1485,7 +1487,7 @@
<file attr="config" category="source" name="Drivers\CMSIS\Device\ST\STM32F2xx\Source\Templates\system_stm32f2xx.c" version="2.2.1">
<instance index="0">RTE\Device\STM32F207IGHx\system_stm32f2xx.c</instance>
<component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="2.2.1" condition="STM32F2 CMSIS HAL"/>
<package name="STM32F2xx_DFP" schemaVersion="1.3" url="https://www.keil.com/pack/" vendor="Keil" version="2.10.0-dev22"/>
<package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.9.0"/>
<targetInfos>
<targetInfo name="Create Report"/>
<targetInfo name="Debug"/>
Expand Down
Loading

0 comments on commit 2ffb3c3

Please sign in to comment.