Go to file
Tomasz Bursztyka fcb4ea1383 samples/crypto: Use sys_log properly
Sys log already break a line after each line, by default, so removing
the '\n' on log messages.

Enabling support for sys log colors.

Change-Id: Ica3a601aba0bbbd2d9438b41fb7bca0aad9c05f4
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2017-04-27 13:06:35 +00:00
.known-issues
arch arch: Moved atmel_sam3 to atmel_sam3x. 2017-04-26 21:36:01 +00:00
boards doc: fix broken :ref: link 2017-04-26 19:04:44 +00:00
doc doc: fix typo in shell doc 2017-04-26 11:15:25 -07:00
drivers drivers/crypto: Fix a memory leak in tc shim driver 2017-04-27 13:06:34 +00:00
dts
ext debug: Add SEGGER SystemView libraries 2017-04-25 02:16:37 +00:00
include crypto: Remove useless attribute 2017-04-27 13:06:31 +00:00
kernel kernel: expose struct k_thread implementation 2017-04-26 16:29:06 +00:00
lib lib: convert to using newly introduced integer sized types 2017-04-20 11:56:00 -05:00
misc printk: add vprintk() 2017-04-22 14:29:33 +00:00
samples samples/crypto: Use sys_log properly 2017-04-27 13:06:35 +00:00
scripts scripts: openocd.sh: Honour V=1 2017-04-27 13:01:08 +00:00
subsys kernel: event_logger: convert to using newly introduced integer sized types 2017-04-25 22:09:12 +00:00
tests kernel: expose struct k_thread implementation 2017-04-26 16:29:06 +00:00
.checkpatch.conf checkpatch: update checkpatch to warn about C99 type usage 2017-04-21 17:24:04 +00:00
.gitattributes
.gitignore
.gitlint scripts: add gitlint to check for validity of commit messages 2017-04-25 22:48:24 +00:00
.gitreview
.mailmap
defaults.tc
Kbuild build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS
Makefile build: support building host tools 2017-04-25 22:48:23 +00:00
Makefile.inc build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Makefile.test
zephyr-env.sh