OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
OUTPUT_ARCH(arm)
-/*
- * Define stack size here
- */
-STACK_SIZE = 0x1000;
/*
* Allocate section memory
/*
* Allocated stack at the end of bss section.
* Data heap is allocate at end of stack.
+ * STACK_SIZE variable is defined in the CPU specific linker script file.
*/
PROVIDE (__msp_start = .);
. = ALIGN(8);
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
OUTPUT_ARCH(arm)
-/*
- * Define stack size here
- */
-STACK_SIZE = 0x1000;
/*
* Allocate section memory
/*
* Allocated stack at the end of bss section.
* Data heap is allocate at end of stack.
+ * STACK_SIZE variable is defined in the CPU specific linker script file.
*/
PROVIDE (__msp_start = .);
. = ALIGN(8);
*
*/
+/*
+ * Define stack size here
+ * Variable used in the cortex-m3_ram.ld file
+ */
+STACK_SIZE = 0x1000;
+
/*
* Define memory configuration for LM3S1968 board
*/
*
*/
+/*
+ * Define stack size here
+ * Variable used in the cortex-m3_rom.ld file
+ */
+STACK_SIZE = 0x1000;
+
/*
* Define memory configuration for LM3S1968 board
*/
* \author Andrea Righi <arighi@develer.com>
*/
+
+/*
+ * Define stack size here
+ * Variable used in the cortex-m3_ram.ld file
+ */
+STACK_SIZE = 0x1000;
+
/*
* Define memory configuration for LM3S8962 board
*/
* \author Andrea Righi <arighi@develer.com>
*/
+/*
+ * Define stack size here
+ * Variable used in the cortex-m3_rom.ld file
+ */
+STACK_SIZE = 0x1000;
+
/*/
* Define memory configuration for LM3S8962 board
*/
*
*/
+/*
+ * Define stack size here
+ * Variable used in the cortex-m3_ram.ld file
+ */
+STACK_SIZE = 0x1000;
+
/*
* Memory configuration for SAM3N4.
*/
*
*/
+/*
+ * Define stack size here
+ * Variable used in the cortex-m3_rom.ld file
+ */
+STACK_SIZE = 0x1000;
+
/*
* Memory configuration for SAM3N4.
*/
*
*/
+/*
+ * Define stack size here
+ * Variable used in the cortex-m3_rom.ld file
+ */
+STACK_SIZE = 0x1000;
+
/*
* Memory configuration for SAM3X8.
*/
*
*/
+/*
+ * Define stack size here
+ * Variable used in the cortex-m3_rom.ld file
+ */
+STACK_SIZE = 0x400;
/*
* Define memory configuration for STM32F100RB
*
*/
+/*
+ * Define stack size here
+ * Variable used in the cortex-m3_ram.ld file
+ */
+STACK_SIZE = 0x200;
+
/*
* Define memory configuration for STM32F101C4
*/
*
*/
+
+/*
+ * Define stack size here
+ * Variable used in the cortex-m3_rom.ld file
+ */
+STACK_SIZE = 0x200;
+
/*
* Define memory configuration for STM32F101C4
*/
*
*/
+/*
+ * Define stack size here
+ * Variable used in the cortex-m3_rom.ld file
+ */
+STACK_SIZE = 0x1000;
+
/*
* Define memory configuration for STM32F103R8
*/
*
*/
+/*
+ * Define stack size here
+ * Variable used in the cortex-m3_rom.ld file
+ */
+STACK_SIZE = 0x1000;
+
/*
* Define memory configuration for STM32F103RE
*/