Update README files

This commit is contained in:
Gregory Nutt
2015-12-30 07:56:11 -06:00
parent d1ece2c59f
commit 3c286bd5f8
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ The only GPIO pin usage is for LEDs (2) and Buttons (2):
PIN 24 PB2 KEY1 PIN 24 PB2 KEY1
PIN 25 PB3 KEY2 PIN 25 PB3 KEY2
(See configs/avr32dev/src/avr32dev_internal.h). And also for (See configs/avr32dev1/src/avr32dev1.h). And also for
crystals (4), JTAG (1), and USB (1): crystals (4), JTAG (1), and USB (1):
PIN 30 PA11 XIN32 PIN 30 PA11 XIN32
+1 -1
View File
@@ -534,7 +534,7 @@ LEDs
- configs/lpcxpresso-lpc1115/include/board.h - Defines LED constants, types and - configs/lpcxpresso-lpc1115/include/board.h - Defines LED constants, types and
prototypes the LED interface functions. prototypes the LED interface functions.
- configs/lpcxpresso-lpc1115/src/lpcxpresso_internal.h - GPIO settings for the LEDs. - configs/lpcxpresso-lpc1115/src/lpcxpresso-lpc1115.h - GPIO settings for the LEDs.
- configs/lpcxpresso-lpc1115/src/up_leds.c - LED control logic. - configs/lpcxpresso-lpc1115/src/up_leds.c - LED control logic.
+1 -1
View File
@@ -505,7 +505,7 @@ LEDs
- configs/lpcxpresso-lpc1768/include/board.h - Defines LED constants, types and - configs/lpcxpresso-lpc1768/include/board.h - Defines LED constants, types and
prototypes the LED interface functions. prototypes the LED interface functions.
- configs/lpcxpresso-lpc1768/src/lpcxpresso_internal.h - GPIO settings for the LEDs. - configs/lpcxpresso-lpc1768/src/lpcxpresso-lpc1768.h - GPIO settings for the LEDs.
- configs/lpcxpresso-lpc1768/src/up_leds.c - LED control logic. - configs/lpcxpresso-lpc1768/src/up_leds.c - LED control logic.
+1 -1
View File
@@ -278,7 +278,7 @@ LEDs
- configs/nucleus2g/include/board.h - Defines LED constants, types and - configs/nucleus2g/include/board.h - Defines LED constants, types and
prototypes the LED interface functions. prototypes the LED interface functions.
- configs/nucleus2g/src/nucleus2g_internal.h - GPIO settings for the LEDs. - configs/nucleus2g/src/nucleus2g.h - GPIO settings for the LEDs.
- configs/nucleus2g/src/up_leds.c - LED control logic. - configs/nucleus2g/src/up_leds.c - LED control logic.
+1 -1
View File
@@ -364,7 +364,7 @@ LEDs
- configs/olimex-lpc1766stk/include/board.h - Defines LED constants, types and - configs/olimex-lpc1766stk/include/board.h - Defines LED constants, types and
prototypes the LED interface functions. prototypes the LED interface functions.
- configs/olimex-lpc1766stk/src/lpc1766stk_internal.h - GPIO settings for the LEDs. - configs/olimex-lpc1766stk/src/lpc1766stk.h - GPIO settings for the LEDs.
- configs/olimex-lpc1766stk/src/up_leds.c - LED control logic. - configs/olimex-lpc1766stk/src/up_leds.c - LED control logic.
+1 -1
View File
@@ -256,7 +256,7 @@ LEDs
It is asumed that STMicro STM32F100RC generic board board has one LED on PA0. It is asumed that STMicro STM32F100RC generic board board has one LED on PA0.
You should configure the port and pin number in You should configure the port and pin number in
configs/stm32vldiscovery/src/stm32f100rc_internal.h. This LED is not used by configs/stm32vldiscovery/src/stm32vldiscovery.h. This LED is not used by
the board port unless CONFIG_ARCH_LEDS is defined. In that case, the usage by the board port unless CONFIG_ARCH_LEDS is defined. In that case, the usage by
the board port is defined in include/board.h and src/up_leds.c. The LED is used the board port is defined in include/board.h and src/up_leds.c. The LED is used
to encode OS-related events as follows: to encode OS-related events as follows:
+1 -1
View File
@@ -305,7 +305,7 @@ LEDs
- configs/zkit-arm-1769/include/board.h - Defines LED constants, types and - configs/zkit-arm-1769/include/board.h - Defines LED constants, types and
prototypes the LED interface functions. prototypes the LED interface functions.
- configs/zkit-arm-1769/src/zkitarm_internal.h - GPIO settings for the LEDs. - configs/zkit-arm-1769/src/zkit-arm-1769.h - GPIO settings for the LEDs.
- configs/zkit-arm-1769/src/up_leds.c - LED control logic. - configs/zkit-arm-1769/src/up_leds.c - LED control logic.