Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Inaky Perez-Gonzalez ca35c177fd known-issues: fix regex to catch summary messages to ignore
The regular expression we use to catch the summary messages was not
generic enough to catch it. This causes it to not be classified as a
known issue to ignore and shows up in the output of
filter-known-issues, when it should not.

Fix the regex to be more generic.

Change-Id: I3e53d061325c90c861799dabc1f548177c650bc3
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2016-09-14 12:20:52 +00:00
.known-issues known-issues: fix regex to catch summary messages to ignore 2016-09-14 12:20:52 +00:00
arch unified/x86: add unified kernel support for x86 arch 2016-09-13 17:12:55 -04:00
boards quark_d2000/se: Don't setup GDT during initialization 2016-09-09 11:21:39 +00:00
doc doc: workaround for __deprecated functions 2016-09-13 19:17:32 +00:00
drivers gpio: Remove obsolete API 1.0 callback mechanism 2016-09-14 10:51:09 +00:00
ext drivers: i2c: fix a compilation dependency issue 2016-09-10 11:29:49 +00:00
fs fs: Adds flash device support to diskio interface 2016-08-02 00:47:14 +00:00
include gpio: Remove obsolete API 1.0 callback mechanism 2016-09-14 10:51:09 +00:00
kernel unified/build: allow building the unified kernel 2016-09-13 17:12:55 -04:00
lib libc: replace null.h and size_t.h with stddef.h 2016-09-13 10:21:10 +08:00
misc unified/build: allow building the unified kernel 2016-09-13 17:12:55 -04:00
net fix: net samples no longer include unneeded 802.15.4 files 2016-09-12 12:29:09 +00:00
samples samples/task_profile: fix testcase.ini's long lines 2016-09-14 12:20:13 +00:00
scripts gpio: Remove obsolete API 1.0 callback mechanism 2016-09-14 10:51:09 +00:00
tests unified/tests: tag working some tests kernel as 'unified_capable' 2016-09-13 17:12:55 -04:00
usb usb: Allow to register and handle vendor specific commands 2016-09-12 00:43:31 +00:00
.checkpatch.conf checkpatch: do not check for min_t/max_t 2016-09-13 17:12:55 -04:00
.gitattributes
.gitignore testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview
.mailmap mailmap: Fix broken author information for Evan Couzens 2016-08-08 21:24:49 +00:00
Kbuild unified/build: adapt Kbuild for unified kernel 2016-09-13 17:12:55 -04:00
Kconfig
Kconfig.zephyr fs: Adds diskio interface 2016-08-01 16:46:38 -07:00
LICENSE
MAINTAINERS MAINTAINERS: add Zoap section 2016-09-12 12:25:26 +00:00
Makefile win-build: fixes to build with alternative make implementations 2016-09-12 12:28:14 +00:00
Makefile.inc win-build: fixes to build with alternative make implementations 2016-09-12 12:28:14 +00:00
defaults.tc TCF: specify ARCH when creating initconfig 2016-09-08 11:31:32 +00:00
zephyr-env.sh zephyr-env.sh: prepend to PATH 2016-08-05 20:38:08 +00:00