86 Commits

Author SHA1 Message Date
马志远
782c288db6 Repair that the tab key on msh do not work. 2021-08-25 09:31:35 +08:00
马志远
221da7f464 Remove C Style Command Shell 2021-08-23 17:30:05 +08:00
Man, Jianting (Meco)
3e6578916f
Merge branch 'master' into security 2021-08-17 16:56:10 -05:00
Meco Man
9479183e12 [kernel][device] 修复PR #4941 导致的编译警告 2021-08-17 06:51:27 -04:00
fenghuijie
c77ddf442a list-thread命令针对多核添加bind core显示 2021-07-03 16:35:33 +08:00
Meco Jianting Man
7ab3b4dedc
移除cmd.c首行空白行 2021-05-21 10:09:26 +08:00
Meco Man
37a9231e62 [kernel][devices] add security devices 2021-03-19 13:26:12 +08:00
Meco Man
3c05a4e719 [compoenets] auto & manual formatted 2021-03-08 18:19:04 +08:00
WangQiang
502378cf93 1. 抽象了PHY的设备模型,在components中增加了PHY设备的相关代码以及KCONFIG配置和SConscript脚本
2. 在IMXRT的Libraries中增加了peripherals目录,用于具体型号的设备驱动相关的代码的实现,不应与MCU的平台相关,实现PHY的设备对象中的相关接口。
3. 修改了BSP中的Sconstruct文件,增加了peripherals目录的构建
4. 修改了KEIL环境的SCT文件,用于实现以太网功能
2020-10-12 19:17:00 +08:00
jch12138
c0a4da7c5b 添加static前缀,防止与用户自定函数冲突 2020-05-28 20:57:43 +08:00
jch12138
ebfba4974c add clear 2020-04-07 20:19:33 +08:00
chenyong
df07cccccc [components][finsh] fix compile error when the symbol table feature closed 2019-11-11 10:36:49 +08:00
Bernard Xiong
ae7a33c27c
Merge pull request #3077 from jesven/fix_mempool
修正rt_mp_free有可能唤醒一个错误任务指针的问题
2019-09-17 14:11:14 +08:00
shaojinchun
770cc2ffeb 修改mempool使用rt_list_for_each宏进行遍历 2019-09-17 11:02:34 +08:00
shaojinchun
ae1fdc70f0 修正rt_mp_free有可能唤醒一个错误任务指针的问题 2019-09-16 16:55:40 +08:00
tyustli
89b90592ee add touch framework 2019-06-12 09:38:32 +08:00
guozhanxin
64813b6b07 add first version 2019-02-12 14:09:34 +08:00
Bernard Xiong
c2a85453b3 [finsh] Add RUNNING stat in thread 2019-01-13 14:22:13 +08:00
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
efe4523132 [Kernel] move module tolibc/libdl. 2018-08-30 20:27:45 +08:00
Bernard Xiong
682da9b249 [Kernel] Remove object container in module feature. 2018-06-10 17:56:02 +08:00
armink
76474b3e9d [Components][Finsh] Fix list object name align issue. 2018-03-13 13:27:37 +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
Bernard Xiong
a3d96ed555 Use rt_object_get_information to get object chain 2017-12-12 07:38:02 +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
95ab8c02aa [finsh] Use standard uint type for data type.
Use uint8_t/uint32_t etc to replace u_char/u_long etc;
Use getchar for shell input.
2017-10-10 14:27:34 +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
f4248a95c3 [Finsh] Add script feature for msh. 2015-10-11 15:38:08 +08:00
heyuanjie87
8f9bda579a 定义Timer设备类 2015-09-06 15:18:15 +08:00
heyuanjie87
c84887d021 加入定时器设备 2015-09-02 22:00:24 +08:00
bernard
924264b277 Remove list_mod_detail command from msh. 2015-03-20 12:44:02 +08:00
Grissiom
aca8f8eb2d shell: print the ref count in list_device 2014-06-18 11:18:43 +08:00
bernard
444b928d22 Add more command to msh for module. 2014-03-12 08:47:10 +08:00
Bernard Xiong
abdcd80dcd [Finsh] Add more command in msh 2014-01-05 14:57:58 +08:00