mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 19:04:15 +08:00
TM4C129X: Add custom system control header file (incomplete)
This commit is contained in:
@@ -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
@@ -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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user