summaryrefslogtreecommitdiff
path: root/stmhal/boards/stm32f429.ld
AgeCommit message (Collapse)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.
2017-07-19all: Remove trailing spaces, per coding conventions.Damien George
2017-01-30stmhal: Fix stack pointer initialisation for F411 and F429 boards.Damien George
The stack pointer should start pointing 1 byte past the top of the end of RAM.
2016-09-22stmhal: Put common definitions from linker files to common.ld.Krzysztof Blazewicz
2015-11-25stmhal: Add support for the STM32F429I-DISCO kit by STMicro.Tobias Badertscher