Merge branch 'fz-dev' into dev

This commit is contained in:
MX
2022-08-02 19:27:01 +03:00
94 changed files with 928 additions and 529 deletions
+1
View File
@@ -75,6 +75,7 @@ SECTIONS
.text :
{
. = ALIGN(4);
*lib*.a:*(.text .text.*) /* code from libraries before apps */
*(.text) /* .text sections (code) */
*(.text*) /* .text* sections (code) */
*(.glue_7) /* glue arm to thumb code */