Skip to content

Commit

Permalink
[QPG] Update memory parsing configuration (#27199)
Browse files Browse the repository at this point in the history
  • Loading branch information
tima-q authored and pull[bot] committed Aug 5, 2023
1 parent 4f040fc commit 1239435
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions scripts/tools/memory/platform/qpg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,21 @@
'sections': {
'FLASH': [
'.text',
'.rom',
'.flashjumptable',
'.datajumptable',
'.m_flashjumptable',
'.loaded_user_license',
'.native_user_license',
'.extended_user_license',
'.isr_vector',
'.ARM.exidx',
# Bootloader
'.bootloader',
'.bl_user_license',
'.upgrade_image_user_license',
# NVM / Factory areas
'.gpNVM',
'.factory_data',
],
'RAM': [
'.data',
Expand All @@ -49,17 +60,17 @@
'.ret_hw',
'.ret_sw',
'.unused_area',
'.pkey',
'.pufr',
'.lower_ram_retain',
'.lower_ram_retain_gpmicro_accessible',
'.higher_ram_noretain',
'.gpNVM',
'.rom_m_bss',
'.rom_m_data',
'.lower_ram_retain_gpmicro_accessible_mrom',
],
'OTA': [
'OTA',
'JTOTA',
]
}
},
'collect': {
# Strip these prefixes from compilation unit paths.
'prefix': ['/mnt/c/Projects', '/mnt/c']
},
}

0 comments on commit 1239435

Please sign in to comment.