aboutsummaryrefslogtreecommitdiff
path: root/lib/lpc17xx/vector.c
AgeCommit message (Collapse)Author
2013-03-19Add support for static constructors and destructorsinit-finiNicolas Schodet
Conflicts: lib/efm32/efm32g/libopencm3_efm32g.ld lib/efm32/efm32gg/libopencm3_efm32gg.ld lib/efm32/efm32lg/libopencm3_efm32lg.ld lib/efm32/efm32tg/libopencm3_efm32tg.ld lib/lpc17xx/vector.c lib/stm32/l1/libopencm3_stm32l1.ld
2012-09-03Use a specific symbol for data source address in flashNicolas Schodet
That way, data source address does not depend on any other unrelated change in linker script. This also fixes cases when .data input section is aligned on 8 bytes. The new version does not provide any address for the output section so that it is aligned to the strictest input section. The _data_loadaddr symbol will always take this alignment into account.
2012-03-22Created vector.c by example. Added reset_handler entry to linker script.Taylor Vesely