The Kinetis GPIO logic had some of the same issues as did the Kinetis L

This commit is contained in:
Gregory Nutt 2013-05-06 11:49:28 -06:00
parent c0b7112dd9
commit a403409c85
3 changed files with 11 additions and 11 deletions

View File

@ -90,7 +90,7 @@ LEDs
------------------- ----------------------- -------------------------- ------------------- ----------------------- --------------------------
LED_STARTED NuttX has been started R=OFF G=OFF B=OFF LED_STARTED NuttX has been started R=OFF G=OFF B=OFF
LED_HEAPALLOCATE Heap has been allocated (no change) LED_HEAPALLOCATE Heap has been allocated (no change)
LED_IRQSENABLED Interrupts enabled (no change) LED_IRQSENABLED Interrupts enabled (no change)
LED_STACKCREATED Idle stack created R=OFF G=OFF B=ON LED_STACKCREATED Idle stack created R=OFF G=OFF B=ON
LED_INIRQ In an interrupt (no change) LED_INIRQ In an interrupt (no change)
LED_SIGNAL In a signal handler (no change) LED_SIGNAL In a signal handler (no change)

View File

@ -151,15 +151,15 @@
* SYMBOL Meaning LED state * SYMBOL Meaning LED state
* Initially all LED is OFF * Initially all LED is OFF
* ------------------- ----------------------- -------------------------- * ------------------- ----------------------- --------------------------
* LED_STARTED NuttX has been started * LED_STARTED NuttX has been started R=OFF G=OFF B=OFF
* LED_HEAPALLOCATE Heap has been allocated * LED_HEAPALLOCATE Heap has been allocated (no change)
* LED_IRQSENABLED Interrupts enabled * LED_IRQSENABLED Interrupts enabled (no change)
* LED_STACKCREATED Idle stack created * LED_STACKCREATED Idle stack created R=OFF G=OFF B=ON
* LED_INIRQ In an interrupt * LED_INIRQ In an interrupt (no change)
* LED_SIGNAL In a signal handler * LED_SIGNAL In a signal handler (no change)
* LED_ASSERTION An assertion failed * LED_ASSERTION An assertion failed (no change)
* LED_PANIC The system has crashed * LED_PANIC The system has crashed R=FLASHING G=OFF B=OFF
* LED_IDLE K25Z1XX is in sleep mode (Optional, not used) * LED_IDLE K25Z1XX is in sleep mode (Optional, not used)
*/ */
#define LED_STARTED 0 #define LED_STARTED 0

View File

@ -50,7 +50,7 @@
* ------------------- ----------------------- -------------------------- * ------------------- ----------------------- --------------------------
* LED_STARTED NuttX has been started R=OFF G=OFF B=OFF * LED_STARTED NuttX has been started R=OFF G=OFF B=OFF
* LED_HEAPALLOCATE Heap has been allocated (no change) * LED_HEAPALLOCATE Heap has been allocated (no change)
* LED_IRQSENABLED Interrupts enabled (no change) * LED_IRQSENABLED Interrupts enabled (no change)
* LED_STACKCREATED Idle stack created R=OFF G=OFF B=ON * LED_STACKCREATED Idle stack created R=OFF G=OFF B=ON
* LED_INIRQ In an interrupt (no change) * LED_INIRQ In an interrupt (no change)
* LED_SIGNAL In a signal handler (no change) * LED_SIGNAL In a signal handler (no change)