mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
Clock system was missing
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@569 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+252
-250
File diff suppressed because it is too large
Load Diff
@@ -45,6 +45,7 @@
|
|||||||
* External References / External Definitions
|
* External References / External Definitions
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
|
xref _z16f_clkinit:EROM
|
||||||
xref _z16f_lowinit:EROM
|
xref _z16f_lowinit:EROM
|
||||||
#ifdef CONFIG_ARCH_LEDS
|
#ifdef CONFIG_ARCH_LEDS
|
||||||
xref _up_ledinit:EROM
|
xref _up_ledinit:EROM
|
||||||
@@ -142,6 +143,10 @@ _z16f_reset:
|
|||||||
ld sp, #(_near_stack+1) /* Set Stack Pointer to the top of internal RAM */
|
ld sp, #(_near_stack+1) /* Set Stack Pointer to the top of internal RAM */
|
||||||
clr fp
|
clr fp
|
||||||
|
|
||||||
|
/* Initialize clocking */
|
||||||
|
|
||||||
|
call _z16f_clkinit
|
||||||
|
|
||||||
/* Initialize onboard LEDs */
|
/* Initialize onboard LEDs */
|
||||||
|
|
||||||
#ifdef CONFIG_ARCH_LEDS
|
#ifdef CONFIG_ARCH_LEDS
|
||||||
|
|||||||
Reference in New Issue
Block a user