CONFIG_OUTPUT_DISASSEMBLE_ALL
Disassemble all sections with source. Fill zeros.
Type: bool
Help
The .lst file will contain complete disassembly of the firmware
not just those expected to contain instructions including zeros
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
n
Kconfig definition
At <Zephyr>/Kconfig.zephyr:377
Included via <Zephyr>/Kconfig:8
Menu path: (Top) → Build and Link Features → Build Options → Create a disassembly file
config OUTPUT_DISASSEMBLE_ALL
bool "Disassemble all sections with source. Fill zeros."
default n
depends on OUTPUT_DISASSEMBLY
help
The .lst file will contain complete disassembly of the firmware
not just those expected to contain instructions including zeros
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)