Hi,
I have a project with the SMP enabled to do BLE OTA updates. The SMP is working well and I can upload firmware from a mobile app etc. The question I have is around the minimum configuration and flash usage. Part of the SMP is the filesystem and the stats blocks which are all enabled as part of the configuration in the example. When these are all enabled the flash usage suddenly jumps up as I am guessing it includes a whole load of modules to work. If i only want the firmware update part of the SMP is it possible to change the configuration to just do this? For example can i set CONFIG_STATS=n instead of yes if I do not want the stats?
Below is my current configuration for the SMP: