Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bsp][ch32v307]添加了适配RT-Thread的ETH驱动 #9073

Closed
wants to merge 3 commits into from

Conversation

IceBear003
Copy link
Contributor

拉取/合并请求描述:(PR description)

为什么提交这份PR (why to submit this PR)

添加了CH32V30系列适配RT-Thread的ETH驱动。
Added ethernet driver for CH32V30 series adapted to RT-Thread.

请提供验证的bsp和config (provide the config and bsp)

  • BSP:

bsp/wch/risc-v/ch32v307v-r1

  • .config:

添加了 drv_eth.h、drv_eth.c 文件;
修改了 rt-thread/bsp/wch/risc-v/Libraries/ch32v30x_libraries/bmsis/include 目录下 ch32v30x_conf.h 文件;
修改了 rt-thread/bsp/wch/risc-v/ch32v307v-r1/board 目录下的 Kconfig 文件;
修改了 rt-thread/bsp/wch/risc-v/Libraries/ch32_drivers 目录下的 SConscript 文件。

  • action:

https://github.com/IceBear003/rt-thread/actions/runs/9592367569

当前拉取/合并请求的状态 Intent for your PR

必须选择一项 Choose one (Mandatory):

  • 本拉取/合并请求是一个草稿版本 This PR is for a code-review and is intended to get feedback
  • 本拉取/合并请求是一个成熟版本 This PR is mature, and ready to be integrated into the repo

代码质量 Code Quality:

我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following:

  • 已经仔细查看过代码改动的对比 Already check the difference between PR and old code
  • 代码风格正确,包括缩进空格,命名及其他风格 Style guide is adhered to, including spacing, naming and other styles
  • 没有垃圾代码,代码尽量精简,不包含#if 0代码,不包含已经被注释了的代码 All redundant code is removed and cleaned up
  • 所有变更均有原因及合理的,并且不会影响到其他软件组件代码或BSP All modifications are justified and not affect other components or BSP
  • 对难懂代码均提供对应的注释 I've commented appropriately where code is tricky
  • 代码是高质量的 Code in this PR is of high quality
  • 已经使用formatting 等源码格式化工具确保格式符合RT-Thread代码规范 This PR complies with RT-Thread code specification

@Rbb666
Copy link
Member

Rbb666 commented Jun 20, 2024

@Yaochenger 请帮忙测试下

@Rbb666 Rbb666 self-requested a review June 20, 2024 06:46
@Rbb666 Rbb666 added the BSP label Jun 20, 2024
@Rbb666
Copy link
Member

Rbb666 commented Jun 24, 2024

@IceBear003 我们试了下发现开了eth编译内存超了,初始化会错误返回,你那边怎么测试的呀,我们同步下环境

@IceBear003
Copy link
Contributor Author

@IceBear003 我们试了下发现开了eth编译内存超了,初始化会错误返回,你那边怎么测试的呀,我们同步下环境

我这边之前写的时候是可以正常初始化,用的是ch32v307VCT6 但是最近比较忙(学校要考试,后面也有一个非常重要的比赛),没有时间精力再进行调试,您要不先关闭该pr,之后我再重新发起?

@mysterywolf
Copy link
Member

好的~

@Rbb666
Copy link
Member

Rbb666 commented Jun 27, 2024

@IceBear003 我们试了下发现开了eth编译内存超了,初始化会错误返回,你那边怎么测试的呀,我们同步下环境

我这边之前写的时候是可以正常初始化,用的是ch32v307VCT6 但是最近比较忙(学校要考试,后面也有一个非常重要的比赛),没有时间精力再进行调试,您要不先关闭该pr,之后我再重新发起?

可以提供个联系方式不,方便后续同步测试下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants