mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-23 18:13:49 +08:00
14 lines
211 B
Plaintext
14 lines
211 B
Plaintext
custom_data_source: {
|
|
name: "bloaty_static_ram"
|
|
base_data_source: "sections"
|
|
|
|
rewrite: {
|
|
pattern: "^\\.bss"
|
|
replacement: "ram"
|
|
}
|
|
rewrite: {
|
|
pattern: "^\\.data"
|
|
replacement: "ram"
|
|
}
|
|
}
|