nuttx/boards/mips
2019-09-29 12:52:20 -06:00
..
pic32mx Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
pic32mz 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. 2019-09-16 08:14:32 -06:00