You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pbio/platform/ev3/platform.ld: Ensure .bss is NOLOAD
Otherwise the recent addition of the .dma section defaults to PROGBITS
and causes the entire .bss section to be filled with 0s *on disk*,
thus bloating the firmware.elf file.
0 commit comments