summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/chip/tiva_flash.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-26 15:13:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-26 15:13:57 -0600
commit6fe650a0989cc789cd2c7855e208be172684ec9f (patch)
treeda4af60d4e1e936268d583f3dfe20d8c22136e81 /nuttx/arch/arm/src/tiva/chip/tiva_flash.h
parent1130d9e80bf11ea09c8fd7062358079620c978e4 (diff)
downloadnuttx-6fe650a0989cc789cd2c7855e208be172684ec9f.tar.gz
nuttx-6fe650a0989cc789cd2c7855e208be172684ec9f.tar.bz2
nuttx-6fe650a0989cc789cd2c7855e208be172684ec9f.zip
Support the the TC3200 from Jim Ewing
Diffstat (limited to 'nuttx/arch/arm/src/tiva/chip/tiva_flash.h')
-rw-r--r--nuttx/arch/arm/src/tiva/chip/tiva_flash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/tiva/chip/tiva_flash.h b/nuttx/arch/arm/src/tiva/chip/tiva_flash.h
index a4d1b63b5..af77b7e4a 100644
--- a/nuttx/arch/arm/src/tiva/chip/tiva_flash.h
+++ b/nuttx/arch/arm/src/tiva/chip/tiva_flash.h
@@ -50,7 +50,8 @@
#if defined(CONFIG_ARCH_CHIP_LM3S6965) || defined(CONFIG_ARCH_CHIP_LM4F120) || \
defined(CONFIG_ARCH_CHIP_LM3S8962) || defined(CONFIG_ARCH_CHIP_LM3S9B96) || \
- defined(CONFIG_ARCH_CHIP_TM4C123GH6ZRB) || defined(CONFIG_ARCH_CHIP_TM4C123GH6PMI)
+ defined(CONFIG_ARCH_CHIP_TM4C123GH6ZRB) || defined(CONFIG_ARCH_CHIP_TM4C123GH6PMI) || \
+ defined(CONFIG_ARCH_CHIP_CC3200)
# define TIVA_FLASH_NPAGES 256
# define TIVA_FLASH_PAGESIZE 1024
#else