mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 19:04:40 +00:00
Constifying global data allows to save lots of RAM. Defining data inside function as 'static const' allows on the other hand to save stack usage and reduced code size (because data doesn't have to be copied on stack in runtime). This improvement allows to save 640 bytes of RAM and 64 bytes of ROM when compiled on ARM. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> |
||
---|---|---|
.. | ||
esp | ||
eswifi | ||
simplelink | ||
winc1500 | ||
CMakeLists.txt | ||
Kconfig |