File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 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
84CONFIG_SRAM_VECTOR_TABLE=n
95
Original file line number Diff line number Diff line change 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
84CONFIG_SRAM_VECTOR_TABLE=n
95
Original file line number Diff line number Diff line change 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
73CONFIG_LOG_BUFFER_SIZE=256
84# Prevent Interrupt Vector Table in RAM
95CONFIG_SRAM_VECTOR_TABLE=n
Original file line number Diff line number Diff line change 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
84CONFIG_SRAM_VECTOR_TABLE=n
95
You can’t perform that action at this time.
0 commit comments