More libopenstm32 renames.
This commit is contained in:
parent
18790a2454
commit
a97dd10a95
@ -2,7 +2,7 @@
|
|||||||
README
|
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
|
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
|
||||||
|
@ -24,6 +24,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -27,6 +27,6 @@ MEMORY
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
README
|
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
|
It's intended for the ST STM32-based MB525 eval board (see
|
||||||
http://www.st.com/stonline/products/literature/um/13472.htm for details).
|
http://www.st.com/stonline/products/literature/um/13472.htm for details).
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
README
|
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
|
It's intended for the ST STM32-based MB525 eval board (see
|
||||||
http://www.st.com/stonline/products/literature/um/13472.htm for details).
|
http://www.st.com/stonline/products/literature/um/13472.htm for details).
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -24,6 +24,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -24,6 +24,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -24,6 +24,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
README
|
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
|
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
|
http://olimex.com/dev/stm32-h103.html for details). It should blink
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
README
|
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
|
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
|
http://olimex.com/dev/stm32-h103.html for details). It should blink
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -27,6 +27,6 @@ MEMORY
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -24,6 +24,6 @@ MEMORY
|
|||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -27,6 +27,6 @@ MEMORY
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -27,6 +27,6 @@ MEMORY
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Include the common ld script from libopenstm32. */
|
/* Include the common ld script. */
|
||||||
INCLUDE stm32.ld
|
INCLUDE stm32.ld
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* 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. */
|
/* Memory regions must be defined in the ld script which includes this one. */
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* 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. */
|
/* Memory regions must be defined in the ld script which includes this one. */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user