Skip to content

Commit a5f0a9e

Browse files
committed
7.2.1
1 parent 0b0aa19 commit a5f0a9e

File tree

21 files changed

+79
-489
lines changed

21 files changed

+79
-489
lines changed

examples/arm-cm/dpp_efm32-slstk3401a/qk/armclang/dpp-qk.uvoptx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,16 +159,16 @@
159159
<Type>0</Type>
160160
<LineNumber>377</LineNumber>
161161
<EnabledFlag>1</EnabledFlag>
162-
<Address>6704</Address>
162+
<Address>0</Address>
163163
<ByteObject>0</ByteObject>
164164
<HtxType>0</HtxType>
165165
<ManyObjects>0</ManyObjects>
166166
<SizeOfObject>0</SizeOfObject>
167167
<BreakByAccess>0</BreakByAccess>
168-
<BreakIfRCount>1</BreakIfRCount>
168+
<BreakIfRCount>0</BreakIfRCount>
169169
<Filename>..\bsp.c</Filename>
170170
<ExecCommand></ExecCommand>
171-
<Expression>\\dpp_qk\../bsp.c\377</Expression>
171+
<Expression></Expression>
172172
</Bp>
173173
<Bp>
174174
<Number>1</Number>

examples/arm-cm/dpp_efm32-slstk3401a/qk/armclang/dpp-qk.uvprojx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
<v6Rtti>0</v6Rtti>
338338
<VariousControls>
339339
<MiscControls></MiscControls>
340-
<Define>QK_USE_IRQ_NUM=25 QK_USE_IRQ_HANDLER=CRYPTO_IRQHandler</Define>
340+
<Define>QK_USE_IRQ_NUM=33,QK_USE_IRQ_HANDLER=FPUEH_IRQHandler</Define>
341341
<Undefine></Undefine>
342342
<IncludePath>..\..;..\..\..\..\..\include;..\..\..\..\..\ports\arm-cm\qk\armclang;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b</IncludePath>
343343
</VariousControls>

examples/arm-cm/dpp_efm32-slstk3401a/qk/gnu/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##############################################################################
22
# Product: Makefile for QP/C on EMF32-SLSTK3401A, QK kernel, GNU-ARM
3-
# Last Updated for Version: 7.0.1
4-
# Date of the Last Update: 2022-05-23
3+
# Last Updated for Version: 7.2.1
4+
# Date of the Last Update: 2023-01-14
55
#
66
# Q u a n t u m L e a P s
77
# ------------------------
@@ -138,8 +138,8 @@ LIBS :=
138138

139139
# defines
140140
DEFINES := -DEFM32PG1B200F256GM48=1 \
141-
-DQK_USE_IRQ_NUM=25 \
142-
-DQK_USE_IRQ_HANDLER=CRYPTO_IRQHandler
141+
-DQK_USE_IRQ_NUM=33 \
142+
-DQK_USE_IRQ_HANDLER=FPUEH_IRQHandler
143143

144144
# ARM CPU, ARCH, FPU, and Float-ABI types...
145145
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]

examples/arm-cm/dpp_efm32-slstk3401a/qk/gnu/qspy_pthre0.txt

Lines changed: 0 additions & 79 deletions
This file was deleted.

examples/arm-cm/dpp_efm32-slstk3401a/qk/gnu/qspy_pthre1.txt

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)