Skip to content

Commit 1020761

Browse files
tima-qpull[bot]
authored andcommitted
[QPG] Update memory parsing configuration (#27199)
1 parent c7c81b6 commit 1020761

File tree

1 file changed

+19
-8
lines changed
  • scripts/tools/memory/platform

1 file changed

+19
-8
lines changed

scripts/tools/memory/platform/qpg.cfg

+19-8
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,21 @@
3535
'sections': {
3636
'FLASH': [
3737
'.text',
38-
'.rom',
38+
'.flashjumptable',
39+
'.datajumptable',
40+
'.m_flashjumptable',
41+
'.loaded_user_license',
3942
'.native_user_license',
43+
'.extended_user_license',
4044
'.isr_vector',
4145
'.ARM.exidx',
46+
# Bootloader
47+
'.bootloader',
48+
'.bl_user_license',
49+
'.upgrade_image_user_license',
50+
# NVM / Factory areas
51+
'.gpNVM',
52+
'.factory_data',
4253
],
4354
'RAM': [
4455
'.data',
@@ -49,17 +60,17 @@
4960
'.ret_hw',
5061
'.ret_sw',
5162
'.unused_area',
52-
'.pkey',
53-
'.pufr',
5463
'.lower_ram_retain',
5564
'.lower_ram_retain_gpmicro_accessible',
5665
'.higher_ram_noretain',
57-
'.gpNVM',
66+
'.rom_m_bss',
67+
'.rom_m_data',
68+
'.lower_ram_retain_gpmicro_accessible_mrom',
69+
],
70+
'OTA': [
71+
'OTA',
72+
'JTOTA',
5873
]
5974
}
6075
},
61-
'collect': {
62-
# Strip these prefixes from compilation unit paths.
63-
'prefix': ['/mnt/c/Projects', '/mnt/c']
64-
},
6576
}

0 commit comments

Comments
 (0)