OpenRTX/platform/targets/Module17
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
..
hwconfig.h Module17: implemented control of power on switch, introduced in rev 0.1e 2023-06-14 21:57:33 +02:00
platform.c Made hwInfo struct const and statically initialized where dynamic loading is not needed. 2023-07-13 08:49:25 +02:00