minor update

This commit is contained in:
Gabriel Wang 2024-07-06 07:43:55 +01:00
parent 82a80d951c
commit e44af04aeb
3 changed files with 19 additions and 2 deletions

View File

@ -170,6 +170,22 @@
<ExecCommand></ExecCommand> <ExecCommand></ExecCommand>
<Expression>\\example\main.c\151</Expression> <Expression>\\example\main.c\151</Expression>
</Bp> </Bp>
<Bp>
<Number>1</Number>
<Type>0</Type>
<LineNumber>158</LineNumber>
<EnabledFlag>1</EnabledFlag>
<Address>0</Address>
<ByteObject>0</ByteObject>
<HtxType>0</HtxType>
<ManyObjects>0</ManyObjects>
<SizeOfObject>0</SizeOfObject>
<BreakByAccess>0</BreakByAccess>
<BreakIfRCount>0</BreakIfRCount>
<Filename>&lt;1&gt;.\main.c</Filename>
<ExecCommand></ExecCommand>
<Expression></Expression>
</Bp>
</Breakpoint> </Breakpoint>
<WatchWindow1> <WatchWindow1>
<Ww> <Ww>

View File

@ -1638,6 +1638,7 @@
<component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cvendor="ARM" Cversion="2.2.0" condition="ARMCM0 CMSIS" isDefaultVariant="1"/> <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cvendor="ARM" Cversion="2.2.0" condition="ARMCM0 CMSIS" isDefaultVariant="1"/>
<package name="Cortex_DFP" schemaVersion="1.7.33" url="https://www.keil.com/pack/" vendor="ARM" version="1.1.0"/> <package name="Cortex_DFP" schemaVersion="1.7.33" url="https://www.keil.com/pack/" vendor="ARM" version="1.1.0"/>
<targetInfos> <targetInfos>
<targetInfo name="example_arm compiler_5"/>
<targetInfo name="library"/> <targetInfo name="library"/>
</targetInfos> </targetInfos>
</file> </file>

View File

@ -40,9 +40,9 @@ extern "C" {
*/ */
#define __PERF_COUNTER_VER_MAJOR__ 2 #define __PERF_COUNTER_VER_MAJOR__ 2
#define __PERF_COUNTER_VER_MINOR__ 3 #define __PERF_COUNTER_VER_MINOR__ 3
#define __PERF_COUNTER_VER_REVISE__ 2 #define __PERF_COUNTER_VER_REVISE__ 3
#define __PERF_COUNTER_VER_STR__ "" #define __PERF_COUNTER_VER_STR__ "dev"
#define __PER_COUNTER_VER__ (__PERF_COUNTER_VER_MAJOR__ * 10000ul \ #define __PER_COUNTER_VER__ (__PERF_COUNTER_VER_MAJOR__ * 10000ul \
+__PERF_COUNTER_VER_MINOR__ * 100ul \ +__PERF_COUNTER_VER_MINOR__ * 100ul \