This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 586b9c54ac arch/arm64 Fix the SP unalignment issues zynq-mpsoc and zcu111 borad was broken by #15437, because #15437 changes ARM64_CONTEXT_REGS from 36 to 37, resulting in the stack no longer being 16-byte aligned which appears to violate the ARMv8-A architecture's requirement for 16-byte stack alignment. this commit changes ARM64_CONTEXT_REGS to 38 to fix this issues. add f9d8cdcca2 nxgdb/memdump: add free command No new revisions were added by this update. Summary of changes: tools/pynuttx/nxgdb/memdump.py | 64 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+)