mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-10-22 23:31:59 +00:00
My version of the ZPU compiler genrates more optimal code than Sergey's probably because it's a purely C compiler vs a combined C/C++ one Sergey has. So this version of production ZPU image has 1829 bytes available for stack, while Sergey's had only 1764 bytes. Given we're not sure how much stack do we really need, it's better to have more. My bootloader has 1507 bytes avialable for stack, while Sergey's has only 1442.