Skip to content

Commit a81f7cc

Browse files
committed
[stm32][libc] modify heap size to zero
1 parent 1426e57 commit a81f7cc

File tree

871 files changed

+1023
-1023
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

871 files changed

+1023
-1023
lines changed

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030x6.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030x8.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030xc.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f031x6.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f038xx.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f042x6.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f048xx.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f051x8.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f058xx.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f070x6.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f070xb.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f071xb.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f072xb.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f078xx.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f091xc.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f098xx.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __initial_sp
4242
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4343
; </h>
4444

45-
Heap_Size EQU 0x00000200
45+
Heap_Size EQU 0x00000000
4646

4747
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4848
__heap_base

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f030x6_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20000FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f030x8_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20001FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f030xc_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20007FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f031x6_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20000FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f038xx_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20000FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f042x6_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x200017FF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f048xx_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x200017FF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f051x8_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20001FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f058xx_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20001FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f070x6_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x200017FF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f070xb_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20003FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f071xb_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20003FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f072xb_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20003FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f078xx_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20003FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f091xc_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20007FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f091xc_sram.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20004000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20007FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f098xx_flash.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20007FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define memory mem with size = 4G;

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/linker/stm32f098xx_sram.icf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20004000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20007FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;
13-
define symbol __ICFEDIT_size_heap__ = 0x200;
13+
define symbol __ICFEDIT_size_heap__ = 0x000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616

bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ __initial_sp
4141
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4242
; </h>
4343

44-
Heap_Size EQU 0x00000200
44+
Heap_Size EQU 0x00000000
4545

4646
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4747
__heap_base

bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ __initial_sp
4343
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4444
; </h>
4545

46-
Heap_Size EQU 0x00000200
46+
Heap_Size EQU 0x00000000
4747

4848
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4949
__heap_base

bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ __initial_sp
4141
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4242
; </h>
4343

44-
Heap_Size EQU 0x00000200
44+
Heap_Size EQU 0x00000000
4545

4646
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4747
__heap_base

bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ __initial_sp
4141
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4242
; </h>
4343

44-
Heap_Size EQU 0x00000200
44+
Heap_Size EQU 0x00000000
4545

4646
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4747
__heap_base

bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ __initial_sp
4040
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4141
; </h>
4242

43-
Heap_Size EQU 0x00000200
43+
Heap_Size EQU 0x00000000
4444

4545
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4646
__heap_base

bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ __initial_sp
4040
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4141
; </h>
4242

43-
Heap_Size EQU 0x00000200
43+
Heap_Size EQU 0x00000000
4444

4545
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4646
__heap_base

bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ __initial_sp
4141
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4242
; </h>
4343

44-
Heap_Size EQU 0x00000200
44+
Heap_Size EQU 0x00000000
4545

4646
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4747
__heap_base

bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ __initial_sp
4141
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4242
; </h>
4343

44-
Heap_Size EQU 0x00000200
44+
Heap_Size EQU 0x00000000
4545

4646
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4747
__heap_base

bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ __initial_sp
4141
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4242
; </h>
4343

44-
Heap_Size EQU 0x00000200
44+
Heap_Size EQU 0x00000000
4545

4646
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4747
__heap_base

bsp/stm32/libraries/STM32F1xx_HAL/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ __initial_sp
4141
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4242
; </h>
4343

44-
Heap_Size EQU 0x00000200
44+
Heap_Size EQU 0x00000000
4545

4646
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4747
__heap_base

0 commit comments

Comments
 (0)