Reduce size of Infinitime Firmware #1551
-
Hello For now it gives an error: region FLASH overflowed with .data and user data Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The build system does not provide any way to disable parts of the firmware. That's something we might add in the future, but it's not there yet. However, you can manually disable apps and fonts by commenting them in the code. That way, the compiler won't add them in the final binary, which will reduce the size of the firmware. For example, the Navigation app contains a lot of icons that can be easily disabled. |
Beta Was this translation helpful? Give feedback.
The build system does not provide any way to disable parts of the firmware. That's something we might add in the future, but it's not there yet.
However, you can manually disable apps and fonts by commenting them in the code. That way, the compiler won't add them in the final binary, which will reduce the size of the firmware. For example, the Navigation app contains a lot of icons that can be easily disabled.