kernel_liteos_a/kernel/common
zff d21b05c0f6 fix: 通过g_uart_fputc_en关闭打印后,shell进程不能正常启动
console层的实现中复用g_uart_fputc_en用于关闭打印的功能,代码设计上认为
g_uart_fputc_en为0时console层未使能,导致shell进程中ioctl操作失败,shell
进程不能正常启动。

close: #I4CTY2

Signed-off-by: zff <zhangfanfan2@huawei.com>
Change-Id: I0a225c1db42f2b384ad590ca05b048c4b61db99c
2021-10-08 10:01:31 +08:00
..
BUILD.gn refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
Makefile refactor: 清理Makefile冗余项 2021-09-13 18:14:15 +08:00
console.c fix: 通过g_uart_fputc_en关闭打印后,shell进程不能正常启动 2021-10-08 10:01:31 +08:00
console.h refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
los_config.c fix: fix some function declarations 2021-09-27 21:01:46 +08:00
los_config.h refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
los_excinfo.c fix: 临终遗言重定向内容缺失task相关信息,对应的shell命令中申请的内存需要cacheline对齐 2021-09-29 16:26:31 +08:00
los_excinfo_pri.h refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
los_init.c refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
los_init_info.h refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
los_init_pri.h refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
los_magickey.c refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
los_magickey.h refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
los_printf.c fix: 临终遗言重定向内容缺失task相关信息,对应的shell命令中申请的内存需要cacheline对齐 2021-09-29 16:26:31 +08:00
main.c refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
virtual_serial.c refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
virtual_serial.h refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00