lucasssvaz opened a new pull request, #1698:
URL: https://github.com/apache/nuttx-apps/pull/1698

   ## Summary
   
   Currently, most applications that need to load files duplicate code to 
generate and mount an ROMFS file system.
   This PR aims to provide applications and users an easy way to include files 
in a ROMFS image by providing a ROMLoader application that create an image 
based on what is included in its ```romfs``` folder.
   It also provides other applications the ```ROMLOADER_COPY``` variable to 
automatically add files to the image.
   
   ## Impact
   
   Add an easy way to add files into an ROMFS file system to avoid code 
duplication.
   
   ## Testing
   
   Tested using a modified version of the `bas` and `bastest` applications.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to