File tree 1 file changed +19
-8
lines changed
scripts/tools/memory/platform
1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change 35
35
' sections' : {
36
36
' FLASH' : [
37
37
' .text' ,
38
- ' .rom' ,
38
+ ' .flashjumptable' ,
39
+ ' .datajumptable' ,
40
+ ' .m_flashjumptable' ,
41
+ ' .loaded_user_license' ,
39
42
' .native_user_license' ,
43
+ ' .extended_user_license' ,
40
44
' .isr_vector' ,
41
45
' .ARM.exidx' ,
46
+ # Bootloader
47
+ ' .bootloader' ,
48
+ ' .bl_user_license' ,
49
+ ' .upgrade_image_user_license' ,
50
+ # NVM / Factory areas
51
+ ' .gpNVM' ,
52
+ ' .factory_data' ,
42
53
],
43
54
' RAM' : [
44
55
' .data' ,
49
60
' .ret_hw' ,
50
61
' .ret_sw' ,
51
62
' .unused_area' ,
52
- ' .pkey' ,
53
- ' .pufr' ,
54
63
' .lower_ram_retain' ,
55
64
' .lower_ram_retain_gpmicro_accessible' ,
56
65
' .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' ,
58
73
]
59
74
}
60
75
},
61
- ' collect' : {
62
- # Strip these prefixes from compilation unit paths.
63
- ' prefix' : [' /mnt/c/Projects' , ' /mnt/c' ]
64
- },
65
76
}
You can’t perform that action at this time.
0 commit comments