Bernard Xiong
|
bd44c1e590
|
Merge pull request #4970 from cndabai/master
Remove C Style Command Shell
|
2021-08-25 19:03:52 +08:00 |
guozhanxin
|
fe4bec08a5
|
【ci】添加 timer、irq 测试
|
2021-08-24 17:20:12 +08:00 |
guozhanxin
|
0ab5affee9
|
【utestcase】修复 timer_tc.c 延时函数使用错误的问题
|
2021-08-24 17:07:46 +08:00 |
tyustli
|
e24e625c5d
|
【修改】删除代码中的多余空格
|
2021-08-23 18:45:18 +08:00 |
马志远
|
221da7f464
|
Remove C Style Command Shell
|
2021-08-23 17:30:05 +08:00 |
tyustli
|
0596a98c80
|
[add]kernel timer testcase
|
2021-08-23 12:37:54 +08:00 |
supperthomas
|
b4a46f8bbe
|
add the interrupt disable
|
2021-08-19 21:47:19 +08:00 |
supperthomas
|
39353f5c14
|
fix the space
|
2021-08-19 20:49:12 +08:00 |
supperthomas
|
210ff3c9df
|
fix the space
|
2021-08-19 20:49:12 +08:00 |
supperthomas
|
c8d73a76ce
|
add the utest of irq
|
2021-08-19 20:49:08 +08:00 |
liukangcc
|
f8c12d0f21
|
[add] event test case.
|
2021-08-19 08:50:14 +08:00 |
Bernard Xiong
|
33a50d0eb0
|
Merge pull request #4939 from luckyzjq/semaphore_test
[add] add semaphore testcase src code and Kconfig
|
2021-08-16 00:06:50 +08:00 |
guozhanxin
|
5074c86dce
|
[ci][autotest] add ipc.conf
|
2021-08-15 16:17:15 +08:00 |
Bernard Xiong
|
9cbb6a741c
|
Merge pull request #4931 from ShermanShao/master
[components]rt-link v0.2.0 新特性:
|
2021-08-12 23:14:39 +08:00 |
tyustli
|
8d1f0758d6
|
[add] semaphore testcase ci config
|
2021-08-12 19:48:27 +08:00 |
Sherman
|
491524cb96
|
[components]rt-link v0.2.0 新特性:
1. service 通道增加【连接状态】属性
2. service 通道增加发送消息质量配置,ACK、CRC 可配置开关;
3. 发送接口支持阻塞、非阻塞两种发送方式;
4. 已对接到 device 框架,支持 rt_device 接口操作
5. 已对接到 DFS 框架,支持 POSIX 接口操作
6. 移除 hw_port 目录,改为软件包方式添加 hw_port
7. 修复已知 BUG
|
2021-08-12 18:10:49 +08:00 |
tyustli
|
141e6a03e9
|
[add] add semaphore testcase src code and Kconfig
|
2021-08-12 11:43:15 +08:00 |
Meco Man
|
98c72007d2
|
[example] replace RT_IPC_FLAG_FIFO with RT_IPC_FLAG_PRIO
|
2021-07-18 12:52:04 +08:00 |
guozhanxin
|
3bc6d7c414
|
[utestcase] 完善测试用例集合的 README
|
2021-07-08 13:39:56 +08:00 |
DavidLin1577
|
e0b00b21f5
|
[examples/test]update rtc_test.c
|
2021-07-06 18:03:15 +08:00 |
Bernard Xiong
|
2341ba037b
|
Merge pull request #4809 from KyleChenjh/serial_v2_tc
[testcase] 增加serial_v2的测试用例
|
2021-06-24 21:29:13 +08:00 |
chenjh
|
312753686b
|
[testcase] 增加serial_v2的测试用例
|
2021-06-23 11:04:36 +08:00 |
guozhanxin
|
cc5fa682cd
|
[ci] Simplified configuration files.
|
2021-06-18 19:43:57 +08:00 |
Henson
|
89717a4546
|
[ci] add riscv64 autotest.
|
2021-06-17 21:50:46 +08:00 |
guo
|
b516cbd2ae
|
Merge pull request #4790 from mysterywolf/errno
[master][rtlibc] remove libc_errno.h & libc_limits.h
|
2021-06-13 09:36:29 +08:00 |
Meco Man
|
a3b1caf952
|
[example] 解决潜在内存泄漏问题
重新解决冲突,源自:https://gitee.com/rtthread/rt-thread/pulls/48/files
|
2021-06-12 16:11:57 +08:00 |
guozhanxin
|
4d213254c3
|
[ci] add kernel/mem testcase.
|
2021-06-03 15:08:31 +08:00 |
guozhanxin
|
2c119a5c48
|
add memheap testcase for ac6 Oz optimization.
|
2021-06-03 15:00:13 +08:00 |
zhouji
|
3350b0ba4e
|
[update] 整理cortex-a kconfig菜单,并更新相关BSP的配置。
|
2021-05-27 17:44:44 +08:00 |
Meco Man
|
a5f7635f31
|
remove libc_errno.h & libc_limits.h
|
2021-05-22 02:50:35 +08:00 |
Sherman
|
ce0c36422c
|
[fix] 修改格式错误
|
2021-05-15 17:21:05 +08:00 |
Sherman
|
21f9e56253
|
[add] add new component: rt-link
|
2021-05-15 16:52:49 +08:00 |
zhouji
|
1523e4680d
|
[add] 添加gicv3中断控制器代码,更新menuconfig配置选项与utest的config.h
|
2021-05-14 16:08:31 +08:00 |
guozhanxin
|
5767c2e0f4
|
【完善】SConscript 脚本文件
|
2021-05-12 09:50:40 +08:00 |
guozhanxin
|
e3ee4f2846
|
[更新]补充文档链接
|
2021-05-11 18:45:43 +08:00 |
guozhanxin
|
7d57170a68
|
【更新】README.md
|
2021-05-11 09:23:11 +08:00 |
guozhanxin
|
3906f3b948
|
[add] auto test ci.
|
2021-05-10 20:34:35 +08:00 |
Meco Man
|
f0cc3e861a
|
[example] 对版权信息进行人工扫描并添加确实的版权信息
|
2021-03-08 07:19:27 +08:00 |
Meco Man
|
08af426f01
|
[example] 格式化整理
|
2021-03-07 08:34:04 +08:00 |
tmmdh
|
9db4d44638
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
|
2021-01-20 18:45:20 +08:00 |
David Lin
|
037ef1f51f
|
Update net_test.c
clear the server_addr.sin_zero to '0'.
|
2021-01-05 18:32:25 +08:00 |
yangjie
|
ef62febf1f
|
[SConscript]update group name
|
2020-12-19 16:49:11 +08:00 |
yangjie11
|
ba83ddc3c4
|
[SConscript] change libcpu to LIBARCH,and correcte letter case
|
2020-11-30 15:52:43 +08:00 |
yangjie11
|
91261e25b9
|
[SConscript]rename group name
|
2020-11-20 13:38:11 +08:00 |
tmmdh
|
55c0a9f279
|
fix the conflicting file.
|
2020-10-25 11:54:06 +08:00 |
Bernard Xiong
|
e6743e8c47
|
Merge pull request #3959 from DavidLin1577/patch-6
Update net_test.c
|
2020-10-18 14:19:57 +08:00 |
Bernard Xiong
|
fe66001bd9
|
Merge pull request #3969 from DavidLin1577/patch-12
Update listdir.c
|
2020-10-18 14:10:09 +08:00 |
David Lin
|
adc5dab5b2
|
Update listdir.c
1.close dir before return;
2.fixed indentation.
|
2020-10-17 11:53:11 +08:00 |
David Lin
|
b0591443e3
|
Update writespeed.c
Fixed indentation
|
2020-10-17 11:26:27 +08:00 |
David Lin
|
6e6dfb0003
|
Update net_test.c
Fixed pointer check, indentation
|
2020-10-17 10:52:29 +08:00 |