Add some standard common files to PIC32

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3622 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-05-18 00:38:57 +00:00
parent 13c6a2938d
commit 4506126cf1
2 changed files with 12 additions and 1 deletions

View File

@ -48,6 +48,17 @@
****************************************************************************/
/* Configuration ************************************************************/
/* LED definitions **********************************************************/
#define LED_STARTED 0
#define LED_HEAPALLOCATE 1
#define LED_IRQSENABLED 2
#define LED_STACKCREATED 3
#define LED_INIRQ 4
#define LED_SIGNAL 5
#define LED_ASSERTION 6
#define LED_PANIC 7
/****************************************************************************
* Public Types
****************************************************************************/

View File

@ -1,6 +1,6 @@
/************************************************************************************
* configs/pcblogic-pic32mx/src/up_boot.c
* arch/arm/src/board/up_boot.c
* arch/mips/src/board/up_boot.c
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>