:orphan: .. title:: OUTPUT_DISASSEMBLE_ALL .. option:: 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 =================== \ :option:`OUTPUT_DISASSEMBLY ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:276`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options → Create a disassembly file .. parsed-literal:: config OUTPUT_DISASSEMBLE_ALL bool "Disassemble all sections with source. Fill zeros." default n depends on \ :option:`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.)*