Go to file
Tomasz Bursztyka 0e0509b67f net: Let's use inline function for type checking for net_buf
Using macros does not let the compiler verifying about the type we are
providing, which usually give an error easier to understand.
Also, this will let the compiler deciding how to actually optimize
(inline or not) the code.

Change-Id: I17fb1f5a1c1854461fad101bbb40c9be33844c8b
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-06-22 16:43:29 +00:00
arch nios2: properly set SYS_CLOCK_HW_CYCLES_PER_SEC 2016-06-22 16:42:21 +00:00
boards altera_max10: use JTAG UART for console 2016-06-22 16:42:19 +00:00
doc doc: add a troubleshooting guide 2016-06-22 04:49:28 +00:00
drivers uart_altera_jtag: add JTAG UART driver for Nios II 2016-06-22 16:42:19 +00:00
ext ksdk: Add Makefile support for ksdk device and CPU 2016-06-20 17:38:47 +00:00
include net: Let's use inline function for type checking for net_buf 2016-06-22 16:43:29 +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 misc: add config to omit frame pointer 2016-06-16 18:15:59 +00:00
net Bluetooth: ATT: Merge all permission check in one place 2016-06-21 14:56:04 +03:00
samples samples/task_profiler: fix crash when starting profiler 2016-06-22 05:30:26 +00:00
scripts checkpatch: kconfig: warn about spaces instead of tabs 2016-06-21 19:50:59 +00:00
tests bluetooth: init: disble for CONFIG_UART_ALTERA_JTAG 2016-06-22 16:42:20 +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: Do not put architecture in the title 2016-03-14 16:50:51 -04:00
Kconfig.zephyr Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
LICENSE
MAINTAINERS uart_altera_jtag: add JTAG UART driver for Nios II 2016-06-22 16:42:19 +00:00
Makefile ksdk: Add Makefile support for ksdk device and CPU 2016-06-20 17:38:47 +00:00
Makefile.inc build: quote SOURCE_DIR to allow it to be a list 2016-06-22 05:02:28 +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