From 6fe650a0989cc789cd2c7855e208be172684ec9f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 26 Aug 2014 15:13:57 -0600 Subject: Support the the TC3200 from Jim Ewing --- nuttx/arch/arm/src/tiva/chip/tiva_memorymap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/arch/arm/src/tiva/chip/tiva_memorymap.h') diff --git a/nuttx/arch/arm/src/tiva/chip/tiva_memorymap.h b/nuttx/arch/arm/src/tiva/chip/tiva_memorymap.h index 136b28908..fd4803150 100644 --- a/nuttx/arch/arm/src/tiva/chip/tiva_memorymap.h +++ b/nuttx/arch/arm/src/tiva/chip/tiva_memorymap.h @@ -50,6 +50,8 @@ # include "chip/lm4f_memorymap.h" #elif defined(CONFIG_ARCH_CHIP_TM4C) # include "chip/tm4c_memorymap.h" +#elif defined(CONFIG_ARCH_CHIP_CC3200) +# include "chip/cc3200_memorymap.h" #else # error "Unsupported Tiva/Stellaris memory map" #endif -- cgit v1.2.3