raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.67k stars 913 forks source link

Add tool for lwip httpd server #1600

Closed peterharperuk closed 8 months ago

peterharperuk commented 9 months ago

It would be helpful to be able to use the lwip httpd server, but it generates the content using a tool written in C. This is problematic as it requires a native compiler to build the tools.

Add a python tool to generate the httpd content and a cmake function to make use of it.