Gregory Nutt
|
805fa49a4e
|
Back out/change some of the alignments in the previous comments. Non-ARM CPUs my have different alignment requirements. AVR, for example, has none. MIPS requires 16-byte alignment of the end of .bss.
|
2019-09-15 18:02:00 -06:00 |
|
Gregory Nutt
|
2925c28f8f
|
All linker scripts: Preface all _edata defininitions with . = ALIGN(4). Otherwise, the last bytes in the .data section may not be initialized properly. Also convert all linker scripts indent in units of 8-spaces to units of 4-spaces.
|
2019-09-15 17:22:16 -06:00 |
|
Gregory Nutt
|
5a41d7f9b5
|
boards/: Several more fixes to Make.defs files and README.txt files. More collateral damage from the big boargs/ directory re-organization.
|
2019-09-11 11:15:56 -06:00 |
|