File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Expand file tree Collapse file tree 3 files changed +0
-15
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 (2k)
4- CONFIG_MAIN_STACK_SIZE=320
5- CONFIG_IDLE_STACK_SIZE=100
6- CONFIG_ISR_STACK_SIZE=256
7-
83# Serial Drivers
94CONFIG_SERIAL=y
105CONFIG_UART_INTERRUPT_DRIVEN=y
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
7-
83# Serial Drivers
94CONFIG_SERIAL=y
105CONFIG_UART_INTERRUPT_DRIVEN=y
Original file line number Diff line number Diff line change 33# Enable MPU
44CONFIG_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
127CONFIG_SERIAL=y
138CONFIG_UART_INTERRUPT_DRIVEN=y
You can’t perform that action at this time.
0 commit comments