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/include/pbdrv/cache.h: Mark .dma section as ELF NOBITS
Otherwise the section attributes will default to PROGBITS and
cause the entire .bss section to be filled with 0s *on disk*,
thus bloating the firmware.elf file.
0 commit comments