aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/armcm_link.lds.S
Commit message (Collapse)AuthorAgeFilesLines
* stm32: Add support for a bootloader on stm32f0Kevin O'Connor2020-03-041-0/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.SKevin O'Connor2019-08-221-0/+63
Rename the linker script so the build does not have any conflicts with the armcm_boot.d dependency file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>