loogg
|
52d1e51e3e
Update shell.c
|
6 years ago |
loogg
|
b29154673e
Update shell.c
|
6 years ago |
ZYH
|
1030004e78
remove finsh get char error print
|
6 years ago |
misonyo
|
97c930cd65
[components]add rt_device_ops for adc device and fix finsh_getchar() return wrong value in Big-endian status.
|
6 years ago |
misonyo
|
14e048aa8e
[components/shell] shell will not work if ch is none zero as random value in stack
|
6 years ago |
gbcwbz
|
860f8d954d
[finsh] change return type of finsh_getchar from ch to int
|
6 years ago |
chenchaoqun@rt-thread.com
|
931cdb1f6f
[finsh/shell] compatible definition for cube package
|
6 years ago |
Bernard Xiong
|
9064b28c2a
[license] Change license to Apache.
|
6 years ago |
Bernard Xiong
|
b98a0ba804
[Kernel] Add ARMCC 6.x support.
|
6 years ago |
armink
|
4c92650fde
[components][finsh] Fix shell re-initialization check code to supported C89.
|
6 years ago |
Bernard Xiong
|
39998e4d89
Merge pull request #1602 from aozima/re_initial_dev
|
6 years ago |
aozima
|
efada8768e
[shell] set prompt mode is default enable.
|
6 years ago |
aozima
|
4f1112f838
[shell] add finsh_set_prompt().
|
6 years ago |
aozima
|
85e732ddaf
[shell] add finsh_get/set_prompt_mode.
|
6 years ago |
aozima
|
e49a29f2dc
[shell] add re-initial check.
|
6 years ago |
armink
|
72ec60aaa3
[components][finsh] Finsh thread using heap when RT_USING_HEAP is defined.
|
7 years ago |
moebius.ever
|
61946325ee
[finsh] add FINSH_ECHO_DISABLE_DEFAULT and remove FINSH_ECHO_MODE_DEFAULT, to control the finsh default echo mode
|
7 years ago |
moebius.ever
|
48ecbd3999
[finsh] add FINSH_ECHO_MODE_DEFAULT, to config the default echo mode of finsh
|
7 years ago |
moebius.ever
|
5444c90ecf
[finsh] add FINSH_ENABLE_ECHO macro to config the finsh needs echo or not
|
7 years ago |
Bernard Xiong
|
f9a7ba050a
[finsh] convert tab to space and split export API to finsh_api.h
|
7 years ago |
armink
|
013e5bd411
[Components][Finsh] Add shell getchar received error process.
|
7 years ago |
armink
|
cfd82c260d
[Finsh] Add finsh thread name macro.
|
7 years ago |
armink
|
82b7ecda06
[Finsh] Fix an auto complete history bug when current line is contained in last cmd.
|
7 years ago |
bernard
|
8a38307e2c
[libc] Add RT_USING_POSIX macro.
|
7 years ago |
bernard
|
3c0fbf0c7e
[finsh] Fix the C99 issue.
|
7 years ago |
bernard
|
444915d1ea
[finsh] Add RT_USING_POSIX_STDIN options.
|
7 years ago |
armink
|
c123451585
[Finsh] Stop push new history when current cmd is same as last cmd.
|
7 years ago |
bernard
|
95ab8c02aa
[finsh] Use standard uint type for data type.
|
7 years ago |
armink
|
c36a628ff4
[Finsh] Fix finsh password auth not valid when RT_DEBUG is not definition.
|
7 years ago |
armink
|
72e4efb46e
[finsh]Improve the set password.
|
8 years ago |