Skip to content

Commit 698569c

Browse files
committed
[stm32][lib] modify heap size to zero
1 parent 1426e57 commit 698569c

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)