TM4C129X: Add custom system control header file (incomplete)

This commit is contained in:
Gregory Nutt
2014-12-19 12:12:52 -06:00
parent da700ddc06
commit 58e4e69656
3 changed files with 886 additions and 1 deletions
+2
View File
@@ -49,6 +49,8 @@
# include "chip/lm3s_syscontrol.h"
#elif defined(CONFIG_ARCH_CHIP_LM4F)
# include "chip/lm4f_syscontrol.h"
#elif defined(CONFIG_ARCH_CHIP_TM4C129XNC)
# include "chip/tm4c129x_syscontrol.h"
#elif defined(CONFIG_ARCH_CHIP_TM4C)
# include "chip/tm4c_syscontrol.h"
#elif defined(CONFIG_ARCH_CHIP_CC3200)
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -85,7 +85,7 @@ void tiva_clockconfig(uint32_t newrcc, uint32_t newrcc2);
* Name: up_clockconfig
*
* Description:
* Called early in the bootsequence (before .data and .bss are available)
* Called early in the boot sequence (before .data and .bss are available)
* in order to configure initial clocking.
*
****************************************************************************/