We are using nrf52 SDK on nrf52832 and we want to have the option of updating the firmware.
Since we know the size of the expected image will be greater then we currently have, we would like to do the DFU update with a compressed image, giving us more space for the firmware.
Is there any known implementation of decompression, for example LZ4 format, for the DFU bootloader ?
Or any other way to be able to preserve less space for the image for update ?