Go to file
Kumar Gala ff694e92b5 build: Split out building of application code
Seperate building of the application code from the zephyr OS code.  This
is in prep for both having a libzephyr.a for the OS and to fix where
the application object files get put when building out of tree.

Change-Id: I43f3b54d11f41aaf35350de7462c5cd556804092
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-06-30 14:36:38 +00:00
arch usb: dw: Add Quark SE USB device controller driver 2016-06-30 00:21:39 +00:00
boards qemu_nios2: enable XIP by default 2016-06-29 00:08:18 +00:00
doc doc: fix API name in sample code 2016-06-29 05:09:49 +00:00
drivers usb: dw: Add Quark SE USB device controller driver 2016-06-30 00:21:39 +00:00
ext ext qmsi: Add USB base and interrupt defines 2016-06-30 00:21:39 +00:00
include Bluetooth: L2CAP: Make public helper for LE channel conversion 2016-06-30 09:06:35 +00:00
kernel tracing: _k_command_stack is explicitly not tracked. 2016-06-16 16:30:46 +00:00
lib nios2: Kconfig: remove some unused config options 2016-06-10 15:22:42 +00:00
misc gdb-server: update call to uart_register_input() 2016-06-22 17:40:01 +00:00
net Bluetooth: L2CAP: Make public helper for LE channel conversion 2016-06-30 09:06:35 +00:00
samples samples: drivers: current_sensing: update tags testcase.ini 2016-06-29 05:43:30 +00:00
scripts sanitycheck: build for qemu_nios2 target 2016-06-29 00:08:05 +00:00
tests tests: Allow tc_util to use printf when requested 2016-06-29 05:19:26 +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
Kbuild build: add more dependencies to build process 2016-05-20 18:25:19 +00:00
Kconfig
Kconfig.zephyr Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
LICENSE
MAINTAINERS test_intmath: new Nios II test case for integer math 2016-06-28 22:48:28 +00:00
Makefile build: Split out building of application code 2016-06-30 14:36:38 +00:00
Makefile.inc build: add 'qemugdb' target 2016-06-28 15:56:05 -07:00
zephyr-env.sh