mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 06:33:00 +00:00
Fix error in NUC120 SysTick source clock setting; switch to core clock as SysTick clock source
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5684 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
6825fe9152
commit
0875f256ff
2 changed files with 4 additions and 2 deletions
|
|
@ -162,7 +162,8 @@ CONFIG_NUC_UART1=y
|
|||
# CONFIG_NUC_PS2 is not set
|
||||
# CONFIG_NUC_I2S is not set
|
||||
CONFIG_NUC_INTHI=y
|
||||
CONFIG_NUC_SYSTICK_XTALHI=y
|
||||
CONFIG_NUC_SYSTICK_CORECLK=y
|
||||
# CONFIG_NUC_SYSTICK_XTALHI is not set
|
||||
# CONFIG_NUC_SYSTICK_XTALLO is not set
|
||||
# CONFIG_NUC_SYSTICK_XTALHId2 is not set
|
||||
# CONFIG_NUC_SYSTICK_HCLKd2 is not set
|
||||
|
|
|
|||
|
|
@ -164,7 +164,8 @@ CONFIG_NUC_UART1=y
|
|||
# CONFIG_NUC_PS2 is not set
|
||||
# CONFIG_NUC_I2S is not set
|
||||
CONFIG_NUC_INTHI=y
|
||||
CONFIG_NUC_SYSTICK_XTALHI=y
|
||||
CONFIG_NUC_SYSTICK_CORECLK=y
|
||||
# CONFIG_NUC_SYSTICK_XTALHI is not set
|
||||
# CONFIG_NUC_SYSTICK_XTALLO is not set
|
||||
# CONFIG_NUC_SYSTICK_XTALHId2 is not set
|
||||
# CONFIG_NUC_SYSTICK_HCLKd2 is not set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue