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

Provide source code of all libraries instead of providing a static linked library #47

Closed
luojia65 opened this issue Aug 19, 2022 · 2 comments

Comments

@luojia65
Copy link

By now if we need to look into what this library includes, we have to do reverse engineering works. By providing source code (or write a clean room one without reading its original source) we can get this library bottom-up in Rust compiler only without tampering with the toolchains.

@MabezDev
Copy link
Member

Unfortunately for the time being this is fairly unlikely to happen. To be honest, I'm not aware of any open source WiFi stack, this is just the way it is currently. You can follow espressif/esp32-wifi-lib#2 for more updates. In general we try and move everything we possibly can out of the blobs that don't have to be there.

@jessebraham jessebraham moved this to Todo in esp-rs Sep 9, 2022
@MabezDev
Copy link
Member

Closing, please follow the upstream issue.

@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants