More libopenstm32 renames.

This commit is contained in:
Uwe Hermann 2010-12-30 13:22:56 +01:00
parent 18790a2454
commit a97dd10a95
34 changed files with 34 additions and 34 deletions

View File

@ -2,7 +2,7 @@
README
------------------------------------------------------------------------------
This is the smallest-possible example program using libopenstm32.
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

View File

@ -24,6 +24,6 @@ MEMORY
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
}
/* Include the common ld script from libopenstm32. */
/* Include the common ld script. */
INCLUDE stm32.ld

View File

@ -27,6 +27,6 @@ MEMORY
}
/* Include the common ld script from libopenstm32. */
/* Include the common ld script. */
INCLUDE stm32.ld

View File

@ -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).

View File

@ -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

View File

@ -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).

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -24,6 +24,6 @@ MEMORY
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
}
/* Include the common ld script from libopenstm32. */
/* Include the common ld script. */
INCLUDE stm32.ld

View File

@ -24,6 +24,6 @@ MEMORY
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
}
/* Include the common ld script from libopenstm32. */
/* Include the common ld script. */
INCLUDE stm32.ld

View File

@ -24,6 +24,6 @@ MEMORY
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
}
/* Include the common ld script from libopenstm32. */
/* Include the common ld script. */
INCLUDE stm32.ld

View File

@ -2,7 +2,7 @@
README
------------------------------------------------------------------------------
This is small LED blinking example program using libopenstm32.
This is small LED blinking example program using libopencm3.
It's intended for the ST STM32-based Olimex STM32-H103 eval board (see
http://olimex.com/dev/stm32-h103.html for details). It should blink

View File

@ -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

View File

@ -2,7 +2,7 @@
README
------------------------------------------------------------------------------
This is the smallest-possible example program using libopenstm32.
This is the smallest-possible example program using libopencm3.
It's intended for the ST STM32-based Olimex STM32-H103 eval board (see
http://olimex.com/dev/stm32-h103.html for details). It should blink

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -27,6 +27,6 @@ MEMORY
}
/* Include the common ld script from libopenstm32. */
/* Include the common ld script. */
INCLUDE stm32.ld

View File

@ -24,6 +24,6 @@ MEMORY
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
}
/* Include the common ld script from libopenstm32. */
/* Include the common ld script. */
INCLUDE stm32.ld

View File

@ -27,6 +27,6 @@ MEMORY
}
/* Include the common ld script from libopenstm32. */
/* Include the common ld script. */
INCLUDE stm32.ld

View File

@ -27,6 +27,6 @@ MEMORY
}
/* Include the common ld script from libopenstm32. */
/* Include the common ld script. */
INCLUDE stm32.ld

View File

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* Generic linker script for LPC13XX targets using libopenstm32. */
/* Generic linker script for LPC13XX targets using libopencm3. */
/* Memory regions must be defined in the ld script which includes this one. */

View File

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* Generic linker script for STM32 targets using libopenstm32. */
/* Generic linker script for STM32 targets using libopencm3. */
/* Memory regions must be defined in the ld script which includes this one. */