aboutsummaryrefslogtreecommitdiff
path: root/lib/lpc17xx/libopencm3_lpc17xx.ld
AgeCommit message (Collapse)Author
2012-09-03Clean up and make linker scripts more uniformNicolas Schodet
This includes: - fix some comments indent, - add entry point, - align exported symbols, - remove unneeded "." assignments.
2012-03-22Successfully compiled and ran miniblink.c for the Blueboard-LPC1768-H.Taylor Vesely
2012-03-22Copy-pasted linker script from LPC13xx to LPC17XX. Set up the ram andTaylor Vesely
rom regions for the Blueboard-LPC1768-H.
2012-03-22Started porting to LPC17xx. Created file stubs and started conversion.Taylor Vesely