OpenRTX/platform/targets/linux
Silvano Seva 933d291154 Made hwInfo struct const and statically initialized where dynamic loading is not needed.
Changed the hwInfo variable to static const in all the platformw where
the information are not loaded from NVM. Doing so puts the variable in
.rodata section and spares a tiny amount of RAM and FLASH.
2023-07-13 08:49:25 +02:00
..
emulator Updated year in copyright headers 2023-02-08 16:33:02 +01:00
hwconfig.h Updated year in copyright headers 2023-02-08 16:33:02 +01:00
platform.c Made hwInfo struct const and statically initialized where dynamic loading is not needed. 2023-07-13 08:49:25 +02:00