diff --git a/examples/arm-cm/blinky_efm32-slstk3401a/qk/gnu/Makefile b/examples/arm-cm/blinky_efm32-slstk3401a/qk/gnu/Makefile index 17671257..a470661d 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 f872b9d3..0b291bfa 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 a57297f1..c3700ca7 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 33f24b16..b84fbe7c 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 090d9a8b..8f90397a 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 d11a2c38..2bc6b1c8 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 @@ -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/arm-cm/dpp_efm32-slstk3401a/qxk/gnu/Makefile b/examples/arm-cm/dpp_efm32-slstk3401a/qxk/gnu/Makefile index 86d65c9a..979483ff 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 @@ -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/arm-cm/dpp_efm32-slstk3401a/qxk/gnu_with-rtti/Makefile b/examples/arm-cm/dpp_efm32-slstk3401a/qxk/gnu_with-rtti/Makefile index 8dd6ce5a..aaeeabf1 100644 --- a/examples/arm-cm/dpp_efm32-slstk3401a/qxk/gnu_with-rtti/Makefile +++ b/examples/arm-cm/dpp_efm32-slstk3401a/qxk/gnu_with-rtti/Makefile @@ -1,13 +1,13 @@ ############################################################################## # Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QXK kernel, GNU-ARM + RTTI -# 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 := -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 5783316d..ec52b9fc 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 54787a56..07888887 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 c1b630fc..79885528 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 fd3aa0b6..a94be30f 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 0ed74de5..a3331dfa 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 cbb08149..139a2c4b 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 60f077e6..485e5666 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, 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 @@ -152,12 +152,10 @@ DEFINES := -DQK_ON_CONTEXT_SW -DSTM32H743xx -DUSE_HAL_DRIVER -DUSE_STM32H7XX_N # 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 af20ec67..ce34fabd 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 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 @@ -152,12 +152,10 @@ DEFINES := -DQK_ON_CONTEXT_SW -DSTM32H743xx -DUSE_HAL_DRIVER -DUSE_STM32H7XX_N # 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 9697f958..84bd7016 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 := -DQK_ON_CONTEXT_SW -DSTM32H743xx -DUSE_HAL_DRIVER -DUSE_STM32H7XX_N # 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 1c119fe5..db5c7508 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 STM32 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 6df20359..1707367f 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 STM32 NUCLEO-L053R8, QK kernel, GNU-ARM -# Last Updated for Version: 6.3.8 -# Date of the Last Update: 2018-12-26 +# 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-2018 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 7274d28c..2830d24c 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 STM32 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 e4b48efb..71a1d9d8 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++ 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 e768ec05..e2c08041 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 STM32 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-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 @@ -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 604565b4..8f958a13 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 STM32 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 d0d1a3e6..e43b63b2 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 STM32 NUCLEO-L152RE, 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 := # 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 cba21179..2c63a32f 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 60dabc49..440b4282 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 b39e6c24..21b85bd0 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 4b27eb4d..eefdd6ee 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 4c88acb1..f1024fdb 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 DPP 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 5b428f0f..7d21a5be 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 @@ -156,12 +156,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 a4d128ef..02c6d4cc 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 50c450de..d55d77a1 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 0477c30a..a12cdf21 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 01d3e1ab..4c800070 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 9f82229a..8670727c 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 0846c77f..41e37222 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 2b61dfb3..8cc9c153 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_stm32f746g-discovery/gnu/Makefile b/examples/freertos/arm-cm/dpp_stm32f746g-discovery/gnu/Makefile index 85c2a338..bc2c6a77 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, 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 := -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/freertos/arm-cm/start-stop_nucleo-h743zi/gnu/Makefile b/examples/freertos/arm-cm/start-stop_nucleo-h743zi/gnu/Makefile index 2464cbbc..3b1ae6d3 100644 --- a/examples/freertos/arm-cm/start-stop_nucleo-h743zi/gnu/Makefile +++ b/examples/freertos/arm-cm/start-stop_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/qutest/blinky/test/make_efm32 b/examples/qutest/blinky/test/make_efm32 index 62ead887..ebaefc14 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-11 +# 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 40362ef1..6c2f2852 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-11 +# 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 14cafcfe..526da121 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-11 +# 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 5dd6c134..f239b684 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-11 +# 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/evt_par/test/make_tm4c123 b/examples/qutest/evt_par/test/make_tm4c123 index fd1afd5f..844b5c45 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-11 +# 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_tm4c123 b/examples/qutest/qhsmtst/test/make_tm4c123 index 204f0355..88b27dd9 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-11 +# 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_tm4c123 b/examples/qutest/qmsmtst/test/make_tm4c123 index 33ae72b2..548ada07 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-11 +# 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 0331598e..00cdf28b 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-11 +# 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 5b0bc292..d0c5cfa1 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-11 +# 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/ucos-ii/arm-cm/dpp_ek-tm4c123gxl/gnu/Makefile b/examples/ucos-ii/arm-cm/dpp_ek-tm4c123gxl/gnu/Makefile index a6d5ec9e..ab6688e4 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-04 +# 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 9c16c1f9..262ac867 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-04 +# 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 :=