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

Make CMSIS pack downloading feature optional #216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

huming2207
Copy link

Hi there,

I've added a Cargo feature flag to make the CMSIS pack downloading feature optional. But of course I left it enabled by default.

The reason why is because I'm making the next version of my offline firmware programmer tool. I would like to port this library to run it on WebAssembly environment for browser or even port it to ESP32. There are some platforms like these xtensa-esp32 or wasm32-unknown don't (fully) support for networking and async runtime like Tokio, or they may have binary size constraints. Therefore in order to let this library fits in this scenario, I would like to add in this feature.

Regards,
Jackson Hu

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

Successfully merging this pull request may close these issues.

1 participant