Go to file
Szymon Janc a5b6daaee3 Bluetooht: Don't mix ssize_t and int error codes
struct bt_storage callbacks return ssize_t while other functions in
set_static_addr return int.

Change-Id: Ic09db711ccf5e85b3118739abb0d5e50ed49d20f
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-05-09 11:49:41 +02:00
arch event_logger: add arc support for sleep event 2016-05-06 18:52:45 +00:00
boards qemu_x86: Make the FPU available if it's not building for IAMCU 2016-05-04 10:24:30 +00:00
doc doc: update installation to add PLY library to Python3 2016-05-04 22:57:40 +00:00
drivers drivers/nble: Increase debug for NBLE 2016-05-06 17:05:40 +03:00
include device: simplify synchronization 2016-05-04 22:51:34 +00:00
kernel kernel: _MOVE_INSTR needs to be defined for CONFIG_ARC 2016-05-05 00:06:03 -07:00
lib libc: newlib: fix RAM config names for ARC 2016-05-05 14:08:50 +00:00
misc arduino_101: support booting with original bootloader 2016-04-30 13:56:54 -04:00
net Bluetooht: Don't mix ssize_t and int error codes 2016-05-09 11:49:41 +02:00
samples samples: shell now emits a banner 2016-05-05 11:24:30 +00:00
scripts checkpatch: Remove Change-Id warning 2016-05-05 11:24:06 +00:00
tests Bluetooth: shell: Add BR/EDR PSM server registration 2016-05-07 07:07:10 +00:00
.checkpatch.conf
.gitattributes
.gitignore gitignore: Fix doxygen generated directory names 2016-04-15 22:06:42 +00:00
.gitreview
.mailmap
Kbuild
Kconfig
Kconfig.zephyr kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
LICENSE
Makefile build: use gcc instead of ld for linking 2016-05-04 10:27:18 +00:00
Makefile.inc build: generate error if board is not found 2016-04-25 19:17:04 +00:00
zephyr-env.sh