Find a file
Genaro Saucedo Tejada 9241cfc2f0 kernel_event_logger: wrong parameters order on macro definition
API definition sys_k_event_logger_get_wait_timeout on public header
kernel_event_logger.h was passing the reference to logger struct on third
position instead of first, on sys_event_logger_get_wait_timeout call.
Resulting on error when API definition is followed.

Jira: ZEP-86
Change-Id: Ia54cd5ffe28a1fab7873bb49bd7452313ab92a02
Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
2016-03-26 13:52:02 +00:00
arch kernel: Combine nano_timers and nano_timeouts 2016-03-26 09:20:10 +00:00
boards pinmux: Move STM32 boards to the pinmux model 2016-03-25 06:17:33 -04:00
doc kernel: Combine nano_timers and nano_timeouts 2016-03-26 09:20:10 +00:00
drivers microkernel: Add support for *_sleep() during initialization 2016-03-26 10:17:15 +00:00
include kernel_event_logger: wrong parameters order on macro definition 2016-03-26 13:52:02 +00:00
kernel microkernel: Add support for *_sleep() during initialization 2016-03-26 10:17:15 +00:00
lib printf: Limit width modifier to [0..MAXFLD] 2016-03-19 11:03:54 +00:00
misc sys_log: Adds the common log API header 2016-03-18 00:01:21 +00:00
net kernel: Combine nano_timers and nano_timeouts 2016-03-26 09:20:10 +00:00
samples samples: w25q80bl: configure sample with correct board 2016-03-23 15:56:47 +00:00
scripts sanitycheck: don't require arch.ini blocks for every platform 2016-03-23 15:35:38 +00:00
tests tests: Add test for microkernel early sleep functionality 2016-03-26 10:17:22 +00:00
.checkpatch.conf checkpatch: Remove --no-signoff option 2016-02-05 20:25:12 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore gitignore: make sure that SOC specific linker scripts stay visible 2016-03-04 18:31:42 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap Update .mailmap 2016-02-05 20:24:37 -05:00
Kbuild remove already resolved GENOFFSET_H dependency 2016-02-05 20:25:16 -05:00
Kconfig kconfig: Do not put architecture in the title 2016-03-14 16:50:51 -04:00
Kconfig.zephyr kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
Makefile HACK: qemu: change e_machine for IAMCU binaries 2016-03-12 02:24:46 +00:00
Makefile.inc build: support multiple defconfigs per board 2016-03-14 20:54:08 +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