RT-Thread / rtthread-nano

nano version of RT-Thread
Apache License 2.0
171 stars 88 forks source link

// 添加 软核 picorv32 支持 #4

Open flyfishR opened 4 years ago

flyfishR commented 4 years ago

1、目前的问题,使用cmake 构建工程后,需要修改产生的 link.txt 文件 删除 -rdynamic 选项 (目录为 CMakeFiles/RISC_V.elf.dir/link.txt)

wuhanstudio commented 3 years ago

感谢你的移植,我最近在你的基础上修改了一些: https://github.com/wuhanstudio/rtthread-nano

并且总结了一下在 Picorv32 RISC-V 软核上运行 RT-Thread: https://github.com/wuhanstudio/picorv32_tang

flyfishR commented 3 years ago

很高兴收到您的邮件,最近刚刚换工作,没有注意到邮件的消息,表示非常抱歉。之前finsh支持我在本地有尝试过,但并未上传,之前实际测试中内存管理和finsh 一直不能在FPGA上共存使用,我这边就没有上传源码。 目前的代码就只是单独做了打印, 很高兴您能为它添加一些新的功能,还有文件结构修改的很不错

在 2020-11-26 06:22:58,"Wu Han" notifications@github.com 写道:

感谢你的移植 我最近在你的基础上修改了一些: https://github.com/wuhanstudio/rtthread-nano

修复 CMake 的 -rdynamic 编译 bug 实现 rt_console_getchar() 并添加 finsh 组件 修改文件结构为 RTT bsp 的结构

并且总结了一下在 Picorv32 RISC-V 软核上运行 RT-Thread: https://github.com/wuhanstudio/picorv32_tang

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

wuhanstudio commented 3 years ago

很高兴收到您的邮件,最近刚刚换工作,没有注意到邮件的消息,表示非常抱歉。之前finsh支持我在本地有尝试过,但并未上传,之前实际测试中内存管理和finsh 一直不能在FPGA上共存使用,我这边就没有上传源码。 目前的代码就只是单独做了打印, 很高兴您能为它添加一些新的功能,还有文件结构修改的很不错 在 2020-11-26 06:22:58,"Wu Han" notifications@github.com 写道: 感谢你的移植 我最近在你的基础上修改了一些: https://github.com/wuhanstudio/rtthread-nano 修复 CMake 的 -rdynamic 编译 bug 实现 rt_console_getchar() 并添加 finsh 组件 修改文件结构为 RTT bsp 的结构 并且总结了一下在 Picorv32 RISC-V 软核上运行 RT-Thread: https://github.com/wuhanstudio/picorv32_tang — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

没事没事,开源就是一起改进嘛,其实我是直接在 github 上 rtthread-nano 的 PR里回复的,看样子自动发送邮件通知了 ;)

https://github.com/RT-Thread/rtthread-nano/pull/4

mysterywolf commented 2 years ago

你好 这个pr能否直接提交到rt-thread主仓库上:https://github.com/RT-Thread/rt-thread

flyfishR commented 2 years ago

可以

在 2021-11-10 09:12:21,"Jianting (Meco) Man" @.***> 写道:

你好 这个pr能否直接提交到rt-thread主仓库上:https://github.com/RT-Thread/rt-thread

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.