Skip to content

Commit 540d2d3

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

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

boards/st/nucleo_g031k8/nucleo_g031k8_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/stm32g0316_disco/stm32g0316_disco_defconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# Kernel Options due to Low Memory (8k)
2-
CONFIG_MAIN_STACK_SIZE=640
3-
CONFIG_IDLE_STACK_SIZE=200
4-
CONFIG_ISR_STACK_SIZE=512
5-
61
# Serial Drivers
72
CONFIG_SERIAL=y
83
CONFIG_UART_INTERRUPT_DRIVEN=y

0 commit comments

Comments
 (0)