diff --git a/examples/arm-cm/dpp_efm32-slstk3401a/qk/armclang/dpp-qk.uvprojx b/examples/arm-cm/dpp_efm32-slstk3401a/qk/armclang/dpp-qk.uvprojx index 4f1e2ffa..b67d63c3 100644 --- a/examples/arm-cm/dpp_efm32-slstk3401a/qk/armclang/dpp-qk.uvprojx +++ b/examples/arm-cm/dpp_efm32-slstk3401a/qk/armclang/dpp-qk.uvprojx @@ -337,7 +337,7 @@ 0 - QK_USE_IRQ_NUM=25 QK_USE_IRQ_HANDLER=CRYPTO_IRQHandler + QK_USE_IRQ_NUM=33 QK_USE_IRQ_HANDLER=FPUEH_IRQHandler ..\..;..\..\..\..\..\include;..\..\..\..\..\ports\arm-cm\qk\armclang;..\..\..\..\..\3rd_party\CMSIS\Include;..\..\..\..\..\3rd_party\efm32pg1b diff --git a/examples/arm-cm/dpp_efm32-slstk3401a/qk/gnu/Makefile b/examples/arm-cm/dpp_efm32-slstk3401a/qk/gnu/Makefile index f15026f6..28300826 100644 --- a/examples/arm-cm/dpp_efm32-slstk3401a/qk/gnu/Makefile +++ b/examples/arm-cm/dpp_efm32-slstk3401a/qk/gnu/Makefile @@ -1,13 +1,13 @@ ############################################################################## # Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QK kernel, GNU-ARM -# Last Updated for Version: 7.0.1 -# Date of the Last Update: 2022-05-23 +# Last Updated for Version: 7.2.1 +# Date of the Last Update: 2023-01-14 # # Q u a n t u m L e a P s # ------------------------ # Modern Embedded Software # -# Copyright (C) 2005-2021 Quantum Leaps, LLC. All rights reserved. +# Copyright (C) 2005 Quantum Leaps, LLC. All rights reserved. # # This program is open source software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published @@ -45,7 +45,7 @@ # NOTE: # To use this Makefile on Windows, you will need the GNU make utility, which # is included in the Qtools collection for Windows, see: -# http://sourceforge.net/projects/qpc/files/Qtools/ +# https://github.com/QuantumLeaps/qtools/releases # #----------------------------------------------------------------------------- @@ -138,8 +138,8 @@ LIBS := # defines DEFINES := -DEFM32PG1B200F256GM48=1 \ - -DQK_USE_IRQ_HANDLER=CRYPTO_IRQHandler \ - -DQK_USE_IRQ_NUM=25 + -DQK_USE_IRQ_NUM=33 \ + -DQK_USE_IRQ_HANDLER=FPUEH_IRQHandler # ARM CPU, ARCH, FPU, and Float-ABI types... # ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4] @@ -180,7 +180,7 @@ MKDIR := mkdir RM := rm #----------------------------------------------------------------------------- -# build options for various configurations for ARM Cortex-M4F +# build options for various configurations for ARM Cortex-M # # combine all the soruces... diff --git a/examples/arm-cm/dpp_efm32-slstk3401a/qk/gnu/Makefile-cpp20 b/examples/arm-cm/dpp_efm32-slstk3401a/qk/gnu/Makefile-cpp20 index e5026436..12b72ea6 100644 --- a/examples/arm-cm/dpp_efm32-slstk3401a/qk/gnu/Makefile-cpp20 +++ b/examples/arm-cm/dpp_efm32-slstk3401a/qk/gnu/Makefile-cpp20 @@ -1,13 +1,13 @@ ############################################################################## # Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QK kernel, GNU-ARM -# Last Updated for Version: 7.0.0 -# Date of the Last Update: 2022-05-13 +# Last Updated for Version: 7.2.1 +# Date of the Last Update: 2023-01-14 # # Q u a n t u m L e a P s # ------------------------ # Modern Embedded Software # -# Copyright (C) 2005-2022 Quantum Leaps, LLC. All rights reserved. +# Copyright (C) 2005 Quantum Leaps, LLC. All rights reserved. # # This program is open source software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published @@ -80,7 +80,6 @@ VPATH = \ INCLUDES = \ -I../.. \ -I$(QPCPP)/include \ - -I$(QPCPP)/src \ -I$(QP_PORT_DIR) \ -I$(QPCPP)/3rd_party/CMSIS/Include \ -I$(QPCPP)/3rd_party/efm32pg1b @@ -139,8 +138,8 @@ LIBS := # defines DEFINES := -DEFM32PG1B200F256GM48=1 \ - -DQK_USE_IRQ_NUM=25 \ - -DQK_USE_IRQ_HANDLER=CRYPTO_IRQHandler + -DQK_USE_IRQ_NUM=33 \ + -DQK_USE_IRQ_HANDLER=FPUEH_IRQHandler # ARM CPU, ARCH, FPU, and Float-ABI types... # ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4] diff --git a/examples/arm-cm/dpp_efm32-slstk3401a/qk/iar/dpp-qk.ewp b/examples/arm-cm/dpp_efm32-slstk3401a/qk/iar/dpp-qk.ewp index 29f3d3cb..b297f857 100644 --- a/examples/arm-cm/dpp_efm32-slstk3401a/qk/iar/dpp-qk.ewp +++ b/examples/arm-cm/dpp_efm32-slstk3401a/qk/iar/dpp-qk.ewp @@ -215,8 +215,8 @@