kasjer opened a new pull request, #3148:
URL: https://github.com/apache/mynewt-core/pull/3148

   For now msc_fat_view provided several FAT root entries that could be enabled 
in syscfg.
   
   There is function to add new root dir entries msc_fat_view_add_dir_entry(), 
however even if user added custom entry it would not show up since all entries 
were refreshed when during test_unit_ready by call to init_disk_data that 
silently dropped non standard entries and created root from scratch.
   
   Now root population is divided in to two functions. init_disk_data() that 
provides standard enties is called when packaged is initiated and 
update_disk_data() is called when actual sectors for host are generated and 
this function includes user provided entries.
   
   With this change core dump entries have to be initiated after 
msc_fat_view_pkg_init and any time before tinyusb_start


-- 
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...@mynewt.apache.org

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

Reply via email to