TM4C: Add SYSCONTROL register defintion header file

This commit is contained in:
Gregory Nutt
2014-03-10 10:17:37 -06:00
parent c9e6775d0c
commit 4a199188c8
2 changed files with 1863 additions and 2 deletions
+4 -2
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