Commits

Andy Green authored 3c663da99e3
rtos diet: mbedtls: wrapper: delete unused functions Surprisingly -fdata-sections -ffunction-sections does not remove any string literals and __func__ implicit .rodata generated by the removed function's compilation. That means potentially considerable deadweight is in the image even if the function is removed at linktime.