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
-1
View File
@@ -42,4 +42,3 @@ BMP_PORT ?=
include ../../../../Makefile.rules
@@ -28,4 +28,3 @@ MEMORY
/* Include the common ld script. */
INCLUDE libopencm3_lpc13xx.ld
@@ -22,4 +22,3 @@ BINARY = miniblink
LDSCRIPT = ../lpc-p1343.ld
include ../../Makefile.include
@@ -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
http://olimex.com/dev/lpc-p1343.html for details). It should blink
a LED on the board.
-1
View File
@@ -43,4 +43,3 @@ BMP_PORT ?=
include ../../../../Makefile.rules
@@ -28,4 +28,3 @@ MEMORY
/* Include the common ld script. */
INCLUDE libopencm3_lm3s.ld
@@ -22,4 +22,3 @@ BINARY = miniblink
LDSCRIPT = ../lm3s3748-evb.ld
include ../../Makefile.include
@@ -6,4 +6,3 @@ This is the smallest-possible example program using libopencm3.
It's intended for the LuminaryMicro LM3S3748-EVB.
It should blink the STATUS LED on the board.
@@ -28,4 +28,3 @@ MEMORY
/* Include the common ld script. */
INCLUDE libopencm3_lm3s.ld
@@ -22,4 +22,3 @@ BINARY = miniblink
LDSCRIPT = ../lm3s811-evb.ld
include ../../Makefile.include
@@ -6,4 +6,3 @@ This is the smallest-possible example program using libopencm3.
It's intended for the LuminaryMicro LM3S811-EVB.
It should blink the STATUS LED on the board.
-1
View File
@@ -45,4 +45,3 @@ BMP_PORT ?=
include ../../../../Makefile.rules
@@ -28,4 +28,3 @@ MEMORY
/* Include the common ld script. */
INCLUDE libopencm3_lm4f.ld
@@ -22,4 +22,3 @@ BINARY = miniblink
LDSCRIPT = ../ek-lm4f120xl.ld
include ../../Makefile.include
@@ -18,5 +18,3 @@ Pressing SW1 bypasses the PLL completely, and runs off the raw 16MHz clock
provided by the external crystal oscillator.
The LEDs will toggle at different speeds, depending on the system clock. The
system clock changes are handled within the interrupt service routine.
@@ -22,4 +22,3 @@ BINARY = uart_echo_interrupt
LDSCRIPT = ../ek-lm4f120xl.ld
include ../../Makefile.include
@@ -22,4 +22,3 @@ BINARY = uart_echo_simple
LDSCRIPT = ../ek-lm4f120xl.ld
include ../../Makefile.include
@@ -66,4 +66,3 @@ void glue_send_data_cb(uint8_t *buf, uint16_t len);
#endif /* __STELLARIS_EK_LM4F120XL_USB_TO_SERIAL_CDCACM_H */
/**@}*/