aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/obldc
diff options
context:
space:
mode:
authorUwe Hermann2010-12-30 02:57:44 +0100
committerUwe Hermann2010-12-30 02:57:44 +0100
commit8e5acecc6e170760d0edf95edb8f413385b2bf62 (patch)
tree458c31126734f5bc31a428de3004b49dca965849 /examples/stm32/obldc
parent7c53b252a35f5ac9a02216465bab26b059fffccc (diff)
More path and name changes.
Diffstat (limited to 'examples/stm32/obldc')
-rw-r--r--examples/stm32/obldc/can/can.ld2
-rw-r--r--examples/stm32/obldc/led/led.ld2
-rw-r--r--examples/stm32/obldc/systick/systick.ld2
-rw-r--r--examples/stm32/obldc/usart/usart.ld2
-rw-r--r--examples/stm32/obldc/usart_irq/usart_irq.ld2
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/stm32/obldc/can/can.ld b/examples/stm32/obldc/can/can.ld
index a1e9de5..0b89860 100644
--- a/examples/stm32/obldc/can/can.ld
+++ b/examples/stm32/obldc/can/can.ld
@@ -27,5 +27,5 @@ MEMORY
}
/* Include the common ld script from libopenstm32. */
-INCLUDE libopenstm32.ld
+INCLUDE stm32.ld
diff --git a/examples/stm32/obldc/led/led.ld b/examples/stm32/obldc/led/led.ld
index c8683d5..2c4a200 100644
--- a/examples/stm32/obldc/led/led.ld
+++ b/examples/stm32/obldc/led/led.ld
@@ -27,5 +27,5 @@ MEMORY
}
/* Include the common ld script from libopenstm32. */
-INCLUDE libopenstm32.ld
+INCLUDE stm32.ld
diff --git a/examples/stm32/obldc/systick/systick.ld b/examples/stm32/obldc/systick/systick.ld
index 0d79751..e8e2d2f 100644
--- a/examples/stm32/obldc/systick/systick.ld
+++ b/examples/stm32/obldc/systick/systick.ld
@@ -27,5 +27,5 @@ MEMORY
}
/* Include the common ld script from libopenstm32. */
-INCLUDE libopenstm32.ld
+INCLUDE stm32.ld
diff --git a/examples/stm32/obldc/usart/usart.ld b/examples/stm32/obldc/usart/usart.ld
index c8683d5..2c4a200 100644
--- a/examples/stm32/obldc/usart/usart.ld
+++ b/examples/stm32/obldc/usart/usart.ld
@@ -27,5 +27,5 @@ MEMORY
}
/* Include the common ld script from libopenstm32. */
-INCLUDE libopenstm32.ld
+INCLUDE stm32.ld
diff --git a/examples/stm32/obldc/usart_irq/usart_irq.ld b/examples/stm32/obldc/usart_irq/usart_irq.ld
index c8683d5..2c4a200 100644
--- a/examples/stm32/obldc/usart_irq/usart_irq.ld
+++ b/examples/stm32/obldc/usart_irq/usart_irq.ld
@@ -27,5 +27,5 @@ MEMORY
}
/* Include the common ld script from libopenstm32. */
-INCLUDE libopenstm32.ld
+INCLUDE stm32.ld