Go to file
Andrew Boie 0529c931a0 sensors: fix incorrect use of __ASSERT
__ASSERT was being used when __ASSERT_NO_MSG was appropriate.
This problem was previously only visible if CONFIG_ASSERT=y,
but a recent change to the assert macros fixed them so they
can't be improperly used with assertions disabled either.

Change-Id: I1e13c796873d79826d177a01246d2ca0e8f0a107
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-07-27 16:56:08 -07:00
.known-issues build: Update Bluetooth known_issues whitelist 2016-07-13 07:39:35 +00:00
arch arc: Remove nonexistant Kconfig sybmol from defconfig 2016-07-27 17:14:54 +00:00
boards qemu_cortex_m3: Remove nonexistent UART_CONSOLE_BAUDRATE from defconfig 2016-07-27 17:14:50 +00:00
doc doc: remove unused figures from board directory 2016-07-27 16:27:06 +00:00
drivers sensors: fix incorrect use of __ASSERT 2016-07-27 16:56:08 -07:00
ext samples/net : Adding mbedTLS self test routine 2016-07-27 22:19:06 +00:00
include misc/byteorder.h: Mark bswap_16 & bswap_32 as internal helpers 2016-07-27 17:09:52 +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
net crypto: Update tinycrypt source files 2016-07-27 21:33:42 +00:00
samples samples: Add DMA memory to memory transfer sample app 2016-07-27 22:17:44 +00:00
scripts Makefile: Restructure for multilibs 2016-07-27 17:15:56 +00:00
tests samples/net : Adding mbedTLS self test routine 2016-07-27 22:19:06 +00:00
usb
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
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
LICENSE
MAINTAINERS MAINTAINERS: add mbedTLS section 2016-07-27 00:22:18 +00:00
Makefile Makefile: Restructure for multilibs 2016-07-27 17:15:56 +00:00
Makefile.inc
zephyr-env.sh