aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f2/libopencm3_stm32f2.ld
AgeCommit message (Collapse)Author
2012-02-06Discard .ARM.exidx section to make newlib 64bit (long long) printf support ↵Fergus Noble
work. This may need to be fixed if using C++.
2011-11-12Fixed loading of .data in linker scripts.Gareth McMullin
This fixes a problem where the linker included some padding bytes between the end of the .text section (_etext) and the start of the .data section. The C runtime copies from _etext, so all static initialised data was corrupted. This change forces the .data section to be written at _etext to avoid this problem.
2011-11-07Fix alignment issue in data sectionStephen Caudle
2011-10-30Rename stm32 lib folders to be consistent with includeStephen Caudle