aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/mb525
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/mb525')
-rw-r--r--examples/stm32/mb525/fancyblink/README2
-rw-r--r--examples/stm32/mb525/fancyblink/fancyblink.ld2
-rw-r--r--examples/stm32/mb525/pwmleds/README2
-rw-r--r--examples/stm32/mb525/pwmleds/pwmleds.ld2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/stm32/mb525/fancyblink/README b/examples/stm32/mb525/fancyblink/README
index 8590e83..226cb21 100644
--- a/examples/stm32/mb525/fancyblink/README
+++ b/examples/stm32/mb525/fancyblink/README
@@ -2,7 +2,7 @@
README
------------------------------------------------------------------------------
-This is a blink example program using libopenstm32.
+This is a blink example program using libopencm3.
It's intended for the ST STM32-based MB525 eval board (see
http://www.st.com/stonline/products/literature/um/13472.htm for details).
diff --git a/examples/stm32/mb525/fancyblink/fancyblink.ld b/examples/stm32/mb525/fancyblink/fancyblink.ld
index 0dc9708..abe9cea 100644
--- a/examples/stm32/mb525/fancyblink/fancyblink.ld
+++ b/examples/stm32/mb525/fancyblink/fancyblink.ld
@@ -26,6 +26,6 @@ MEMORY
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
}
-/* Include the common ld script from libopenstm32. */
+/* Include the common ld script. */
INCLUDE stm32.ld
diff --git a/examples/stm32/mb525/pwmleds/README b/examples/stm32/mb525/pwmleds/README
index 3e4cb4d..b2a6d95 100644
--- a/examples/stm32/mb525/pwmleds/README
+++ b/examples/stm32/mb525/pwmleds/README
@@ -2,7 +2,7 @@
README
------------------------------------------------------------------------------
-This is a PWM based LED fading example using libopenstm32.
+This is a PWM based LED fading example using libopencm3.
It's intended for the ST STM32-based MB525 eval board (see
http://www.st.com/stonline/products/literature/um/13472.htm for details).
diff --git a/examples/stm32/mb525/pwmleds/pwmleds.ld b/examples/stm32/mb525/pwmleds/pwmleds.ld
index 0dc9708..abe9cea 100644
--- a/examples/stm32/mb525/pwmleds/pwmleds.ld
+++ b/examples/stm32/mb525/pwmleds/pwmleds.ld
@@ -26,6 +26,6 @@ MEMORY
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
}
-/* Include the common ld script from libopenstm32. */
+/* Include the common ld script. */
INCLUDE stm32.ld