Code Monkey home page Code Monkey logo

Comments (21)

windowsair avatar windowsair commented on July 20, 2024

@Zy19930907 :
感谢您提起这个。
目前IO资源比较紧张,短时间内没有加入SWO的计划。

Thanks for raising this.
Currently IO resources are limited and there are no plans to join SWO anytime soon.

from wireless-esp8266-dap.

windowsair avatar windowsair commented on July 20, 2024

不过我们仍然可以通过IO复用的方式实现这一点。目前正在准备发布一个新版本,在这个版本完成之后,应该可以考虑加入SWO. 😂

But we can still achieve this by IO reuse. A new release is being prepared, and after this version is completed, we should be able to consider adding SWO. 😂

from wireless-esp8266-dap.

Zy19930907 avatar Zy19930907 commented on July 20, 2024

from wireless-esp8266-dap.

windowsair avatar windowsair commented on July 20, 2024

有的,我们是有这个打算。您已经移植完毕了吗?进展如何呢😊

Yes, we do intend to do that. Have you finished porting yet? How is it going?😊

from wireless-esp8266-dap.

Zy19930907 avatar Zy19930907 commented on July 20, 2024

from wireless-esp8266-dap.

Yecgaa1 avatar Yecgaa1 commented on July 20, 2024

目前移植到esp32,Arduino工程,swd调试正常,我本来是想发给您的,有用的话可以参考一下,但是好像您的github邮箱拒收了,工程17M,您可以提供一个其他的邮箱我发给您吗?

------------------ 原始邮件 ------------------ 发件人: "windowsair/wireless-esp8266-dap" <[email protected]>; 发送时间: 2021年2月14日(星期天) 中午1:30 收件人: "windowsair/wireless-esp8266-dap"<[email protected]>; 抄送: "351389258"<[email protected]>;"Mention"<[email protected]>; 主题: Re: [windowsair/wireless-esp8266-dap] swo串口 (#11) 有的,我们是有这个打算。您已经移植完毕了吗?进展如何呢😊 Yes, we do intend to do that. Have you finished porting yet? How is it going?😊 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

我看到您对这个仓库的分支https://github.com/Zy19930907/wireless-esp8266-dap,请问您这个仓库是您已经成功移植到Esp32了吗

from wireless-esp8266-dap.

windowsair avatar windowsair commented on July 20, 2024

Hi,@Yecgaa1

感谢您的关注,我已经和这位作者联系上了,他的工程暂时还未发布。

本项目的移植工作也正在进行中,可能不久之后发布。

from wireless-esp8266-dap.

Yecgaa1 avatar Yecgaa1 commented on July 20, 2024

好的,我非常期待这个移植可以突破由于tcp传输速度瓶颈所导致的性能瓶颈

from wireless-esp8266-dap.

windowsair avatar windowsair commented on July 20, 2024

好的,我非常期待这个移植可以突破由于tcp传输速度瓶颈所导致的性能瓶颈

@Yecgaa1 关于稳定性和性能请查看这个线程: #4

esp32带来的性能提升可能感知不强。。。

from wireless-esp8266-dap.

Yecgaa1 avatar Yecgaa1 commented on July 20, 2024

好的,我非常期待这个移植可以突破由于tcp传输速度瓶颈所导致的性能瓶颈

@Yecgaa1 关于稳定性和性能请查看这个线程: #4

esp32带来的性能提升可能感知不强。。。

我看到了你最新的测试成果
或许你可以尝试做一下发送器,或许可以绕过usbip的限制。虽然我可以猜到这其中的难度
当然,我仍然期待esp32可以带来一定提升,当然这需要看测试结果

from wireless-esp8266-dap.

Yecgaa1 avatar Yecgaa1 commented on July 20, 2024

同时对esp32的适配也有利于swo的加入

from wireless-esp8266-dap.

kaide6 avatar kaide6 commented on July 20, 2024

现在还没有串口,编译好的版本可以看看release页面里的https://github.com/windowsair/wireless-esp8266-dap/releases

大佬可以把串口加上吗?

大佬,烧录成功了吗,我现在连原文件还没编译成功,可以发一份,编译好的文件给我吗

from wireless-esp8266-dap.

windowsair avatar windowsair commented on July 20, 2024

现在还没有串口,编译好的版本可以看看release页面里的https://github.com/windowsair/wireless-esp8266-dap/releases

大佬可以把串口加上吗?

大佬,烧录成功了吗,我现在连原文件还没编译成功,可以发一份,编译好的文件给我吗

现在还没有串口,编译好的版本可以看看release页面里的https://github.com/windowsair/wireless-esp8266-dap/releases

from wireless-esp8266-dap.

kaide6 avatar kaide6 commented on July 20, 2024

现在还没有串口,编译好的版本可以看看release页面里的https://github.com/windowsair/wireless-esp8266-dap/releases

大佬可以把串口加上吗?

大佬,烧录成功了吗,我现在连原文件还没编译成功,可以发一份,编译好的文件给我吗

现在还没有串口,编译好的版本可以看看release页面里的https://github.com/windowsair/wireless-esp8266-dap/releases

好的感谢,刚开始接触,是在download中选择bootloadder.bin和
esp8266dap_app.bin就可以了吗
image

from wireless-esp8266-dap.

windowsair avatar windowsair commented on July 20, 2024

@kaide6 用full的,从0x00开始烧录

from wireless-esp8266-dap.

windowsair avatar windowsair commented on July 20, 2024

@kaide6 可以参考下这个
image

from wireless-esp8266-dap.

kaide6 avatar kaide6 commented on July 20, 2024

@kaide6 可以参考下这个
image
是这样吗?
image

from wireless-esp8266-dap.

windowsair avatar windowsair commented on July 20, 2024

@kaide6 上面的没问题,下面的flash size和spi选项需要根据板子来选

from wireless-esp8266-dap.

kaide6 avatar kaide6 commented on July 20, 2024

有群或者B站号吗?

from wireless-esp8266-dap.

windowsair avatar windowsair commented on July 20, 2024

有群或者B站号吗?

没有,可以在github上问,建议新开个issue,或者在discussion里讨论

from wireless-esp8266-dap.

windowsair avatar windowsair commented on July 20, 2024

朋友们好,暂时不考虑加入SWO功能了。不过有加入其他形式串口的打算, 我们在 #21 中进行详细讨论。

Hi all, SWO feature will not be added in the future. But a lightweight uart bridge is possible. See: #21

from wireless-esp8266-dap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.