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
|
0bd60c3722
|
All linker scripts: Preface all _ebss defininitions with . = ALIGN(4). Otherwise, the last bytes in the .bss section will not be initialized properly. Also convert all linker scripts that use TABs to spaces.
|
2019-09-15 15:27:58 -06:00 |
|
Pavel Pisa
|
350ba5105c
|
boards/arm/lpc17xx_40xx/lx_cpu: Add support for the PIKRON LX_CPU board.
|
2019-08-30 07:42:13 -06:00 |
|