4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 21:49:38 +08:00

158 Commits

Author SHA1 Message Date
bernard
c53389e46f [finsh] Add lwip 2.0.0 support. 2017-01-31 13:17:34 +08:00
bernard
d692001fd5 [tools] Add KConfig files. 2017-01-31 11:54:12 +08:00
armink
72e4efb46e [finsh]Improve the set password. 2016-11-26 16:45:54 +08:00
armink
8ff7529039 [finsh] Add password authentication. Increased input security. 2016-11-26 15:23:12 +08:00
gbcwbz
5941d73604 Convert tab into spaces 2016-09-07 23:45:39 +08:00
gbcwbz
517e909c3d [finsh]Align title and content in list_* cmd 2016-09-07 23:24:12 +08:00
Bernard Xiong
108ba3b371 [finsh] change display format for list_thread. 2016-07-13 09:37:51 +08:00
Bernard Xiong
45c7f03035 [finsh] Fix object name issue in list_* cmd. 2016-06-13 13:29:18 +08:00
Bernard Xiong
4d93c31cce Revert "[finsh] Beautify all list object information command."
This reverts commit cd3b0cfff5b8cb76c011c16a2bb9892e9568be36.
2016-06-13 11:08:23 +08:00
armink
cd3b0cfff5 [finsh] Beautify all list object information command. 2016-06-04 11:03:30 +08:00
armink
cbbe5a6edd [finsh] Beautify the list_thread command. 2016-06-02 17:06:41 +08:00
armink
1bd8d0f75e [finsh] Beautify the list_thread command. 2016-06-02 14:29:44 +08:00
Bernard Xiong
838141e89f [finsh] Add echo command for msh. 2016-04-18 13:53:32 +08:00
Bernard Xiong
f0fc48922b [finsh] use the macro definition instead of the const number in the code 2016-03-01 10:56:46 +08:00
hezlog
a1745986e9 Update finsh_token.c
修正finsh不能正确处理"\""和"\x1A"转义;
2016-01-19 12:16:30 +08:00
Bernard Xiong
d2aee25391 Merge pull request #593 from SchumyHao/master
finsh: change no echo mode. cpp: remove RT_USE_LIBC depends
2015-12-02 23:28:05 +08:00
SchumyHao
f1e92c63f2 finsh: check echo_mode before print '\n' when excute msh command
Signed-off-by: SchumyHao <bob-hjl@126.com>
2015-11-13 00:56:50 +08:00
www220@tom.com
86f1d4f19b msh中增加了dns的配置函数 2015-11-04 09:37:38 +08:00
www220@tom.com
c7af45b759 msh中的mkfs命令再携带类型是,解析出错 2015-10-12 15:55:52 +08:00
Bernard Xiong
c2b5cd1e85 [Finsh] fix the '\r' issue in linux telnet. 2015-10-12 10:52:14 +08:00
Bernard Xiong
f4248a95c3 [Finsh] Add script feature for msh. 2015-10-11 15:38:08 +08:00
Bernard Xiong
3dc91bf8ab [finsh] Code cleanup. 2015-09-24 20:58:40 +08:00
Bernard Xiong
353f511cb0 [finsh] fix the '\0' issue when use shell in linux telnet 2015-09-24 03:06:26 +00:00
Bernard Xiong
7dfac0f78e rename .name section to .rodata.name section 2015-09-15 12:11:07 +00:00
heyuanjie87
8f9bda579a 定义Timer设备类 2015-09-06 15:18:15 +08:00
heyuanjie87
c84887d021 加入定时器设备 2015-09-02 22:00:24 +08:00
Bernard Xiong
cb51bdb245 [finsh] fix compiling warning. 2015-09-02 14:05:38 +08:00
Bernard Xiong
1079727afb [finsh] Add .name section for exported cmd and variables. 2015-09-02 12:07:58 +08:00
Bernard Xiong
340a013f53 [finsh] export system symbol 2015-09-02 11:24:41 +08:00
Bernard Xiong
bcb9ab1317 [finsh] Add mkfs command to msh 2015-08-28 15:13:04 +08:00
ardafu
667c03db97 [FINSH] Add macro MSH_CMD_EXPORT_ALIAS 2015-07-31 11:07:54 +08:00
ardafu
084a8dcd0c [finsh] Clear buffer before switching to new shell device 2015-05-22 16:35:01 +08:00
Bernard Xiong
8de629c0b0 [shell] Add FINSH_CMD_SIZE option. 2015-05-18 18:12:17 +08:00
Bernard Xiong
450acd3454 Revert "Add FINSH_CMD_SIZE option."
This reverts commit 326a7d7496eba1231a28c1681671ef0e54b4902f.
2015-05-18 18:08:49 +08:00
Bernard Xiong
326a7d7496 Add FINSH_CMD_SIZE option. 2015-05-18 18:08:24 +08:00
Bernard Xiong
37aa44d4f2 Fix compiling warning. 2015-04-24 11:48:25 +08:00
Grissiom
54f8b19e12 SConscript: fix the --keep parameter for Keil
The old `--keep` parameter for Keil is wrong. RTFM of Keil and get it
right.
2015-04-14 18:22:46 +08:00
bernard
5b1270455d Fix the echo issue in the shell. 2015-03-20 12:44:58 +08:00
bernard
924264b277 Remove list_mod_detail command from msh. 2015-03-20 12:44:02 +08:00
Grissiom
099ada6699 finsh: open the finsh device with RT_DEVICE_FLAG_STREAM 2015-01-04 19:42:58 +08:00
Grissiom
cf692a4ab4 msh: use list_memheap when RT_USING_MEMHEAP_AS_HEAP is enabled
There is no list_mem and only list_memheap when RT_USING_MEMHEAP_AS_HEAP
is enabled.
2014-12-01 18:54:14 +08:00
limxuzheng
4fea46c83c support rx62n 2014-11-12 01:09:43 +08:00
Grissiom
3d584266e5 finsh: allow user to disable the FINSH_USING_HISTORY 2014-10-21 16:01:08 +08:00
Grissiom
4c39f8765a msh: free is only available when HEAP is enabled 2014-10-14 16:07:49 +08:00
Grissiom
23cc390474 msh: check path is non-null in msh_auto_complete_path 2014-10-14 16:07:19 +08:00
bernard
3b5c2e2f9f Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2014-09-11 12:55:18 +08:00
bernard
a8b0fe3f36 [shell] Fix compiling issue when DFS is not enable 2014-09-11 12:47:25 +08:00
weety
12136cfeb1 [finsh] fixed finsh issue. 2014-08-26 23:36:16 +08:00
bernard
02faf9edb8 [Finsh] fix device_open issue when set_device in finsh. 2014-07-20 13:57:49 +08:00
bernard
c45f5a2490 [Drivers] re-write serial framework. 2014-07-18 06:45:54 +08:00