Skip to content

Commit 7b90f58

Browse files
djiatsaf-stjhedberg
authored andcommitted
soc: st: stm32f0x: remove kernel stack size definitions
These kconfig symbols will be handle in family Kconfig level. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent 84dc8d2 commit 7b90f58

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

boards/others/stm32f030_demo/stm32f030_demo_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
# Kernel Options due to Low Memory (4k)
4-
CONFIG_MAIN_STACK_SIZE=640
5-
CONFIG_IDLE_STACK_SIZE=200
6-
CONFIG_ISR_STACK_SIZE=512
73
# Prevent Interrupt Vector Table in RAM
84
CONFIG_SRAM_VECTOR_TABLE=n
95

boards/st/nucleo_f030r8/nucleo_f030r8_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
# Kernel Options due to Low Memory (8k)
4-
CONFIG_MAIN_STACK_SIZE=640
5-
CONFIG_IDLE_STACK_SIZE=200
6-
CONFIG_ISR_STACK_SIZE=512
73
# Prevent Interrupt Vector Table in RAM
84
CONFIG_SRAM_VECTOR_TABLE=n
95

boards/st/nucleo_f031k6/nucleo_f031k6_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
# Kernel Options due to Low Memory (4k)
4-
CONFIG_MAIN_STACK_SIZE=512
5-
CONFIG_IDLE_STACK_SIZE=150
6-
CONFIG_ISR_STACK_SIZE=512
73
CONFIG_LOG_BUFFER_SIZE=256
84
# Prevent Interrupt Vector Table in RAM
95
CONFIG_SRAM_VECTOR_TABLE=n

boards/st/stm32f0_disco/stm32f0_disco_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
# Kernel Options due to Low Memory (8k)
4-
CONFIG_MAIN_STACK_SIZE=640
5-
CONFIG_IDLE_STACK_SIZE=200
6-
CONFIG_ISR_STACK_SIZE=512
73
# Prevent Interrupt Vector Table in RAM
84
CONFIG_SRAM_VECTOR_TABLE=n
95

0 commit comments

Comments
 (0)