Commit Graph

1950 Commits

Author SHA1 Message Date
YdrMaster 5b4b399f75 update
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-09-05 09:18:51 +08:00
YdrMaster e594a7b96e
Merge pull request #366 from YdrMaster/main
fix: 修复定时 CI 不过的问题
2022-08-19 17:08:56 +08:00
YdrMaster 77062c9a02 fix: 修复定时 CI 不过的问题
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-08-19 16:15:30 +08:00
YdrMaster 110d92264d
Merge pull request #365 from YdrMaster/main
fix: 移除 lfs
2022-08-17 09:17:11 +08:00
YdrMaster 8a0fd10268 fix: 没有默认的 ZBI 了,都用 core-tests
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-08-16 16:03:02 +08:00
YdrMaster 99713908aa fix: donnot cache from github
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-08-16 15:08:09 +08:00
YdrMaster 60829f10c8 fix(ci): 很多地方要 zircon
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-08-16 14:46:00 +08:00
YdrMaster 6598412820 feat: remove prebuilt
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-08-16 14:33:33 +08:00
YdrMaster e472f5867e
Merge pull request #364 from shzhxh/master-szx
uninstall git-lfs
2022-08-16 14:04:45 +08:00
shzhxh 4c43a88033 fs::create_dir_all instead of fs::create_dir in xtask 2022-08-16 10:49:29 +08:00
shzhxh bf6a7b9efb uninstall git-lfs 2022-08-15 16:59:17 +08:00
Luoyuan Xiao 9b52c8230f
Merge pull request #363 from YdrMaster/main
build: update toolchain to 2022-08-05
2022-08-12 13:08:53 +08:00
YdrMaster 22710ee86f build: update toolchain to 2022-08-05
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-08-12 12:15:29 +08:00
Zhenxing dea9b80a2f
Merge pull request #362 from YdrMaster/main
fix(kernel-hal): vdso version string 可能超过 64 字节
2022-08-04 21:15:15 +08:00
YdrMaster 18c883e437 fix(kernel-hal): vdso version string 可能超过 64 字节
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-08-04 11:56:43 +08:00
YdrMaster df265eecf9 Revert "Disable dtb version check to be compatible with more Qemu version"
This reverts commit a60a2801ca.

Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-08-04 11:56:43 +08:00
Zhenxing ba54f4508f
Merge pull request #361 from elliott10/master
Refactor of the socket framework and fix the issue of UDP RTSP packet receiving
2022-08-04 10:50:53 +08:00
Luoyuan Xiao 5f79f5a491 Merge branch 'xly/socket' into main 2022-08-04 09:23:25 +08:00
Luoyuan Xiao 9660bb4107 update socket testcases 2022-08-04 09:21:24 +08:00
YdrMaster 185fc38eb0
Merge pull request #360 from whfuyn/fix-linux-libos-run
fix(xtask): libos模式运行需指定zcore的libos feature
2022-08-03 15:29:07 +08:00
Zhishi ff1b8736f1
fix(xtask): libos模式运行需指定zcore的libos feature 2022-08-03 11:57:56 +08:00
YdrMaster 86b42af106
Merge pull request #359 from YdrMaster/main
更新文档,介绍 zCore 硬件支持情况
2022-08-03 06:33:16 +08:00
YdrMaster b5697cd78d fix: 解决下载不到工具链的问题
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-08-02 13:37:32 +08:00
YdrMaster 5d948f1436 docs: 更新文档,介绍 zCore 硬件支持情况
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-08-02 10:12:43 +08:00
Luoyuan Xiao 4e2eee250c fix when run socket testcases 2022-08-01 20:58:27 +08:00
Luoyuan Xiao 8e40a258a2 cargo fmt&clippy code style 2022-08-01 18:10:15 +08:00
Luoyuan Xiao 796f834167 Add poll() parameter
Test camera module with UDP rtsp
2022-08-01 18:01:55 +08:00
Luoyuan Xiao c6eb067cf0 fix syscall poll 2022-07-29 13:07:04 +08:00
Luoyuan Xiao 0183747570 fix getsocket syscall, and add get_buffer_capacity interface
fix socket deadlock problem in tcp/udp
modified tcp/udp read write functions
2022-07-28 23:45:36 +08:00
Luoyuan Xiao 3464219f9c Binding FileLike trait to Socket trait;
Modified the mut lock of Socket object;
Clean up the socket code in linux process file;
2022-07-28 11:43:36 +08:00
YdrMaster f9959b433d build: update deps
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-27 16:09:57 +08:00
Luoyuan Xiao 3fbbfcea8a implemented FileLike for TCP and UDP 2022-07-26 22:40:04 +08:00
Luoyuan Xiao a60a2801ca Disable dtb version check to be compatible with more Qemu version 2022-07-25 19:01:22 +08:00
Luoyuan Xiao 4b78d0548b Adjust tcp/udp buffer;
Disable CRC check and keep FCS in rtl net driver;
2022-07-25 18:49:10 +08:00
Luoyuan Xiao 7ae38f02a6
Merge pull request #355 from YdrMaster/main
fix: update rboot, lock toolchain at 2022-07-20
2022-07-24 22:57:48 +08:00
YdrMaster 419871ee6f docs: typo
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-24 12:52:23 +08:00
YdrMaster 334ec18fa4 docs: 完成开发者注意事项草案
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-23 19:27:07 +08:00
YdrMaster 79830533e8 fix: 用指针绕过互持弱引用对象的构造问题
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-23 18:44:33 +08:00
YdrMaster 877112308a fix: 整理 deny warnings,更新文档
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-23 18:13:24 +08:00
YdrMaster 09a7e89eab refactor: 移除不稳定特性 drain_filter
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-23 15:44:07 +08:00
YdrMaster fe04d2d8ed refactor: 移除不稳定特性 get_mut_unchecked
docs: 撰写开发者注意事项(草案)
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-23 15:41:36 +08:00
YdrMaster da653a63c7 fix & cleanup & todo:
remove unnecessary unstable features and global allowings

Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-23 10:24:18 +08:00
YdrMaster 522032eef5 fix & cleanup & todo:
remove unnecessary unstable features and global allowings

Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-23 10:13:36 +08:00
YdrMaster 44cbbbe72e fix & cleanup & todo:
remove unnecessary unstable features and global allowings

Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-23 10:00:17 +08:00
YdrMaster 00b07def45 fix & cleanup & todo:
remove unnecessary unstable features and global allowings

Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-23 09:47:16 +08:00
YdrMaster 65aa04464b fix & cleanup & todo:
remove unnecessary unstable features and global allowings

Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-23 08:00:05 +08:00
YdrMaster 289c4ed0b9 build: reset rboot to rcore-os
fix: update sbi-rt
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-22 17:41:42 +08:00
YdrMaster cba5f1d46c fix: update rboot, lock toolchain at 2022-07-20
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-22 17:28:13 +08:00
YdrMaster 35969e2d64 fix(d1): 在老式串口助手上换行
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-07-21 16:39:13 +08:00
Zhenxing 757c63d96d
Merge pull request #353 from YdrMaster/main
feat(xtask): 提供方便的命令生成系统镜像
2022-07-21 10:00:42 +08:00