mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-29 01:06:56 +00:00
v1.2.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2022-2024, ArtInChip Technology Co., Ltd
|
||||
* Copyright (c) 2022-2025, ArtInChip Technology Co., Ltd
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -105,7 +105,7 @@ static int board_init(void)
|
||||
show_banner();
|
||||
|
||||
#ifdef AIC_CONSOLE_BARE_DRV
|
||||
tshell = aicos_thread_create("shell", 4096, configMAX_PRIORITIES-20, console_loop_thread, NULL);
|
||||
tshell = aicos_thread_create("shell", 8192, configMAX_PRIORITIES-20, console_loop_thread, NULL);
|
||||
if (tshell == NULL) {
|
||||
pr_err("Failed to create shell thread\n");
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user