diff --git a/examples/arm-cm/blinky_efm32-slstk3401a/qk/gnu/Makefile b/examples/arm-cm/blinky_efm32-slstk3401a/qk/gnu/Makefile
index ac077dcd..cc3c943b 100644
--- a/examples/arm-cm/blinky_efm32-slstk3401a/qk/gnu/Makefile
+++ b/examples/arm-cm/blinky_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: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -140,12 +140,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/blinky_efm32-slstk3401a/qv/gnu/Makefile b/examples/arm-cm/blinky_efm32-slstk3401a/qv/gnu/Makefile
index e1f3a133..3d7032ef 100644
--- a/examples/arm-cm/blinky_efm32-slstk3401a/qv/gnu/Makefile
+++ b/examples/arm-cm/blinky_efm32-slstk3401a/qv/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EMF32-SLSTK3401A, QV kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -140,12 +140,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/blinky_ek-tm4c123gxl/qk/gnu/Makefile b/examples/arm-cm/blinky_ek-tm4c123gxl/qk/gnu/Makefile
index f44fad45..4d2cec18 100644
--- a/examples/arm-cm/blinky_ek-tm4c123gxl/qk/gnu/Makefile
+++ b/examples/arm-cm/blinky_ek-tm4c123gxl/qk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EK-TM4C123GXL, QK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -137,12 +137,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/blinky_ek-tm4c123gxl/qv/gnu/Makefile b/examples/arm-cm/blinky_ek-tm4c123gxl/qv/gnu/Makefile
index 4cb6c9bf..9a7cc1e8 100644
--- a/examples/arm-cm/blinky_ek-tm4c123gxl/qv/gnu/Makefile
+++ b/examples/arm-cm/blinky_ek-tm4c123gxl/qv/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EK-TM4C123GXL, QV kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -137,12 +137,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_efm32-slstk3401a/qk/gnu/Makefile b/examples/arm-cm/dpp_efm32-slstk3401a/qk/gnu/Makefile
index f86aa84a..80d989b8 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: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -142,12 +142,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_efm32-slstk3401a/qv/gnu/Makefile b/examples/arm-cm/dpp_efm32-slstk3401a/qv/gnu/Makefile
index b13432ff..20b34dd4 100644
--- a/examples/arm-cm/dpp_efm32-slstk3401a/qv/gnu/Makefile
+++ b/examples/arm-cm/dpp_efm32-slstk3401a/qv/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EMF32-SLSTK3401A, QV kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -142,12 +142,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_efm32-slstk3401a/qxk/gnu/Makefile b/examples/arm-cm/dpp_efm32-slstk3401a/qxk/gnu/Makefile
index e2f07dc0..98d5167a 100644
--- a/examples/arm-cm/dpp_efm32-slstk3401a/qxk/gnu/Makefile
+++ b/examples/arm-cm/dpp_efm32-slstk3401a/qxk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EMF32-SLSTK3401A, QXK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -146,12 +146,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_ek-tm4c123gxl/qk/gnu/Makefile b/examples/arm-cm/dpp_ek-tm4c123gxl/qk/gnu/Makefile
index da84b42f..7179ebec 100644
--- a/examples/arm-cm/dpp_ek-tm4c123gxl/qk/gnu/Makefile
+++ b/examples/arm-cm/dpp_ek-tm4c123gxl/qk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EK-TM4C123GXL, QK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -138,12 +138,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_ek-tm4c123gxl/qk/gnu_with-stack-prot/Makefile b/examples/arm-cm/dpp_ek-tm4c123gxl/qk/gnu_with-stack-prot/Makefile
index d18c92f6..77c63b25 100644
--- a/examples/arm-cm/dpp_ek-tm4c123gxl/qk/gnu_with-stack-prot/Makefile
+++ b/examples/arm-cm/dpp_ek-tm4c123gxl/qk/gnu_with-stack-prot/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EK-TM4C123GXL, QK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -138,12 +138,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_ek-tm4c123gxl/qv/gnu/Makefile b/examples/arm-cm/dpp_ek-tm4c123gxl/qv/gnu/Makefile
index 82b81e16..a3d4a0f7 100644
--- a/examples/arm-cm/dpp_ek-tm4c123gxl/qv/gnu/Makefile
+++ b/examples/arm-cm/dpp_ek-tm4c123gxl/qv/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EK-TM4C123GXL, QV kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -138,12 +138,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_ek-tm4c123gxl/qxk/gnu/Makefile b/examples/arm-cm/dpp_ek-tm4c123gxl/qxk/gnu/Makefile
index 835a4343..3e1bd77a 100644
--- a/examples/arm-cm/dpp_ek-tm4c123gxl/qxk/gnu/Makefile
+++ b/examples/arm-cm/dpp_ek-tm4c123gxl/qxk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EK-TM4C123GXL, QXK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -142,12 +142,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_mbed-lpc1768/qk/gnu/Makefile b/examples/arm-cm/dpp_mbed-lpc1768/qk/gnu/Makefile
index a930a317..c1b33f2e 100644
--- a/examples/arm-cm/dpp_mbed-lpc1768/qk/gnu/Makefile
+++ b/examples/arm-cm/dpp_mbed-lpc1768/qk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on mbed-LPC1768, QK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -138,12 +138,10 @@ DEFINES :=
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m3
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU :=
FLOAT_ABI :=
diff --git a/examples/arm-cm/dpp_mbed-lpc1768/qv/gnu/Makefile b/examples/arm-cm/dpp_mbed-lpc1768/qv/gnu/Makefile
index 769458b2..9fda103c 100644
--- a/examples/arm-cm/dpp_mbed-lpc1768/qv/gnu/Makefile
+++ b/examples/arm-cm/dpp_mbed-lpc1768/qv/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on mbed-LPC1768, QV kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -138,12 +138,10 @@ DEFINES :=
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m3
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU :=
FLOAT_ABI :=
diff --git a/examples/arm-cm/dpp_nucleo-h743zi/qk/gnu/Makefile b/examples/arm-cm/dpp_nucleo-h743zi/qk/gnu/Makefile
index 396b0bef..8f90a624 100644
--- a/examples/arm-cm/dpp_nucleo-h743zi/qk/gnu/Makefile
+++ b/examples/arm-cm/dpp_nucleo-h743zi/qk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on NUCLEO-H743ZI, QK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -152,12 +152,10 @@ DEFINES := -DSTM32H743xx -DUSE_HAL_DRIVER -DUSE_STM32H7XX_NUCLEO_144 \
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m7
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=fpv5-d16
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_nucleo-h743zi/qk/gnu/flash.bat b/examples/arm-cm/dpp_nucleo-h743zi/qk/gnu/flash.bat
deleted file mode 100644
index 36461fce..00000000
--- a/examples/arm-cm/dpp_nucleo-h743zi/qk/gnu/flash.bat
+++ /dev/null
@@ -1,33 +0,0 @@
-::============================================================================
-:: Batch file to load the DPP program to the flash of STM32 boards
-::
-:: NOTE: requires the ST-LINK utlity from ST, see:
-:: http://www.st.com/en/embedded-software/stsw-link004.html
-::
-@echo off
-setlocal
-
-@echo Load the program to the flash of STM32 board
-@echo usage: flash
-@echo usage: flash rel
-@echo usage: flash spy
-
-::----------------------------------------------------------------------------
-:: NOTE: Adjust the following symbol to the location of the
-:: STLINK utility on your machine
-::
-set STLINK="C:\tools\ST\ST-LINK\ST-LINK Utility\ST-LINK_CLI.exe"
-
-:: set the build directory depending on the first parameter %1
-set BUILD_DIR=dbg
-if [%1] NEQ [] set BUILD_DIR=%1
-@echo on
-
-%STLINK% -P %BUILD_DIR%\dpp-qk.bin 0x08000000
-
-@echo.
-@echo.
-@echo Reset the target to start running your program!
-
-@echo off
-endlocal
diff --git a/examples/arm-cm/dpp_nucleo-h743zi/qv/gnu/Makefile b/examples/arm-cm/dpp_nucleo-h743zi/qv/gnu/Makefile
index 4f09c536..7717899b 100644
--- a/examples/arm-cm/dpp_nucleo-h743zi/qv/gnu/Makefile
+++ b/examples/arm-cm/dpp_nucleo-h743zi/qv/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on NUCLEO-H743ZI, QV kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -151,12 +151,10 @@ DEFINES := -DSTM32H743xx -DUSE_HAL_DRIVER -DUSE_STM32H7XX_NUCLEO_144
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m7
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=fpv5-d16
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_nucleo-h743zi/qv/gnu/flash.bat b/examples/arm-cm/dpp_nucleo-h743zi/qv/gnu/flash.bat
deleted file mode 100644
index b3c867bf..00000000
--- a/examples/arm-cm/dpp_nucleo-h743zi/qv/gnu/flash.bat
+++ /dev/null
@@ -1,33 +0,0 @@
-::============================================================================
-:: Batch file to load the DPP-QV program to the flash of STM32 boards
-::
-:: NOTE: requires the ST-LINK utlity from ST, see:
-:: http://www.st.com/en/embedded-software/stsw-link004.html
-::
-@echo off
-setlocal
-
-@echo Load the program to the flash of STM32 board
-@echo usage: flash
-@echo usage: flash rel
-@echo usage: flash spy
-
-::----------------------------------------------------------------------------
-:: NOTE: Adjust the following symbol to the location of the
-:: STLINK utility on your machine
-::
-set STLINK="C:\tools\ST\ST-LINK\ST-LINK Utility\ST-LINK_CLI.exe"
-
-:: set the build directory depending on the first parameter %1
-set BUILD_DIR=dbg
-if [%1] NEQ [] set BUILD_DIR=%1
-@echo on
-
-%STLINK% -P %BUILD_DIR%\dpp-qv.bin 0x08000000
-
-@echo.
-@echo.
-@echo Reset the target to start running your program!
-
-@echo off
-endlocal
diff --git a/examples/arm-cm/dpp_nucleo-h743zi/qxk/gnu/Makefile b/examples/arm-cm/dpp_nucleo-h743zi/qxk/gnu/Makefile
index db6e4d7d..87eb4a8c 100644
--- a/examples/arm-cm/dpp_nucleo-h743zi/qxk/gnu/Makefile
+++ b/examples/arm-cm/dpp_nucleo-h743zi/qxk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on NUCLEO-H743ZI, QXK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -156,12 +156,10 @@ DEFINES := -DSTM32H743xx -DUSE_HAL_DRIVER -DUSE_STM32H7XX_NUCLEO_144 \
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m7
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=fpv5-d16
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_nucleo-h743zi/qxk/gnu/flash.bat b/examples/arm-cm/dpp_nucleo-h743zi/qxk/gnu/flash.bat
deleted file mode 100644
index f255035c..00000000
--- a/examples/arm-cm/dpp_nucleo-h743zi/qxk/gnu/flash.bat
+++ /dev/null
@@ -1,33 +0,0 @@
-::============================================================================
-:: Batch file to load the DPP-QXK program to the flash of STM32 boards
-::
-:: NOTE: requires the ST-LINK utlity from ST, see:
-:: http://www.st.com/en/embedded-software/stsw-link004.html
-::
-@echo off
-setlocal
-
-@echo Load the program to the flash of STM32 board
-@echo usage: flash
-@echo usage: flash rel
-@echo usage: flash spy
-
-::----------------------------------------------------------------------------
-:: NOTE: Adjust the following symbol to the location of the
-:: STLINK utility on your machine
-::
-set STLINK="C:\tools\ST\ST-LINK\ST-LINK Utility\ST-LINK_CLI.exe"
-
-:: set the build directory depending on the first parameter %1
-set BUILD_DIR=dbg
-if [%1] NEQ [] set BUILD_DIR=%1
-@echo on
-
-%STLINK% -P %BUILD_DIR%\dpp-qxk.bin 0x08000000
-
-@echo.
-@echo.
-@echo Reset the target to start running your program!
-
-@echo off
-endlocal
diff --git a/examples/arm-cm/dpp_nucleo-l053r8/qk/gnu/Makefile b/examples/arm-cm/dpp_nucleo-l053r8/qk/gnu/Makefile
index a4497081..88d5006b 100644
--- a/examples/arm-cm/dpp_nucleo-l053r8/qk/gnu/Makefile
+++ b/examples/arm-cm/dpp_nucleo-l053r8/qk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on NUCLEO-L053R8, QK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -138,12 +138,10 @@ DEFINES :=
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m0plus
-ARM_ARCH := 6 # NOTE: must match the ARM_CPU!
ARM_FPU :=
FLOAT_ABI :=
diff --git a/examples/arm-cm/dpp_nucleo-l053r8/qk/gnu_with-stack-prot/Makefile b/examples/arm-cm/dpp_nucleo-l053r8/qk/gnu_with-stack-prot/Makefile
index 6006d566..4c80b977 100644
--- a/examples/arm-cm/dpp_nucleo-l053r8/qk/gnu_with-stack-prot/Makefile
+++ b/examples/arm-cm/dpp_nucleo-l053r8/qk/gnu_with-stack-prot/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on NUCLEO-L053R8, QK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -138,12 +138,10 @@ DEFINES :=
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m0plus
-ARM_ARCH := 6 # NOTE: must match the ARM_CPU!
ARM_FPU :=
FLOAT_ABI :=
diff --git a/examples/arm-cm/dpp_nucleo-l053r8/qv/gnu/Makefile b/examples/arm-cm/dpp_nucleo-l053r8/qv/gnu/Makefile
index 30ba927a..300f7311 100644
--- a/examples/arm-cm/dpp_nucleo-l053r8/qv/gnu/Makefile
+++ b/examples/arm-cm/dpp_nucleo-l053r8/qv/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on NUCLEO-L053R8, QV kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -138,12 +138,10 @@ DEFINES :=
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m0plus
-ARM_ARCH := 6 # NOTE: must match the ARM_CPU!
ARM_FPU :=
FLOAT_ABI :=
diff --git a/examples/arm-cm/dpp_nucleo-l053r8/qxk/gnu/Makefile b/examples/arm-cm/dpp_nucleo-l053r8/qxk/gnu/Makefile
index 7ecf38d0..5cb0e3cc 100644
--- a/examples/arm-cm/dpp_nucleo-l053r8/qxk/gnu/Makefile
+++ b/examples/arm-cm/dpp_nucleo-l053r8/qxk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C, DPP on NUCLEO-L053R8, QXK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -142,12 +142,10 @@ DEFINES := -DQXK_ON_CONTEXT_SW
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m0plus
-ARM_ARCH := 6 # NOTE: must match the ARM_CPU!
ARM_FPU :=
FLOAT_ABI :=
diff --git a/examples/arm-cm/dpp_nucleo-l152re/qk/gnu/Makefile b/examples/arm-cm/dpp_nucleo-l152re/qk/gnu/Makefile
index e21b928b..248fccdf 100644
--- a/examples/arm-cm/dpp_nucleo-l152re/qk/gnu/Makefile
+++ b/examples/arm-cm/dpp_nucleo-l152re/qk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on NUCLEO-L152RE, QK kernel, GNU-ARM
-# Last Updated for Version: 6.9.1
-# Date of the Last Update: 2020-09-30
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -139,12 +139,10 @@ DEFINES :=
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m3
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU :=
FLOAT_ABI :=
diff --git a/examples/arm-cm/dpp_nucleo-l152re/qv/gnu/Makefile b/examples/arm-cm/dpp_nucleo-l152re/qv/gnu/Makefile
index e2d4633d..a5d68489 100644
--- a/examples/arm-cm/dpp_nucleo-l152re/qv/gnu/Makefile
+++ b/examples/arm-cm/dpp_nucleo-l152re/qv/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on NUCLEO-L152RE, QV kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -138,12 +138,10 @@ DEFINES :=
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m3
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU :=
FLOAT_ABI :=
diff --git a/examples/arm-cm/dpp_nucleo-l152re/qxk/gnu/Makefile b/examples/arm-cm/dpp_nucleo-l152re/qxk/gnu/Makefile
index f8c4ddbc..08671210 100644
--- a/examples/arm-cm/dpp_nucleo-l152re/qxk/gnu/Makefile
+++ b/examples/arm-cm/dpp_nucleo-l152re/qxk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on NUCLEO-L152RE, QXK kernel, GNU-ARM
-# Last Updated for Version: 6.9.1
-# Date of the Last Update: 2020-09-16
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -142,12 +142,10 @@ DEFINES :=
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m3
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU :=
FLOAT_ABI :=
diff --git a/examples/arm-cm/dpp_stm32f4-discovery/qk/gnu/Makefile b/examples/arm-cm/dpp_stm32f4-discovery/qk/gnu/Makefile
index 57e7abbd..5f651e5a 100644
--- a/examples/arm-cm/dpp_stm32f4-discovery/qk/gnu/Makefile
+++ b/examples/arm-cm/dpp_stm32f4-discovery/qk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on STM32F4-Discovery, QK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -143,12 +143,10 @@ DEFINES :=
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_stm32f4-discovery/qv/gnu/Makefile b/examples/arm-cm/dpp_stm32f4-discovery/qv/gnu/Makefile
index 0c48e4f2..2ebe216a 100644
--- a/examples/arm-cm/dpp_stm32f4-discovery/qv/gnu/Makefile
+++ b/examples/arm-cm/dpp_stm32f4-discovery/qv/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on STM32F4-Discovery, QV kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -143,12 +143,10 @@ DEFINES :=
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_stm32f4-discovery/qxk/gnu/Makefile b/examples/arm-cm/dpp_stm32f4-discovery/qxk/gnu/Makefile
index 96e9e3df..efd06a3c 100644
--- a/examples/arm-cm/dpp_stm32f4-discovery/qxk/gnu/Makefile
+++ b/examples/arm-cm/dpp_stm32f4-discovery/qxk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on STM32F4-Discovery, QXK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -147,12 +147,10 @@ DEFINES :=
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_stm32f746g-discovery/qk/gnu/Makefile b/examples/arm-cm/dpp_stm32f746g-discovery/qk/gnu/Makefile
index 4a8ddd70..a9a9b793 100644
--- a/examples/arm-cm/dpp_stm32f746g-discovery/qk/gnu/Makefile
+++ b/examples/arm-cm/dpp_stm32f746g-discovery/qk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on STM32F746G-Discovery, QK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -151,12 +151,10 @@ DEFINES := -DSTM32F746xx
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m7
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_stm32f746g-discovery/qv/gnu/Makefile b/examples/arm-cm/dpp_stm32f746g-discovery/qv/gnu/Makefile
index 342264fe..48a9b715 100644
--- a/examples/arm-cm/dpp_stm32f746g-discovery/qv/gnu/Makefile
+++ b/examples/arm-cm/dpp_stm32f746g-discovery/qv/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on STM32F746G-Discovery, QV kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -151,12 +151,10 @@ DEFINES := -DSTM32F746xx
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m7
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/dpp_stm32f746g-discovery/qxk/gnu/Makefile b/examples/arm-cm/dpp_stm32f746g-discovery/qxk/gnu/Makefile
index b7e15e32..51c5e59b 100644
--- a/examples/arm-cm/dpp_stm32f746g-discovery/qxk/gnu/Makefile
+++ b/examples/arm-cm/dpp_stm32f746g-discovery/qxk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on STM32F746G-Discovery, QXK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -155,12 +155,10 @@ DEFINES := -DSTM32F746xx
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m7
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/game_efm32-slstk3401a/qk/gnu/Makefile b/examples/arm-cm/game_efm32-slstk3401a/qk/gnu/Makefile
index c80ef873..42805055 100644
--- a/examples/arm-cm/game_efm32-slstk3401a/qk/gnu/Makefile
+++ b/examples/arm-cm/game_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: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -152,12 +152,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/game_efm32-slstk3401a/qv/gnu/Makefile b/examples/arm-cm/game_efm32-slstk3401a/qv/gnu/Makefile
index f3ff7dd1..d2609812 100644
--- a/examples/arm-cm/game_efm32-slstk3401a/qv/gnu/Makefile
+++ b/examples/arm-cm/game_efm32-slstk3401a/qv/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EMF32-SLSTK3401A, QV kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -152,12 +152,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/low-power_ek-tm4c123gxl/qk/gnu/Makefile b/examples/arm-cm/low-power_ek-tm4c123gxl/qk/gnu/Makefile
index f49acb25..3f53aa25 100644
--- a/examples/arm-cm/low-power_ek-tm4c123gxl/qk/gnu/Makefile
+++ b/examples/arm-cm/low-power_ek-tm4c123gxl/qk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EK-TM4C123GXL, QK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -138,12 +138,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/low-power_ek-tm4c123gxl/qv/gnu/Makefile b/examples/arm-cm/low-power_ek-tm4c123gxl/qv/gnu/Makefile
index 56e840ae..bc68b0e6 100644
--- a/examples/arm-cm/low-power_ek-tm4c123gxl/qv/gnu/Makefile
+++ b/examples/arm-cm/low-power_ek-tm4c123gxl/qv/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EK-TM4C123GXL, QV kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -138,12 +138,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/arm-cm/low-power_ek-tm4c123gxl/qxk/gnu/Makefile b/examples/arm-cm/low-power_ek-tm4c123gxl/qxk/gnu/Makefile
index bdf7487d..49d894ac 100644
--- a/examples/arm-cm/low-power_ek-tm4c123gxl/qxk/gnu/Makefile
+++ b/examples/arm-cm/low-power_ek-tm4c123gxl/qxk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EK-TM4C123GXL, QXK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -141,12 +141,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/freertos/arm-cm/dpp_ek-tm4c123gxl/gnu/Makefile b/examples/freertos/arm-cm/dpp_ek-tm4c123gxl/gnu/Makefile
index b44c731c..6c643465 100644
--- a/examples/freertos/arm-cm/dpp_ek-tm4c123gxl/gnu/Makefile
+++ b/examples/freertos/arm-cm/dpp_ek-tm4c123gxl/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EK-TM4C123GXL, FreeRTOS kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -147,12 +147,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/freertos/arm-cm/dpp_nucleo-h743zi/gnu/Makefile b/examples/freertos/arm-cm/dpp_nucleo-h743zi/gnu/Makefile
index 214ce8a8..a867f2f2 100644
--- a/examples/freertos/arm-cm/dpp_nucleo-h743zi/gnu/Makefile
+++ b/examples/freertos/arm-cm/dpp_nucleo-h743zi/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on NUCLEO-H743ZI, FreeRTOS, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -160,12 +160,10 @@ DEFINES := -DSTM32H743xx -DUSE_HAL_DRIVER -DUSE_STM32H7XX_NUCLEO_144
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m7
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=fpv5-d16
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/freertos/arm-cm/dpp_nucleo-h743zi/gnu/flash.bat b/examples/freertos/arm-cm/dpp_nucleo-h743zi/gnu/flash.bat
deleted file mode 100644
index c8f0fdf0..00000000
--- a/examples/freertos/arm-cm/dpp_nucleo-h743zi/gnu/flash.bat
+++ /dev/null
@@ -1,33 +0,0 @@
-::============================================================================
-:: Batch file to load the DPP program to the flash of STM32 boards
-::
-:: NOTE: requires the ST-LINK utlity from ST, see:
-:: http://www.st.com/en/embedded-software/stsw-link004.html
-::
-@echo off
-setlocal
-
-@echo Load the program to the flash of STM32 board
-@echo usage: flash
-@echo usage: flash rel
-@echo usage: flash spy
-
-::----------------------------------------------------------------------------
-:: NOTE: Adjust the following symbol to the location of the
-:: STLINK utility on your machine
-::
-set STLINK="C:\tools\ST\ST-LINK\ST-LINK Utility\ST-LINK_CLI.exe"
-
-:: set the build directory depending on the first parameter %1
-set BUILD_DIR=dbg
-if [%1] NEQ [] set BUILD_DIR=%1
-@echo on
-
-%STLINK% -P %BUILD_DIR%\dpp.bin 0x08000000
-
-@echo.
-@echo.
-@echo Reset the target to start running your program!
-
-@echo off
-endlocal
diff --git a/examples/freertos/arm-cm/dpp_stm32f746g-discovery/gnu/Makefile b/examples/freertos/arm-cm/dpp_stm32f746g-discovery/gnu/Makefile
index c4e054ac..49e4d1e8 100644
--- a/examples/freertos/arm-cm/dpp_stm32f746g-discovery/gnu/Makefile
+++ b/examples/freertos/arm-cm/dpp_stm32f746g-discovery/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on STM32F746G-Discovery, QK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -160,12 +160,10 @@ DEFINES := -DSTM32F746xx
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m7
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/lwip/arm-cm/lwip_ek-lm3s6965/qk/gnu/Makefile b/examples/lwip/arm-cm/lwip_ek-lm3s6965/qk/gnu/Makefile
index 3691e977..2f934ece 100644
--- a/examples/lwip/arm-cm/lwip_ek-lm3s6965/qk/gnu/Makefile
+++ b/examples/lwip/arm-cm/lwip_ek-lm3s6965/qk/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for lwIP on EK-LM3S6965, QK kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -151,12 +151,10 @@ DEFINES :=
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m3
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU :=
FLOAT_ABI :=
diff --git a/examples/lwip/arm-cm/lwip_ek-lm3s6965/qv/gnu/Makefile b/examples/lwip/arm-cm/lwip_ek-lm3s6965/qv/gnu/Makefile
index 70b57421..0d95b9df 100644
--- a/examples/lwip/arm-cm/lwip_ek-lm3s6965/qv/gnu/Makefile
+++ b/examples/lwip/arm-cm/lwip_ek-lm3s6965/qv/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for lwIP on EK-LM3S6965, QV kernel, GNU-ARM
-# Last Updated for Version: 6.5.0
-# Date of the Last Update: 2019-04-15
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,11 +25,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
-# https://www.state-machine.com
-# mailto:info@state-machine.com
+#
+#
##############################################################################
# examples of invoking this Makefile:
# building configurations: Debug (default), Release, and Spy
@@ -151,12 +151,10 @@ DEFINES :=
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m3
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU :=
FLOAT_ABI :=
diff --git a/examples/qutest/blinky/test/make_efm32 b/examples/qutest/blinky/test/make_efm32
index 8442802b..e6e21d44 100644
--- a/examples/qutest/blinky/test/make_efm32
+++ b/examples/qutest/blinky/test/make_efm32
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EMF32, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -145,12 +145,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/blinky/test/make_tm4c123 b/examples/qutest/blinky/test/make_tm4c123
index 3d22d9de..79f91752 100644
--- a/examples/qutest/blinky/test/make_tm4c123
+++ b/examples/qutest/blinky/test/make_tm4c123
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on TM4C123, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -141,12 +141,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/dpp/test_dpp/make_efm32 b/examples/qutest/dpp/test_dpp/make_efm32
index 1372e023..fc836d47 100644
--- a/examples/qutest/dpp/test_dpp/make_efm32
+++ b/examples/qutest/dpp/test_dpp/make_efm32
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EMF32, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -147,12 +147,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/dpp/test_dpp/make_tm4c123 b/examples/qutest/dpp/test_dpp/make_tm4c123
index d016d4d6..f629488b 100644
--- a/examples/qutest/dpp/test_dpp/make_tm4c123
+++ b/examples/qutest/dpp/test_dpp/make_tm4c123
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on TM4C123, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -143,12 +143,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/dpp/test_table/make_tm4c123 b/examples/qutest/dpp/test_table/make_tm4c123
index 8db343db..b0c47eb4 100644
--- a/examples/qutest/dpp/test_table/make_tm4c123
+++ b/examples/qutest/dpp/test_table/make_tm4c123
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on TM4C123, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -141,12 +141,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/evt_par/test/make_tm4c123 b/examples/qutest/evt_par/test/make_tm4c123
index d4f63661..e1fb6874 100644
--- a/examples/qutest/evt_par/test/make_tm4c123
+++ b/examples/qutest/evt_par/test/make_tm4c123
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on TM4C123, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -140,12 +140,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/qhsmtst/test/make_efm32 b/examples/qutest/qhsmtst/test/make_efm32
index 17d8b64b..b8b8a37f 100644
--- a/examples/qutest/qhsmtst/test/make_efm32
+++ b/examples/qutest/qhsmtst/test/make_efm32
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EMF32, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -144,12 +144,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/qhsmtst/test/make_tm4c123 b/examples/qutest/qhsmtst/test/make_tm4c123
index f7a6a404..55e637b3 100644
--- a/examples/qutest/qhsmtst/test/make_tm4c123
+++ b/examples/qutest/qhsmtst/test/make_tm4c123
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on TM4C123, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -140,12 +140,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/qmsmtst/test/make_efm32 b/examples/qutest/qmsmtst/test/make_efm32
index 6fc7fcd0..f32893b0 100644
--- a/examples/qutest/qmsmtst/test/make_efm32
+++ b/examples/qutest/qmsmtst/test/make_efm32
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EMF32, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -144,12 +144,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/qmsmtst/test/make_tm4c123 b/examples/qutest/qmsmtst/test/make_tm4c123
index d1349989..7c9b94a1 100644
--- a/examples/qutest/qmsmtst/test/make_tm4c123
+++ b/examples/qutest/qmsmtst/test/make_tm4c123
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on TM4C123, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -140,12 +140,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/self_test/test/make_efm32 b/examples/qutest/self_test/test/make_efm32
index acded874..81d200f9 100644
--- a/examples/qutest/self_test/test/make_efm32
+++ b/examples/qutest/self_test/test/make_efm32
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EMF32, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -143,12 +143,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/self_test/test/make_tm4c123 b/examples/qutest/self_test/test/make_tm4c123
index f99048dd..abe8f0c8 100644
--- a/examples/qutest/self_test/test/make_tm4c123
+++ b/examples/qutest/self_test/test/make_tm4c123
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on TM4C123, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -139,12 +139,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/unity_basic/test/make_efm32 b/examples/qutest/unity_basic/test/make_efm32
index ece40ea3..86e5258c 100644
--- a/examples/qutest/unity_basic/test/make_efm32
+++ b/examples/qutest/unity_basic/test/make_efm32
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EMF32, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -144,12 +144,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/unity_basic/test/make_tm4c123 b/examples/qutest/unity_basic/test/make_tm4c123
index 479282a9..af1cda6b 100644
--- a/examples/qutest/unity_basic/test/make_tm4c123
+++ b/examples/qutest/unity_basic/test/make_tm4c123
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on TM4C123, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -140,12 +140,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/unity_mock/test/make_efm32 b/examples/qutest/unity_mock/test/make_efm32
index 8473a403..f6b8f85c 100644
--- a/examples/qutest/unity_mock/test/make_efm32
+++ b/examples/qutest/unity_mock/test/make_efm32
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EMF32, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -145,12 +145,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/qutest/unity_mock/test/make_tm4c123 b/examples/qutest/unity_mock/test/make_tm4c123
index 674f4fa6..f12f212f 100644
--- a/examples/qutest/unity_mock/test/make_tm4c123
+++ b/examples/qutest/unity_mock/test/make_tm4c123
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on TM4C123, QUTEST, GNU-ARM
-# Last updated for version 6.8.4
-# Last updated on 2020-08-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -141,12 +141,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
diff --git a/examples/ucos-ii/arm-cm/dpp_ek-tm4c123gxl/gnu/Makefile b/examples/ucos-ii/arm-cm/dpp_ek-tm4c123gxl/gnu/Makefile
index ed80bb0b..9976a32d 100644
--- a/examples/ucos-ii/arm-cm/dpp_ek-tm4c123gxl/gnu/Makefile
+++ b/examples/ucos-ii/arm-cm/dpp_ek-tm4c123gxl/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on EK-TM4C123GXL, uC/OS-II kernel, GNU-ARM
-# Last Updated for Version: 6.8.1
-# Date of the Last Update: 2020-06-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -151,12 +151,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1 -D__FPU_PRESENT
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m4
-ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
ARM_FPU := -mfpu=vfp
FLOAT_ABI := -mfloat-abi=softfp
ASM_FPU := -defsym=__FPU_PRESENT=1
diff --git a/examples/ucos-ii/arm-cm/dpp_nucleo-l053r8/gnu/Makefile b/examples/ucos-ii/arm-cm/dpp_nucleo-l053r8/gnu/Makefile
index fe047d34..dccd0d58 100644
--- a/examples/ucos-ii/arm-cm/dpp_nucleo-l053r8/gnu/Makefile
+++ b/examples/ucos-ii/arm-cm/dpp_nucleo-l053r8/gnu/Makefile
@@ -1,13 +1,13 @@
##############################################################################
# Product: Makefile for QP/C on NUCLEO-L053R8, uC/OS-II kernel, GNU-ARM
-# Last Updated for Version: 6.8.1
-# Date of the Last Update: 2020-06-01
+# Last Updated for Version: 6.9.4
+# Date of the Last Update: 2021-07-01
#
# Q u a n t u m L e a P s
# ------------------------
# Modern Embedded Software
#
-# Copyright (C) 2005-2020 Quantum Leaps, LLC. All rights reserved.
+# Copyright (C) 2005-2021 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
@@ -25,7 +25,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
#
# Contact information:
#
@@ -151,12 +151,10 @@ DEFINES :=
# ARM CPU, ARCH, FPU, and Float-ABI types...
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
-# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
# ARM_FPU: [ | vfp]
# FLOAT_ABI: [ | soft | softfp | hard]
#
ARM_CPU := -mcpu=cortex-m0plus
-ARM_ARCH := 6 # NOTE: must match the ARM_CPU!
ARM_FPU :=
FLOAT_ABI :=