summaryrefslogtreecommitdiff
path: root/ports/stm/boards/STM32F407_fs.ld
AgeCommit message (Collapse)Author
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
This can be enforced by pre-commit, but correct it separately to make it easier to review.
2020-05-11Add recovery domain write access, adjust stackLucian Copeland
2020-04-27linker scripts: Re-align at ":"Jeff Epler
With "git show -b" you can verify that this is a whitespace only change because the diff will be empty.
2020-04-27stm: Use FLASH_FIRMWARE instead of FLASH_TEXT in linker scriptsJeff Epler
for compatibility with the build_memory_info script This change was scripted: git grep -l FLASH_TEXT | xargs sed -i s/FLASH_TEXT/FLASH_FIRMWARE/
2020-04-03Linker file restructure, TCM and MPU additionsLucian Copeland
2020-03-11create copyLucian Copeland