Skip to main content
Graduate II
February 11, 2025
Solved

Converting images and more detailed html/css for use on http server and netconn with LwIP

  • February 11, 2025
  • 2 replies
  • 426 views

Hi everyone, dear.

I have already managed to generate the necessary strings that represent the html pages, but I need to generate more complex pages. In the example that comes with CubeMX, it simulates a file system. How can I convert a small file structure to these headers?

Thanks

    This topic has been closed for replies.
    Best answer by STackPointer64

    Hello @carlosdelfino,

    The tool's name is Makefsdata. You can find it in the following repository, along with instructions on how to use it either in the source file or by running the application without any arguments.

    Best regards,

    2 replies

    Technical Moderator
    November 18, 2025

    Hello @carlosdelfino,

    The tool's name is Makefsdata. You can find it in the following repository, along with instructions on how to use it either in the source file or by running the application without any arguments.

    Best regards,

    Graduate II
    December 6, 2025

    Thank you, sorry for the delay in replying, I was extremely busy.