Make optional (compile time configurable) the logging in MCUboot.
Description
Description
Event Timeline
Comment Actions
Change in code size with disabled logging in MCUBoot:
cmake -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=<....> -DPROJ_CONFIG=/home/davvin01/arm/tfm/configs/ConfigRegression.cmake -DTARGET_PLATFORM=AN521 -DCOMPILER=GNUARM ../
Commit | Build type | FLASH | RAM | |
LOG enabled | 397485e326b1dd968eb77bddb29dca789b84156a | Release | 26,476 Bytes | 26,528 Bytes |
LOG disabled | b0d621bd74f7d63655c1c0ee4e319d3c80c6f7e6 | Release | 21,176 Bytes | 26,496 Bytes |
Change | - 20.01% | - 0.12% | ||
LOG enabled | 397485e326b1dd968eb77bddb29dca789b84156a | Minsizerel | 25,656 Bytes | 26,528 Bytes |
LOG disabled | b0d621bd74f7d63655c1c0ee4e319d3c80c6f7e6 | Minsizerel | 20,348 Bytes | 26,496 Bytes |
Change | - 20.68% | - 0.12% | ||