1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu: remove CPU_ARCH exports

This commit is contained in:
Francisco Molina 2019-10-08 09:05:11 +02:00
parent 160752a4f1
commit 5e9b92a326
24 changed files with 26 additions and 26 deletions

View File

@ -1,3 +1,3 @@
export CPU_ARCH := cortex-m3
CPU_ARCH := cortex-m3
include $(RIOTMAKE)/arch/cortexm.inc.mk

View File

@ -1,3 +1,3 @@
export CPU_ARCH := cortex-m3
CPU_ARCH := cortex-m3
include $(RIOTMAKE)/arch/cortexm.inc.mk

View File

@ -1,6 +1,6 @@
include $(RIOTCPU)/efm32/efm32-info.mk
export CPU_ARCH = $(EFM32_ARCHITECTURE)
CPU_ARCH = $(EFM32_ARCHITECTURE)
export CPU_FAM = $(EFM32_FAMILY)
# the size of riotboot on the EFM32 exceeds the default value

View File

@ -1,3 +1,3 @@
export CPU_ARCH = cortex-m4f
CPU_ARCH = cortex-m4f
include $(RIOTMAKE)/arch/cortexm.inc.mk

View File

@ -31,16 +31,16 @@ export KINETIS_SPEED := $(word 11, $(KINETIS_INFO))
ifeq ($(KINETIS_CORE), Z)
# Cortex-M0+
export CPU_ARCH = cortex-m0plus
CPU_ARCH = cortex-m0plus
export CPU_FAMILY = klx
else ifeq ($(KINETIS_CORE), D)
# Cortex-M4
export CPU_ARCH = cortex-m4
CPU_ARCH = cortex-m4
export CPU_FAMILY = kx
else ifeq ($(KINETIS_CORE), F)
# Cortex-M4F or Cortex-M7
# TODO: Add floating point support
export CPU_ARCH = cortex-m4
CPU_ARCH = cortex-m4
export CPU_FAMILY = kx
endif

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m4f
CPU_ARCH = cortex-m4f
include $(RIOTMAKE)/arch/cortexm.inc.mk

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m3
CPU_ARCH = cortex-m3
USEMODULE += pm_layered

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m0
CPU_ARCH = cortex-m0
export CPU_FAM = nrf51
include $(RIOTCPU)/nrf5x_common/Makefile.include

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m4f
CPU_ARCH = cortex-m4f
export CPU_FAM = nrf52
# Slot size is determined by "((total_flash_size - RIOTBOOT_LEN) / 2)".

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m3
CPU_ARCH = cortex-m3
export CPU_FAM = sam3
include $(RIOTCPU)/sam_common/Makefile.include

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m0plus
CPU_ARCH = cortex-m0plus
export CPU_FAM = samd21
USEMODULE += pm_layered

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m4f
CPU_ARCH = cortex-m4f
export CPU_FAM = samd5x
# Slot size is determined by "((total_flash_size - RIOTBOOT_LEN) / 2)".

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m23
CPU_ARCH = cortex-m23
USEMODULE += pm_layered

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m0plus
CPU_ARCH = cortex-m0plus
export CPU_FAM = saml21
USEMODULE += pm_layered

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m0
CPU_ARCH = cortex-m0
export CPU_FAM = stm32f0
include $(RIOTCPU)/stm32_common/Makefile.include

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m3
CPU_ARCH = cortex-m3
export CPU_FAM = stm32f1
include $(RIOTCPU)/stm32_common/Makefile.include

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m3
CPU_ARCH = cortex-m3
export CPU_FAM = stm32f2
# STM32F2 uses sectors instead of pages, where the minimum sector length is 16KB

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m4f
CPU_ARCH = cortex-m4f
export CPU_FAM = stm32f3
include $(RIOTCPU)/stm32_common/Makefile.include

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m4f
CPU_ARCH = cortex-m4f
export CPU_FAM = stm32f4
# STM32F4 uses sectors instead of pages, where the minimum sector length is 16KB

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m7
CPU_ARCH = cortex-m7
export CPU_FAM = stm32f7
# STM32F7 uses sectors instead of pages, where the minimum sector length is 16KB or

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m0plus
CPU_ARCH = cortex-m0plus
export CPU_FAM = stm32l0
include $(RIOTCPU)/stm32_common/Makefile.include

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m3
CPU_ARCH = cortex-m3
export CPU_FAM = stm32l1
include $(RIOTCPU)/stm32_common/Makefile.include

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m4f
CPU_ARCH = cortex-m4f
export CPU_FAM = stm32l4
# "The Vector table must be naturally aligned to a power of two whose alignment

View File

@ -10,7 +10,7 @@ export APPLICATION_MODULE # The application module name.
export BOARD # The board to compile the application for.
export CPU # The CPU, set by the board's Makefile.features.
export CPU_MODEL # The specific identifier of the used CPU, used for some CPU implementations to differentiate between different memory layouts. Set by the board's Makefile.features.
export CPU_ARCH # The specific identifier of the core presented in the CPU
export CPU_ARCH # The specific identifier of the core present in the CPU, used currently only for ARM CPU's. Needed for depency resolution.
export MCU # The MCU, set by the board's Makefile.include, or defaulted to the same value as CPU.
export INCLUDES # The extra include paths, set by the various Makefile.include files.
export CXXINCLUDES # The extra include paths for c++, set by the various Makefile.include files.