Skip to content

Fix linker script misalignment

Farhad Irannejad requested to merge linker_script_misalignment into develop

in case bss memory is not word aligned, its last bytes won't be initialized to zero in crt0.S which can cause unexpected behaviour

Merge request reports