mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-28 06:02:56 +08:00
6.9.3b
Removed unused symbol ARM_ARCH from makefiles for GNU-ARM
This commit is contained in:
parent
3c6202e50d
commit
0ccc1b6e4c
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -140,12 +140,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QV kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QV kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -140,12 +140,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QV kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QV kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -142,12 +142,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QV kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QV kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -143,12 +143,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QXK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QXK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -147,12 +147,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QXK kernel, GNU-ARM + RTTI
|
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QXK kernel, GNU-ARM + RTTI
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -147,12 +147,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QV kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QV kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QXK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QXK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on mbed-LPC1768, QK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on mbed-LPC1768, QK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -138,12 +138,10 @@ DEFINES :=
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m3
|
ARM_CPU := -mcpu=cortex-m3
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU :=
|
ARM_FPU :=
|
||||||
FLOAT_ABI :=
|
FLOAT_ABI :=
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on mbed-LPC1768, QV kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on mbed-LPC1768, QV kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -138,12 +138,10 @@ DEFINES :=
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m3
|
ARM_CPU := -mcpu=cortex-m3
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU :=
|
ARM_FPU :=
|
||||||
FLOAT_ABI :=
|
FLOAT_ABI :=
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on NUCLEO-H743ZI, QXK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on NUCLEO-H743ZI, QXK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m7
|
ARM_CPU := -mcpu=cortex-m7
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=fpv5-d16
|
ARM_FPU := -mfpu=fpv5-d16
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -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
|
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on STM32F746G-Discovery, QV kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on STM32F746G-Discovery, QV kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m7
|
ARM_CPU := -mcpu=cortex-m7
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=fpv5-d16
|
ARM_FPU := -mfpu=fpv5-d16
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -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
|
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on NUCLEO-H743ZI, QXK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on NUCLEO-H743ZI, QXK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m7
|
ARM_CPU := -mcpu=cortex-m7
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=fpv5-d16
|
ARM_FPU := -mfpu=fpv5-d16
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -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
|
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on STM32 NUCLEO-L053R8, QK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on STM32 NUCLEO-L053R8, QK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -138,12 +138,10 @@ DEFINES :=
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m0plus
|
ARM_CPU := -mcpu=cortex-m0plus
|
||||||
ARM_ARCH := 6 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU :=
|
ARM_FPU :=
|
||||||
FLOAT_ABI :=
|
FLOAT_ABI :=
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on STM32 NUCLEO-L053R8, QK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on STM32 NUCLEO-L053R8, QK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.3.8
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2018-12-26
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -138,12 +138,10 @@ DEFINES :=
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m0plus
|
ARM_CPU := -mcpu=cortex-m0plus
|
||||||
ARM_ARCH := 6 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU :=
|
ARM_FPU :=
|
||||||
FLOAT_ABI :=
|
FLOAT_ABI :=
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on STM32 NUCLEO-L053R8, QV kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on STM32 NUCLEO-L053R8, QV kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -138,12 +138,10 @@ DEFINES :=
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m0plus
|
ARM_CPU := -mcpu=cortex-m0plus
|
||||||
ARM_ARCH := 6 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU :=
|
ARM_FPU :=
|
||||||
FLOAT_ABI :=
|
FLOAT_ABI :=
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on NUCLEO-L053R8, QXK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on NUCLEO-L053R8, QXK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m0plus
|
ARM_CPU := -mcpu=cortex-m0plus
|
||||||
ARM_ARCH := 6 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU :=
|
ARM_FPU :=
|
||||||
FLOAT_ABI :=
|
FLOAT_ABI :=
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on STM32 NUCLEO-L152RE, QK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on STM32 NUCLEO-L152RE, QK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.9.1
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2020-09-30
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -139,12 +139,10 @@ DEFINES :=
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m3
|
ARM_CPU := -mcpu=cortex-m3
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU :=
|
ARM_FPU :=
|
||||||
FLOAT_ABI :=
|
FLOAT_ABI :=
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on STM32 NUCLEO-L152RE, QV kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on STM32 NUCLEO-L152RE, QV kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -138,12 +138,10 @@ DEFINES :=
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m3
|
ARM_CPU := -mcpu=cortex-m3
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU :=
|
ARM_FPU :=
|
||||||
FLOAT_ABI :=
|
FLOAT_ABI :=
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on STM32 NUCLEO-L152RE, QXK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on STM32 NUCLEO-L152RE, QXK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -142,12 +142,10 @@ DEFINES :=
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m3
|
ARM_CPU := -mcpu=cortex-m3
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU :=
|
ARM_FPU :=
|
||||||
FLOAT_ABI :=
|
FLOAT_ABI :=
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on STM32F4-Discovery, QK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on STM32F4-Discovery, QK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -143,12 +143,10 @@ DEFINES :=
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on STM32F4-Discovery, QV kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on STM32F4-Discovery, QV kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -143,12 +143,10 @@ DEFINES :=
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on STM32F4-Discovery, QXK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on STM32F4-Discovery, QXK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -147,12 +147,10 @@ DEFINES :=
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on STM32F746G-Discovery, QK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on STM32F746G-Discovery, QK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -151,12 +151,10 @@ DEFINES := -DSTM32F746xx
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m7
|
ARM_CPU := -mcpu=cortex-m7
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for DPP on STM32F746G-Discovery, QV kernel, GNU-ARM
|
# Product: Makefile for DPP on STM32F746G-Discovery, QV kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -151,12 +151,10 @@ DEFINES := -DSTM32F746xx
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m7
|
ARM_CPU := -mcpu=cortex-m7
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on STM32F746G-Discovery, QXK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on STM32F746G-Discovery, QXK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -156,12 +156,10 @@ DEFINES := -DSTM32F746xx
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m7
|
ARM_CPU := -mcpu=cortex-m7
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -152,12 +152,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QV kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EMF32-SLSTK3401A, QV kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -152,12 +152,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QV kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QV kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QXK kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EK-TM4C123GXL, QXK kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EK-TM4C123GXL, FreeRTOS kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EK-TM4C123GXL, FreeRTOS kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on NUCLEO-H743ZI, FreeRTOS, GNU-ARM
|
# Product: Makefile for QP/C++ on NUCLEO-H743ZI, FreeRTOS, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m7
|
ARM_CPU := -mcpu=cortex-m7
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=fpv5-d16
|
ARM_FPU := -mfpu=fpv5-d16
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on STM32F746G-Discovery, FreeRTOS, GNU-ARM
|
# Product: Makefile for QP/C++ on STM32F746G-Discovery, FreeRTOS, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# building configurations: Debug (default), Release, and Spy
|
||||||
@ -160,12 +160,10 @@ DEFINES := -DSTM32F746xx
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m7
|
ARM_CPU := -mcpu=cortex-m7
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on NUCLEO-H743ZI, FreeRTOS, GNU-ARM
|
# Product: Makefile for QP/C++ on NUCLEO-H743ZI, FreeRTOS, GNU-ARM
|
||||||
# Last Updated for Version: 6.5.0
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2019-04-15
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,11 +25,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# https://www.state-machine.com
|
# <www.state-machine.com/licensing>
|
||||||
# mailto:info@state-machine.com
|
# <info@state-machine.com>
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# examples of invoking this Makefile:
|
# examples of invoking this Makefile:
|
||||||
# building configurations: Debug (default), Release, and Spy
|
# 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, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m7
|
ARM_CPU := -mcpu=cortex-m7
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=fpv5-d16
|
ARM_FPU := -mfpu=fpv5-d16
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EMF32, QUTEST, GNU-ARM
|
# Product: Makefile for QP/C++ on EMF32, QUTEST, GNU-ARM
|
||||||
# Last updated for version 6.8.4
|
# Last Updated for Version: 6.9.4
|
||||||
# Last updated on 2020-08-11
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# <www.state-machine.com/licensing>
|
# <www.state-machine.com/licensing>
|
||||||
@ -145,12 +145,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on TM4C123, QUTEST, GNU-ARM
|
# Product: Makefile for QP/C++ on TM4C123, QUTEST, GNU-ARM
|
||||||
# Last updated for version 6.8.4
|
# Last Updated for Version: 6.9.4
|
||||||
# Last updated on 2020-08-11
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# <www.state-machine.com/licensing>
|
# <www.state-machine.com/licensing>
|
||||||
@ -141,12 +141,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EMF32, QUTEST, GNU-ARM
|
# Product: Makefile for QP/C++ on EMF32, QUTEST, GNU-ARM
|
||||||
# Last updated for version 6.8.4
|
# Last Updated for Version: 6.9.4
|
||||||
# Last updated on 2020-08-11
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# <www.state-machine.com/licensing>
|
# <www.state-machine.com/licensing>
|
||||||
@ -147,12 +147,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on TM4C123, QUTEST, GNU-ARM
|
# Product: Makefile for QP/C++ on TM4C123, QUTEST, GNU-ARM
|
||||||
# Last updated for version 6.8.4
|
# Last Updated for Version: 6.9.4
|
||||||
# Last updated on 2020-08-11
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# <www.state-machine.com/licensing>
|
# <www.state-machine.com/licensing>
|
||||||
@ -143,12 +143,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on TM4C123, QUTEST, GNU-ARM
|
# Product: Makefile for QP/C++ on TM4C123, QUTEST, GNU-ARM
|
||||||
# Last updated for version 6.8.4
|
# Last Updated for Version: 6.9.4
|
||||||
# Last updated on 2020-08-11
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# <www.state-machine.com/licensing>
|
# <www.state-machine.com/licensing>
|
||||||
@ -140,12 +140,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on TM4C123, QUTEST, GNU-ARM
|
# Product: Makefile for QP/C++ on TM4C123, QUTEST, GNU-ARM
|
||||||
# Last updated for version 6.8.4
|
# Last Updated for Version: 6.9.4
|
||||||
# Last updated on 2020-08-11
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# <www.state-machine.com/licensing>
|
# <www.state-machine.com/licensing>
|
||||||
@ -140,12 +140,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on TM4C123, QUTEST, GNU-ARM
|
# Product: Makefile for QP/C++ on TM4C123, QUTEST, GNU-ARM
|
||||||
# Last updated for version 6.8.4
|
# Last Updated for Version: 6.9.4
|
||||||
# Last updated on 2020-08-11
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# <www.state-machine.com/licensing>
|
# <www.state-machine.com/licensing>
|
||||||
@ -140,12 +140,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EMF32, QUTEST, GNU-ARM
|
# Product: Makefile for QP/C++ on EMF32, QUTEST, GNU-ARM
|
||||||
# Last updated for version 6.8.4
|
# Last Updated for Version: 6.9.4
|
||||||
# Last updated on 2020-08-11
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# <www.state-machine.com/licensing>
|
# <www.state-machine.com/licensing>
|
||||||
@ -143,12 +143,10 @@ DEFINES := -DEFM32PG1B200F256GM48=1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on TM4C123, QUTEST, GNU-ARM
|
# Product: Makefile for QP/C++ on TM4C123, QUTEST, GNU-ARM
|
||||||
# Last updated for version 6.8.4
|
# Last Updated for Version: 6.9.4
|
||||||
# Last updated on 2020-08-11
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# <www.state-machine.com/licensing>
|
# <www.state-machine.com/licensing>
|
||||||
@ -139,12 +139,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on EK-TM4C123GXL, uC/OS-II kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on EK-TM4C123GXL, uC/OS-II kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.8.1
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2020-06-04
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# <www.state-machine.com/licensing>
|
# <www.state-machine.com/licensing>
|
||||||
@ -151,12 +151,10 @@ DEFINES := -DTARGET_IS_TM4C123_RB1 -D__FPU_PRESENT
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m4
|
ARM_CPU := -mcpu=cortex-m4
|
||||||
ARM_ARCH := 7 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU := -mfpu=vfp
|
ARM_FPU := -mfpu=vfp
|
||||||
FLOAT_ABI := -mfloat-abi=softfp
|
FLOAT_ABI := -mfloat-abi=softfp
|
||||||
ASM_FPU := -defsym=__FPU_PRESENT=1
|
ASM_FPU := -defsym=__FPU_PRESENT=1
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Product: Makefile for QP/C++ on NUCLEO-L053R8, uC/OS-II kernel, GNU-ARM
|
# Product: Makefile for QP/C++ on NUCLEO-L053R8, uC/OS-II kernel, GNU-ARM
|
||||||
# Last Updated for Version: 6.8.1
|
# Last Updated for Version: 6.9.4
|
||||||
# Date of the Last Update: 2020-06-04
|
# Date of the Last Update: 2021-07-01
|
||||||
#
|
#
|
||||||
# Q u a n t u m L e a P s
|
# Q u a n t u m L e a P s
|
||||||
# ------------------------
|
# ------------------------
|
||||||
# Modern Embedded Software
|
# 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
|
# 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
|
# modify it under the terms of the GNU General Public License as published
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
#
|
#
|
||||||
# Contact information:
|
# Contact information:
|
||||||
# <www.state-machine.com/licensing>
|
# <www.state-machine.com/licensing>
|
||||||
@ -151,12 +151,10 @@ DEFINES :=
|
|||||||
|
|
||||||
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
# ARM CPU, ARCH, FPU, and Float-ABI types...
|
||||||
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
# ARM_CPU: [cortex-m0 | cortex-m0plus | cortex-m1 | cortex-m3 | cortex-m4]
|
||||||
# ARM_ARCH: [6 | 7] (NOTE: must match ARM_CPU!)
|
|
||||||
# ARM_FPU: [ | vfp]
|
# ARM_FPU: [ | vfp]
|
||||||
# FLOAT_ABI: [ | soft | softfp | hard]
|
# FLOAT_ABI: [ | soft | softfp | hard]
|
||||||
#
|
#
|
||||||
ARM_CPU := -mcpu=cortex-m0plus
|
ARM_CPU := -mcpu=cortex-m0plus
|
||||||
ARM_ARCH := 6 # NOTE: must match the ARM_CPU!
|
|
||||||
ARM_FPU :=
|
ARM_FPU :=
|
||||||
FLOAT_ABI :=
|
FLOAT_ABI :=
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user