Whitespace changes in the tiva(stellaris/lpc directory structure commit

This commit is contained in:
Uwe Bonnes
2014-02-13 20:01:58 +01:00
committed by Frantisek Burian
parent 1740fee230
commit 06208be477
28 changed files with 14 additions and 33 deletions

View File

@@ -42,4 +42,3 @@ BMP_PORT ?=
include ../../../../Makefile.rules include ../../../../Makefile.rules

View File

@@ -28,4 +28,3 @@ MEMORY
/* Include the common ld script. */ /* Include the common ld script. */
INCLUDE libopencm3_lpc13xx.ld INCLUDE libopencm3_lpc13xx.ld

View File

@@ -22,4 +22,3 @@ BINARY = miniblink
LDSCRIPT = ../lpc-p1343.ld LDSCRIPT = ../lpc-p1343.ld
include ../../Makefile.include include ../../Makefile.include

View File

@@ -7,4 +7,3 @@ This is the smallest-possible example program using libopencm3.
It's intended for the NXP LPC1343-based Olimex LPC-1343 eval board (see It's intended for the NXP LPC1343-based Olimex LPC-1343 eval board (see
http://olimex.com/dev/lpc-p1343.html for details). It should blink http://olimex.com/dev/lpc-p1343.html for details). It should blink
a LED on the board. a LED on the board.

View File

@@ -43,4 +43,3 @@ BMP_PORT ?=
include ../../../../Makefile.rules include ../../../../Makefile.rules

View File

@@ -28,4 +28,3 @@ MEMORY
/* Include the common ld script. */ /* Include the common ld script. */
INCLUDE libopencm3_lm3s.ld INCLUDE libopencm3_lm3s.ld

View File

@@ -22,4 +22,3 @@ BINARY = miniblink
LDSCRIPT = ../lm3s3748-evb.ld LDSCRIPT = ../lm3s3748-evb.ld
include ../../Makefile.include include ../../Makefile.include

View File

@@ -6,4 +6,3 @@ This is the smallest-possible example program using libopencm3.
It's intended for the LuminaryMicro LM3S3748-EVB. It's intended for the LuminaryMicro LM3S3748-EVB.
It should blink the STATUS LED on the board. It should blink the STATUS LED on the board.

View File

@@ -28,4 +28,3 @@ MEMORY
/* Include the common ld script. */ /* Include the common ld script. */
INCLUDE libopencm3_lm3s.ld INCLUDE libopencm3_lm3s.ld

View File

@@ -22,4 +22,3 @@ BINARY = miniblink
LDSCRIPT = ../lm3s811-evb.ld LDSCRIPT = ../lm3s811-evb.ld
include ../../Makefile.include include ../../Makefile.include

View File

@@ -6,4 +6,3 @@ This is the smallest-possible example program using libopencm3.
It's intended for the LuminaryMicro LM3S811-EVB. It's intended for the LuminaryMicro LM3S811-EVB.
It should blink the STATUS LED on the board. It should blink the STATUS LED on the board.

View File

@@ -45,4 +45,3 @@ BMP_PORT ?=
include ../../../../Makefile.rules include ../../../../Makefile.rules

View File

@@ -28,4 +28,3 @@ MEMORY
/* Include the common ld script. */ /* Include the common ld script. */
INCLUDE libopencm3_lm4f.ld INCLUDE libopencm3_lm4f.ld

View File

@@ -22,4 +22,3 @@ BINARY = miniblink
LDSCRIPT = ../ek-lm4f120xl.ld LDSCRIPT = ../ek-lm4f120xl.ld
include ../../Makefile.include include ../../Makefile.include

View File

@@ -18,5 +18,3 @@ Pressing SW1 bypasses the PLL completely, and runs off the raw 16MHz clock
provided by the external crystal oscillator. provided by the external crystal oscillator.
The LEDs will toggle at different speeds, depending on the system clock. The The LEDs will toggle at different speeds, depending on the system clock. The
system clock changes are handled within the interrupt service routine. system clock changes are handled within the interrupt service routine.

View File

@@ -22,4 +22,3 @@ BINARY = uart_echo_interrupt
LDSCRIPT = ../ek-lm4f120xl.ld LDSCRIPT = ../ek-lm4f120xl.ld
include ../../Makefile.include include ../../Makefile.include

View File

@@ -22,4 +22,3 @@ BINARY = uart_echo_simple
LDSCRIPT = ../ek-lm4f120xl.ld LDSCRIPT = ../ek-lm4f120xl.ld
include ../../Makefile.include include ../../Makefile.include

View File

@@ -66,4 +66,3 @@ void glue_send_data_cb(uint8_t *buf, uint16_t len);
#endif /* __STELLARIS_EK_LM4F120XL_USB_TO_SERIAL_CDCACM_H */ #endif /* __STELLARIS_EK_LM4F120XL_USB_TO_SERIAL_CDCACM_H */
/**@}*/ /**@}*/