This commit is contained in:
刘可亮
2025-07-22 11:15:46 +08:00
parent d164b333ed
commit 11c97ef399
2870 changed files with 951307 additions and 26675 deletions

View File

@@ -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;