TM4C: Add SYSCONTROL register defintion header file

This commit is contained in:
Gregory Nutt 2014-03-10 10:17:37 -06:00
parent e788f48e19
commit 51674e0c51
3 changed files with 1865 additions and 2 deletions

View File

@ -6968,4 +6968,6 @@
for the TM4C123 (2014-3-9).
* arch/arm/src/tiva/chip/tm4c_memorymap.h: Add memory map for the
TM4C123 (2014-3-9).
* arch/arm/src/tiva/: Add GPIO and SYCONTROL register bit defintions
for the TM4C123 (2014-3-10).

View File

@ -43,14 +43,16 @@
#include <nuttx/config.h>
#include <arch/tiva/chip.h>
/* Include the system control header file for the specific Stellaris chip */
/* Include the system control header file for the specific Tiva/Stellaris chip */
#if defined(CONFIG_ARCH_CHIP_LM3S)
# include "chip/lm3s_syscontrol.h"
#elif defined(CONFIG_ARCH_CHIP_LM4F)
# include "chip/lm4f_syscontrol.h"
#elif defined(CONFIG_ARCH_CHIP_TM4C)
# include "chip/tm4c_syscontrol.h"
#else
# error "Unsupported Stellaris memory map"
# error "Unsupported Tiva/Stellaris system control module"
#endif
/************************************************************************************

File diff suppressed because it is too large Load Diff