mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
53fccb56c9
Build Documentation / build-html (push) Has been cancelled
Shmem region lives in RAM and should not be load in FLASH. This fixes the issue with wrong binary size when build AMP configurations with RPTUN enabled. Before this change shmem region was exported by objcopy to binary file which caused the bin size to be huge and impossible to flash. Signed-off-by: raiden00pl <raiden00@railab.me>