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:
patacongo
2008-01-26 16:21:09 +00:00
parent 76d4673969
commit 948c8bd2d4
2 changed files with 257 additions and 250 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -45,6 +45,7 @@
* External References / External Definitions
**************************************************************************/
xref _z16f_clkinit:EROM
xref _z16f_lowinit:EROM
#ifdef CONFIG_ARCH_LEDS
xref _up_ledinit:EROM
@@ -142,6 +143,10 @@ _z16f_reset:
ld sp, #(_near_stack+1) /* Set Stack Pointer to the top of internal RAM */
clr fp
/* Initialize clocking */
call _z16f_clkinit
/* Initialize onboard LEDs */
#ifdef CONFIG_ARCH_LEDS