zephyr/arch/arm/bsp/CortexM
Peter Mitsis 18d53f7c97 Always use __start as the entry point
Not only is __start is a neutral label, but using a common entry point for all
architectures allows the entry point to be hoisted out of the linker script and
specified by the build system.

Change-Id: Ibcbb11a40ff964e0fc3c90afcfe231746071b040
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:14:00 -05:00
..
nmi.c First commit 2015-04-10 16:44:37 -07:00
prep_c.c First commit 2015-04-10 16:44:37 -07:00
reset.s Rename _InterruptStack to _interrupt_stack 2016-02-05 20:13:42 -05:00
scb.c First commit 2015-04-10 16:44:37 -07:00
scs.c First commit 2015-04-10 16:44:37 -07:00
vector_table.h Always use __start as the entry point 2016-02-05 20:14:00 -05:00
vector_table.s Always use __start as the entry point 2016-02-05 20:14:00 -05:00