vrahane commented on PR #3168:
URL: https://github.com/apache/mynewt-core/pull/3168#issuecomment-2033312706

   @andrzej-kaczmarek  I did try this out, keeping the same log version works 
fine with upgrades but downgrades do not work as the header now has an extra 
field which the old firmware does not know about which is fine in a way.  I am 
thinking of adding the num_entries field after the log entry body, that way 
downgrades will work fine as well. Another option which we spoke about 
internally was to read the logs at bootup and populate number of entries and 
keep incrementing in RAM which is doable but then there are corner cases to 
worry about. What are your thoughts on it ?


-- 
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