mirror of
https://github.com/apache/nuttx.git
synced 2026-03-23 14:05:12 +08:00
This patch fixes [BUG #18558] for stm32 by aligning _ebss symbol(used as base of idle stack) in linker files to 8-byte boundary to conform to AAPCS-32. Signed-off-by: Peter Barada <peter.barada@gmail.com>