Skip to content

Commit 3574533

Browse files
djiatsaf-stjhedberg
authored andcommitted
soc: st: stm32l0x: remove kernel stack size definitions
These kconfig symbols will be handle in family Kconfig Level Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent 540d2d3 commit 3574533

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

boards/st/nucleo_l011k4/nucleo_l011k4_defconfig

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

3-
# Kernel Options due to Low Memory (2k)
4-
CONFIG_MAIN_STACK_SIZE=320
5-
CONFIG_IDLE_STACK_SIZE=100
6-
CONFIG_ISR_STACK_SIZE=256
7-
83
# Serial Drivers
94
CONFIG_SERIAL=y
105
CONFIG_UART_INTERRUPT_DRIVEN=y

boards/st/nucleo_l031k6/nucleo_l031k6_defconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +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
7-
83
# Serial Drivers
94
CONFIG_SERIAL=y
105
CONFIG_UART_INTERRUPT_DRIVEN=y

boards/st/nucleo_l053r8/nucleo_l053r8_defconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
# Enable MPU
44
CONFIG_ARM_MPU=y
55

6-
# Kernel Options due to Low Memory (8k)
7-
CONFIG_MAIN_STACK_SIZE=640
8-
CONFIG_IDLE_STACK_SIZE=200
9-
CONFIG_ISR_STACK_SIZE=512
10-
116
# Serial Drivers
127
CONFIG_SERIAL=y
138
CONFIG_UART_INTERRUPT_DRIVEN=y

0 commit comments

Comments
 (0)