TM4C: Add SYSCONTROL register defintion header file
This commit is contained in:
parent
e788f48e19
commit
51674e0c51
@ -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).
|
||||
|
||||
|
@ -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
|
||||
|
||||
/************************************************************************************
|
||||
|
1859
arch/arm/src/tiva/chip/tm4c_syscontrol.h
Normal file
1859
arch/arm/src/tiva/chip/tm4c_syscontrol.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user