Nathan Hartman 46aaec7ba0 Fix minor typos in docs and comments. 5 年之前
..
pic32mx 46aaec7ba0 Fix minor typos in docs and comments. 5 年之前
pic32mz 5995714cfd boards/mips Linker Scripts: The PIC32M* start-up code initializes .bss by writing 16 bytes at a time in a loop. The start (_sbss) alignment is only required to be 4 bytes since the write is done with 4 store instructions. In a previous change, the end address, _ebss, was aligned to 16 byte to prevent initializing past the end off the .bss region. However, that does not work unless the start address, _sbss, is also aligned to 16 bytes. 5 年之前