mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
A few more NuTiny-SDK-NUC120 fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5668 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -90,7 +90,7 @@ LEDs
|
|||||||
LED_SIGNAL In a signal handler LED might glow
|
LED_SIGNAL In a signal handler LED might glow
|
||||||
LED_ASSERTION An assertion failed LED ON while handling the assertion
|
LED_ASSERTION An assertion failed LED ON while handling the assertion
|
||||||
LED_PANIC The system has crashed LED Blinking at 2Hz
|
LED_PANIC The system has crashed LED Blinking at 2Hz
|
||||||
LED_IDLE NUC1XX is is sleep mode (Optional, not used)
|
LED_IDLE NUC1XX is in sleep mode (Optional, not used)
|
||||||
|
|
||||||
Serial Console
|
Serial Console
|
||||||
==============
|
==============
|
||||||
|
|||||||
@@ -44,7 +44,9 @@ MEMORY
|
|||||||
}
|
}
|
||||||
|
|
||||||
OUTPUT_ARCH(arm)
|
OUTPUT_ARCH(arm)
|
||||||
|
EXTERN(_vectors)
|
||||||
ENTRY(_stext)
|
ENTRY(_stext)
|
||||||
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
.text : {
|
.text : {
|
||||||
|
|||||||
@@ -68,10 +68,10 @@
|
|||||||
* LED_SIGNAL In a signal handler LED might glow
|
* LED_SIGNAL In a signal handler LED might glow
|
||||||
* LED_ASSERTION An assertion failed LED ON while handling the assertion
|
* LED_ASSERTION An assertion failed LED ON while handling the assertion
|
||||||
* LED_PANIC The system has crashed LED Blinking at 2Hz
|
* LED_PANIC The system has crashed LED Blinking at 2Hz
|
||||||
* LED_IDLE NUC1XX is is sleep mode (Optional, not used)
|
* LED_IDLE NUC1XX is in sleep mode (Optional, not used)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define GPIO_LED (GPIO_OUTPUT | GPIO_OUTPUT_SET | GPIO_PORTB | GPIO_PIN8)
|
#define GPIO_LED (GPIO_OUTPUT | GPIO_OUTPUT_SET | GPIO_PORTB | GPIO_PIN0)
|
||||||
|
|
||||||
/* Button definitions ***************************************************************/
|
/* Button definitions ***************************************************************/
|
||||||
/* The NuTiny has no buttons */
|
/* The NuTiny has no buttons */
|
||||||
|
|||||||
Reference in New Issue
Block a user