Part Number: TM4C1294NCZAD
I am working on a project that may need to add functionality to unzip a compressed file received from server via ethernet or WiFi.
According to a thread that is 7 years old from now, says that there are no libraries available from TI to compress/decompress a file.
So My question is that in order to unzip files is there any support have been added over the years in TI-RTOS or in any other TI API/Library to unzip a compressed file?
And if we want to implement such functions on our own using standard C can they be implemented considering the hardware (TM4C1294NCZAD) we are using or there could be any limitations?
Regards,