Reduce size of Infinitime Firmware #1551
Answered
by
JF002
Johnmcenroyy
asked this question in
Q&A
|
Hello For now it gives an error: region FLASH overflowed with .data and user data Thanks |
Answered by
JF002
Jan 21, 2023
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. |
3 replies
Answer selected by
Johnmcenroyy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.