shaojinchun
|
fdfc7e541a
|
修正rt_object_get_information参数类型不匹配警告
|
2018-12-27 17:48:38 +08:00 |
shaojinchun
|
ed9a558da9
|
list_*时,提供对第一层object的原子保护
|
2018-12-27 16:31:22 +08:00 |
shaojinchun
|
3f79a78393
|
修正list_thread关中断时间过长的问题
|
2018-12-26 11:51:35 +08:00 |
zhaohengbo
|
afcd8b4521
|
fix some bug when stack grows upward
|
2018-12-15 11:20:24 +08:00 |
shaojinchun
|
fc6bc1ad39
|
Add smp support to RT-Thread 4.0
|
2018-11-22 18:16:47 +08:00 |
Bernard Xiong
|
46dae3f35f
|
Merge branch 'master' into dev-4.0.x
|
2018-11-20 23:13:45 +08:00 |
Bernard Xiong
|
00a655ac1c
|
[Kernel] Add ARCH_CPU_STACK_GROWS_UPWARD option
|
2018-11-11 15:56:02 +08:00 |
chenchaoqun@rt-thread.com
|
931cdb1f6f
|
[finsh/shell] compatible definition for cube package
|
2018-11-07 14:31:32 +08:00 |
Bernard Xiong
|
484afe9d2c
|
[Kernel] Add 64bit CPU support.
|
2018-10-26 06:35:42 +08:00 |
Bernard Xiong
|
9064b28c2a
|
[license] Change license to Apache.
|
2018-10-14 19:28:18 +08:00 |
Bernard Xiong
|
b98a0ba804
|
[Kernel] Add ARMCC 6.x support.
|
2018-09-23 12:08:44 +08:00 |
Bernard Xiong
|
ba5c1bea44
|
[dlmodule] Add cache ops in dlmodule.
|
2018-09-01 11:00:42 +08:00 |
Bernard Xiong
|
07ec7e686d
|
Merge pull request #1754 from liangyongxiang/rt-used
add RT_USED to component init and finsh shell
|
2018-08-31 18:41:44 +08:00 |
liang yongxiang
|
7c0c1c1b4a
|
[finsh] add RT_USED to macro FINSH_FUNCTION_EXPORT_CMD and FINSH_VAR_EXPORT
|
2018-08-31 15:02:01 +08:00 |
Bernard Xiong
|
efe4523132
|
[Kernel] move module tolibc/libdl.
|
2018-08-30 20:27:45 +08:00 |
Bernard Xiong
|
b9255c20d2
|
[finsh] Remove chdir feature in msh
|
2018-07-26 17:09:39 +08:00 |
armink
|
4c92650fde
|
[components][finsh] Fix shell re-initialization check code to supported C89.
|
2018-07-17 12:52:02 +08:00 |
Bernard Xiong
|
39998e4d89
|
Merge pull request #1602 from aozima/re_initial_dev
add re-initial check.
|
2018-07-04 07:15:45 +08:00 |
Bernard Xiong
|
33fb280140
|
Merge pull request #1601 from aozima/shell_dev
update shell prompt.
|
2018-07-04 07:15:03 +08:00 |
Bernard Xiong
|
eb821ae031
|
Merge pull request #1598 from heyuanjie87/lwp
[msh]执行小程序
|
2018-07-02 21:03:58 +08:00 |
aozima
|
efada8768e
|
[shell] set prompt mode is default enable.
|
2018-07-02 19:46:37 +08:00 |
aozima
|
4f1112f838
|
[shell] add finsh_set_prompt().
|
2018-07-02 16:23:00 +08:00 |
aozima
|
85e732ddaf
|
[shell] add finsh_get/set_prompt_mode.
|
2018-07-02 15:12:17 +08:00 |
heyuanjie
|
409e7fca0a
|
[msh]执行小程序
|
2018-07-02 13:47:47 +08:00 |
aozima
|
e49a29f2dc
|
[shell] add re-initial check.
|
2018-07-02 09:56:12 +08:00 |
MurphyZhao
|
6856a8b5e6
|
[finsh] update netstat
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2018-07-02 09:32:52 +08:00 |
Bernard Xiong
|
564df04da1
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
|
2018-06-10 18:01:15 +08:00 |
Bernard Xiong
|
682da9b249
|
[Kernel] Remove object container in module feature.
|
2018-06-10 17:56:02 +08:00 |
tangyuxin
|
6bb00aa88b
|
[components][finsh]msh最大参数个数可配置
|
2018-06-07 11:55:54 +08:00 |
aozima
|
e5f6996507
|
[lwip] update netstat: add list_udps.
|
2018-05-25 22:30:14 +08:00 |
armink
|
72ec60aaa3
|
[components][finsh] Finsh thread using heap when RT_USING_HEAP is defined.
|
2018-04-23 13:28:44 +08:00 |
liang yongxiang
|
cc81b47be2
|
[components] fixed signed/unsigned mismatch warning
|
2018-04-09 12:05:51 +08:00 |
moebius.ever
|
22bcdd4bdb
|
[finsh] change comment "Disable the command echo mode or not in default" to "Disable the echo mode in default"
|
2018-03-23 17:20:17 +08:00 |
moebius.ever
|
61946325ee
|
[finsh] add FINSH_ECHO_DISABLE_DEFAULT and remove FINSH_ECHO_MODE_DEFAULT, to control the finsh default echo mode
|
2018-03-16 16:26:22 +08:00 |
moebius.ever
|
48ecbd3999
|
[finsh] add FINSH_ECHO_MODE_DEFAULT, to config the default echo mode of finsh
|
2018-03-15 12:13:40 +08:00 |
moebius.ever
|
336c946b84
|
[finsh] add FINSH_ENABLE_ECHO macro to config the finsh needs echo or not and fix the bsp compile error
|
2018-03-15 10:50:00 +08:00 |
moebius.ever
|
5444c90ecf
|
[finsh] add FINSH_ENABLE_ECHO macro to config the finsh needs echo or not
|
2018-03-15 10:12:17 +08:00 |
armink
|
76474b3e9d
|
[Components][Finsh] Fix list object name align issue.
|
2018-03-13 13:27:37 +08:00 |
Bernard Xiong
|
7f1db36f39
|
[finsh] fix the compiling warning for [-Wmisleading-indentation]
|
2018-03-04 12:16:52 +08:00 |
Bernard Xiong
|
f9a7ba050a
|
[finsh] convert tab to space and split export API to finsh_api.h
|
2018-03-01 21:01:20 +08:00 |
armink
|
013e5bd411
|
[Components][Finsh] Add shell getchar received error process.
|
2018-02-23 15:24:27 +08:00 |
liu2guang
|
a672a9e52a
|
[Finsh] 修复menuconfig中finsh历史命令无法关闭错误, 并将finsh未导出配置导出menuconfig.
|
2018-01-16 21:45:20 +08:00 |
armink
|
cfd82c260d
|
[Finsh] Add finsh thread name macro.
|
2018-01-12 17:22:14 +08:00 |
bernard
|
872975b0ab
|
[DFS] add df cmd in msh and provide better display.
re-write for #1138
|
2017-12-31 10:46:24 +08:00 |
Bernard Xiong
|
a3d96ed555
|
Use rt_object_get_information to get object chain
|
2017-12-12 07:38:02 +08:00 |
Bernard Xiong
|
7bc87e4ae8
|
[Kconfig] Rename all of KConfig files to 'Kconfig'
|
2017-11-30 20:12:53 +08:00 |
armink
|
82b7ecda06
|
[Finsh] Fix an auto complete history bug when current line is contained in last cmd.
|
2017-11-01 10:25:17 +08:00 |
armink
|
d3ac388846
|
[rtservice] Add `rt_list_len` and `rt_slist_len` to rtservice.h .
|
2017-10-19 09:28:17 +08:00 |
bernard
|
d118852314
|
[finsh] code cleanup and use RT_USING_POSIX to replace RT_USING_POSIX_STDIN.
|
2017-10-17 22:28:05 +08:00 |
bernard
|
8a38307e2c
|
[libc] Add RT_USING_POSIX macro.
1. Add macro check in rtdebug.h;
2. Use RT_USING_POSIX for poll/select, stdin etc.
3. Split dfs_posix.h to dfs_posix.h, dfs_poll.h and dfs_select.h;
|
2017-10-17 22:27:06 +08:00 |