You can try searching for "CONFIG_NSH_ROMFSETC" and "CONFIG_NSH_CUSTOMROMFS" options in the code tree. I see that currently ESP32-C3 and SIM use it. Also I used the same with custom board and it works pretty well.
нд, 10 вер. 2023 р. о 00:35 Gustavo Soares <gustavo.felipesoa...@hotmail.com> пише: > Do you have any example of how it should be done? > ________________________________ > De: Gregory Nutt <spudan...@gmail.com> > Enviado: sábado, 9 de setembro de 2023 13:51 > Para: dev@nuttx.apache.org <dev@nuttx.apache.org> > Assunto: Re: File transfer > > On 9/9/2023 9:43 AM, Gustavo Soares wrote: > > So I have to create and mount a directory to my HTML file and tranfer it > to this directory? Even if I have the HTML file embedded on compile? > No transfer is necessary. The ROMFS file system can be built into the > code. >