bakerstu / openmrn

OpenMRN (Open Model Railroad Network)
BSD 2-Clause "Simplified" License
57 stars 28 forks source link

CC32xx Remove Redundant Settings Writes #129

Open bakerstu opened 6 years ago

bakerstu commented 6 years ago

Need to scrub the CC32xx Wifi driver to ensure that we are checking for a necessary change before committing a setting to the NWP serial FLASH. The NWP does not check for this, and over the course of a product lifetime, we could wear out the FLASH by writing the same setting over and over again on each boot.

balazsracz commented 6 years ago

Is there a way to check the filesystem dump, maybe with uniflash, to see what files were written between two restarts? I'm wondering how we can ensure we followthe requirement stated in this bug in a black box test. Reviewing the code will only get us so far and costly to repeat before releases.