Go to file
Andrew Boie 11693c1bf9 build: use -Og instead of -O0 for CONFIG_DEBUG
From the GCC manual for -Og option, introduced in GCC
4.8:

Optimize debugging experience. -Og enables optimizations
that do not interfere with debugging. It should be the
optimization level of choice for the standard
edit-compile-debug cycle, offering a reasonable level of
optimization while maintaining fast compilation and a
good debugging experience

Change-Id: I65751cf3117bc2e6f70a7008b170126160cfa48c
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-07-25 18:09:14 +00:00
.known-issues build: Update Bluetooth known_issues whitelist 2016-07-13 07:39:35 +00:00
arch power_mgmt: Create arch/soc specific helper functions 2016-07-21 11:25:31 -07: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 qmsi: gpio: Use locking mechanism to guard critical regions. 2016-07-22 23:26:34 +00:00
ext ksdk: Fix ARRAY_SIZE conflict 2016-07-22 15:47:58 +00:00
include Bluetooth: L2CAP: Add BR/EDR CoC channel disconnect 2016-07-25 14:24:04 +00:00
kernel nano_init: force nanokernel stack alignment 2016-07-20 21:26:00 +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 net: buf: Fix compiling with debug options 2016-07-25 14:24:39 +00:00
samples testcases: stub for x86 core on Quark SE 2016-07-22 23:05:52 +00:00
scripts scripts: Check all CONFIG_* in the code are defined into a Kconfig file 2016-07-22 23:27:08 +00:00
tests testcases: introduce defaults to build/deploy/evaluate 2016-07-23 18:31:18 +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 INTERRUPTS section 2016-07-22 23:40:38 +00:00
Makefile build: use -Og instead of -O0 for CONFIG_DEBUG 2016-07-25 18:09:14 +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