This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-04 14:53:47 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
d6b4e90d7043b8ae2b3960eb9097d4e9aefdd010
nuttx
/
boards
/
mips
T
History
Nathan Hartman
46aaec7ba0
Fix minor typos in docs and comments.
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