Skip to main content
Graduate II
December 9, 2025
Question

New Script to Generate File System (FS) with Web Files for LwIP.

  • December 9, 2025
  • 1 reply
  • 59 views

 

Since I use Linux and am accustomed to Python scripts, I decided to create a script that generates file systems with all the contents of a directory.

I was inspired by the work of Jim Pettinato and Simon Goldschmidt, with no difference in the result, only changing the language.

I am also finalizing another script that will be in this same repository that will generate endpoints for RESTful, based on a Swagger file that will describe the endpoints requested by the web page or other application.

If you have any questions or suggestions, please feel free to ask.

These projects are part of my STM32 studies, and I am migrating the tools I use to other processors.

    This topic has been closed for replies.

    1 reply

    December 27, 2025

    @carlosdelfino this sound interesting and super useful! Where are you sharing this? I would like to try out both! 

    PS one of your Youtube channel links is not working.

     

    Graduate II
    December 28, 2025

    Hello

    Here is the repository on GitHub with the code. Any suggestions or adjustments are very welcome: https://github.com/ArvoreDosSaberes/mk-lwip-httpd-fs

    January 2, 2026

    Thank you for sharing!