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

lwIP support #209

Open
robamu opened this issue Jun 11, 2021 · 1 comment · May be fixed by #263
Open

lwIP support #209

robamu opened this issue Jun 11, 2021 · 1 comment · May be fixed by #263

Comments

@robamu
Copy link
Contributor

robamu commented Jun 11, 2021

lwIP is supplied as part of some Cube repositories, e.g. for the H7. I think it would be a nice feature if one could use the lwIP contained inside that repository or in a separate cloned repository as link it as STM32::LWIP . The only file lwIP requires to be compiled as a separate static library is the lwipopts.h file. There are some example applications which provide this file, but the first solution might be to expect the user to supply this file.

@robamu
Copy link
Contributor Author

robamu commented Jun 18, 2021

Implemented and merged in us-irs#18 . However, it requires CMSIS RTOS provided by #189 , which has not been merged here yet. An example would be nice, I only tested that it compiles for various library combinations, but some example files provided by STM are licensed under a different license and I am not sure whether those files can be replaced here. Another solution would be to copy them from the Cube repository during the build process..

@atsju atsju linked a pull request Aug 9, 2021 that will close this issue
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 a pull request may close this issue.

1 participant