Go to file
Andrew Boie d9a84c5c77 Makefile: link arch/ last
The IRQ implementations of ARC, ARM, and Nios II use .gnu.linkonce
sections for declaring entires in the sw_isr_table array. It's
imperative that arch/built-in.o be linked after everything else
as we want custom interrupt handlers to take precedence over the
default spurious interrupt handlers.

Currently, any interrupt handlers defined in ext/ or usb/ will not
be installed properly on the above mentioned arches.

Change-Id: Ib3fb21ff1ef114678906f130c268c266535954f1
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-07-27 15:48:23 +00:00
.known-issues build: Update Bluetooth known_issues whitelist 2016-07-13 07:39:35 +00:00
arch arc: move special-purpose irq priorities to flags 2016-07-26 15:06:28 +00:00
boards nios2: optionally print cause code reason 2016-07-18 19:26:37 +00:00
doc doc: fix backslash paths in windows and python default location 2016-07-22 22:37:49 +00:00
drivers drivers: i2c: remove i2c master idle check 2016-07-27 14:44:54 +00:00
ext ext/lib : Integrating mbedTLS to build process 2016-07-26 16:00:04 -07:00
include atomic.h: change to ATOMIC_DEFINE 2016-07-27 14:42:44 +00:00
kernel nano_init.c: STACK_CANARY_INIT fix for ARC 2016-07-27 15:23:15 +00:00
lib libc: Add assert.h to minimal libc 2016-07-21 02:09:44 +00:00
misc gdb-server: update call to uart_register_input() 2016-06-22 17:40:01 +00:00
net Bluetooth: GATT: Remove unused struct 2016-07-27 15:28:38 +03:00
samples samples/net: Add netz_client sample code 2016-07-27 14:45:32 +00:00
scripts gen_idt: add -d switch for extra debug info 2016-07-27 14:42:27 +00:00
tests arc: move special-purpose irq priorities to flags 2016-07-26 15:06:28 +00:00
usb usb: cdc acm: Change Bulk Out handler to read data per 32-bit words 2016-07-08 18:22:19 +00:00
.checkpatch.conf checkpatch: decrease max line number to 80 2016-05-31 19:09:14 +00:00
.gitattributes
.gitignore testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview
.mailmap mailmap: Add more entries for incomplete author information 2016-06-03 10:52:22 +00:00
defaults.tc testcases: introduce defaults to build/deploy/evaluate 2016-07-23 18:31:18 +00:00
Kbuild build: Make sure sysgen related header files get updated 2016-07-18 18:46:31 +00:00
Kconfig
Kconfig.zephyr usb: Add USB device core layer 2016-06-30 17:51:56 +00:00
LICENSE
MAINTAINERS MAINTAINERS: add mbedTLS section 2016-07-27 00:22:18 +00:00
Makefile Makefile: link arch/ last 2016-07-27 15:48:23 +00:00
Makefile.inc build: Fix application object files placement when building out of tree 2016-06-30 16:49:40 +00:00
zephyr-env.sh zephyr-env.sh: Add a note to indicate the required version of zsh 2016-03-18 22:01:19 +00:00