OpenRTX/platform/targets
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
..
DM-1801 Made hwInfo struct const and statically initialized where dynamic loading is not needed. 2023-07-13 08:49:25 +02:00
GD-77 Made hwInfo struct const and statically initialized where dynamic loading is not needed. 2023-07-13 08:49:25 +02:00
MD-3x0 Made hwInfo struct const and statically initialized where dynamic loading is not needed. 2023-07-13 08:49:25 +02:00
MD-9600 Made hwInfo struct const and statically initialized where dynamic loading is not needed. 2023-07-13 08:49:25 +02:00
MD-UV3x0 Made hwInfo struct const and statically initialized where dynamic loading is not needed. 2023-07-13 08:49:25 +02:00
Module17 Made hwInfo struct const and statically initialized where dynamic loading is not needed. 2023-07-13 08:49:25 +02:00
linux Made hwInfo struct const and statically initialized where dynamic loading is not needed. 2023-07-13 08:49:25 +02:00