OpenRTX/platform
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
..
drivers Module17: implemented detection of hardware version 2023-06-14 21:50:12 +02:00
mcu Implemented non-volatile memory for settings on Module 17 2023-05-29 22:12:40 +02:00
targets Made hwInfo struct const and statically initialized where dynamic loading is not needed. 2023-07-13 08:49:25 +02:00