Skip to content

tools/Unix.mk: add nuttx.asm to manifest - #20051

Merged
xiaoxiang781216 merged 1 commit into
apache:masterfrom
ajuckler:asm_manifest
Sep 3, 2026
Merged

tools/Unix.mk: add nuttx.asm to manifest#20051
xiaoxiang781216 merged 1 commit into
apache:masterfrom
ajuckler:asm_manifest

Conversation

@ajuckler

@ajuckler ajuckler commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Add "nuttx.asm" to nuttx.manifest when CONFIG_RAW_DISASSEMBLY is enabled

Impact

  • Erroneous "nuttx.bin" string at the end of the disassembly is removed
  • "nuttx.asm" is properly added to the manifest

Testing

Compiled for a custom target (STM32F7-based) with arm-none-eabi-gcc 13.2.1 and CONFIG_RAW_DISASSEMBLY enabled.
I could confirm the behaviour described in the Impact section

Fix bug where "nuttx.bin" was written to nuttx.asm instead of appending
nuttx.asm to nuttx.manifest

Signed-off-by: Antoine Juckler <ajuckler@users.noreply.github.com>
@github-actions github-actions Bot added Area: Build system Size: XS The size of the change in this PR is very small labels Sep 3, 2026
@acassis

acassis commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Welcome back @ajuckler !!!

@xiaoxiang781216
xiaoxiang781216 merged commit 3a8bd97 into apache:master Sep 3, 2026
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: Build system Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants