Skip to content
Snippets Groups Projects
Commit 73d340e0 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Remove EFM32 from build system

parent 3b172e5f
No related branches found
No related tags found
No related merge requests found
......@@ -42,13 +42,6 @@ config ARCH_CHIP_DM320
---help---
TI DMS320 DM320 (ARM926EJS)
config ARCH_CHIP_EFM32
bool "Energy Micro"
select ARCH_HAVE_CMNVECTOR
select ARMV7M_CMNVECTOR
---help---
Energy Micro EFM32 microcontrollers (ARM Cortex-M).
config ARCH_CHIP_IMX
bool "Freescale iMX"
select ARCH_ARM920T
......@@ -217,7 +210,6 @@ config ARCH_CHIP
default "c5471" if ARCH_CHIP_C5471
default "calypso" if ARCH_CHIP_CALYPSO
default "dm320" if ARCH_CHIP_DM320
default "efm32" if ARCH_CHIP_EFM32
default "imx" if ARCH_CHIP_IMX
default "kinetis" if ARCH_CHIP_KINETIS
default "kl" if ARCH_CHIP_KL
......@@ -354,9 +346,6 @@ endif
if ARCH_CHIP_DM320
source arch/arm/src/dm320/Kconfig
endif
if ARCH_CHIP_EFM32
source arch/arm/src/efm32/Kconfig
endif
if ARCH_CHIP_IMX
source arch/arm/src/imx/Kconfig
endif
......
......@@ -135,17 +135,6 @@ config ARCH_BOARD_EAGLE100
an ARM Cortex-M3 MCU, the Luminary LM3S6918. This OS is built with the
arm-nuttx-elf toolchain*. STATUS: This port is complete and mature.
config ARCH_BOARD_EFM32LG_DK3650
bool "EFM32 Leopard Gecko Development Kit"
depends on ARCH_CHIP_EFM32
---help---
This is Energy Micro's development kit for the Leopard
Gecko MCU, which is an ARM Cortex-M3 device.
This port is uses the Energy Micro headers and peripheral drivers
as out of tree sources. In order to compile this, you need to set
ARCH_CHIP_EFM32_EMLIB_PATH to point to the external sources.
config ARCH_BOARD_EKKLM3S9B96
bool "TI/Stellaris EKK-LM3S9B96"
depends on ARCH_CHIP_LM3S9B96
......@@ -903,7 +892,6 @@ config ARCH_BOARD
default "ea3131" if ARCH_BOARD_EA3131
default "ea3152" if ARCH_BOARD_EA3152
default "eagle100" if ARCH_BOARD_EAGLE100
default "efm32-dk3650" if ARCH_BOARD_EFM32LG_DK3650
default "ekk-lm3s9b96" if ARCH_BOARD_EKKLM3S9B96
default "ez80f910200kitg" if ARCH_BOARD_EZ80F910200KITG
default "ez80f910200zco" if ARCH_BOARD_EZ80F910200ZCO
......@@ -1071,9 +1059,6 @@ endif
if ARCH_BOARD_EAGLE100
source "configs/eagle100/Kconfig"
endif
if ARCH_BOARD_EFM32LG_DK3650
source "configs/efm32-dk3650/Kconfig"
endif
if ARCH_BOARD_EKKLM3S9B96
source "configs/ekk-lm3s9b96/Kconfig"
endif
......
......@@ -231,14 +231,6 @@ configs/eagle100
an ARM Cortex-M3 MCU, the Luminary LM3S6918. This OS is built with the
arm-nuttx-elf toolchain*. STATUS: This port is complete and mature.
configs/efm32-dk3650
This is Energy Micro's development kit for the Leopard Gecko MCU, which
is an ARM Cortex-M3 device.
This port is uses the Energy Micro headers and peripheral drivers as out
of tree sources. In order to compile this, you need to set
CONFIG_ARCH_CHIP_EFM32_EMLIB_PATH to point to the external sources.
configs/ekk-lm3s9b96
TI/Stellaris EKK-LM3S9B96 board. This board is based on the
an EKK-LM3S9B96 which is a Cortex-M3.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment