Re: How to reduce footprint and size of applications in Zephyr
Yie
I see. That makes a lot of sense. Thank you Maciek! I have another question, if you dont mind. I have an app that's taking about ~5MB of RAM and ~5.6MB of ROM judging from the 'ram_report' and 'rom_report'. Is there a way to reduce the size of those? It is much bigger because I've included other functionalities such as multi-threading and networking. Do I remove functionalities I don't need using 'make menuconfig'? Cheers, Yie On 21 September 2017 at 18:28, Maciek Borzecki <maciek.borzecki@...> wrote: On Thu, Sep 21, 2017 at 7:57 AM, Hui Yie Teh <hteh703@...> wrote: |
|