zephyr/include/nanokernel/arm/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
..
scripts Always use __start as the entry point 2016-02-05 20:14:00 -05:00
asm_inline_gcc.h Consolidate inline assembler code in a set of header files 2016-02-05 20:13:52 -05:00
asm_inline.h Consolidate inline assembler code in a set of header files 2016-02-05 20:13:52 -05:00
error.h First commit 2015-04-10 16:44:37 -07:00
exc.h Rename __defaultEsf to _default_esf 2016-02-05 20:13:54 -05:00
ffs.h Consolidate inline assembler code in a set of header files 2016-02-05 20:13:52 -05:00
gdb_stub.h Rename _GdbStubIrqVectorTableEntry to _irq_vector_table_entry_with_gdb_stub 2016-02-05 20:13:53 -05:00
init.h Eliminate unneeded arguments during nanokernel initialization 2016-02-05 20:13:59 -05:00
irq.h Consolidate inline assembler code in a set of header files 2016-02-05 20:13:52 -05:00
memory_map-m0.h First commit 2015-04-10 16:44:37 -07:00
memory_map-m3.h First commit 2015-04-10 16:44:37 -07:00
memory_map.h First commit 2015-04-10 16:44:37 -07:00
misc.h First commit 2015-04-10 16:44:37 -07:00
nvic.h First commit 2015-04-10 16:44:37 -07:00
scb.h First commit 2015-04-10 16:44:37 -07:00
scs.h Consolidate inline assembler code in a set of header files 2016-02-05 20:13:52 -05:00