No description
Find a file
Leandro Pereira 95ec49cb70 lib: json: Simplify lexing of "true", "false", and "null" tokens
Roll the loop in an accept_run() function and use it to match "rue" and
"alse" depending on the first character of the token.  Use that to lex
"ull" after finding "n" as well.  This reduces the code slightly.

Jira: ZEP-1607
Change-Id: Iec8ff6ae2fb79e7fe65d476d1574c5943d23e14f
Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2017-03-25 13:11:52 +00:00
.known-issues net/mgmt: Add a function to wait on a event synchronously 2017-03-17 10:34:42 +02:00
arch arch: nrf5x: Define additional compiler macros 2017-03-21 13:38:59 +00:00
boards drivers/ieee802154: Remove very old CC2520 left-over from µIP stack 2017-03-24 17:31:41 +02:00
doc doc: fix installation on windows instructions 2017-03-25 12:36:14 +00:00
drivers sensors: sx9500: varables undeclared when in debug mode 2017-03-25 12:00:29 +00:00
dts dts/extract_dts_includes.py: Replace cell_prefix to cell_string 2017-03-16 22:16:24 +00:00
ext ext/lib/crypto: Update TinyCrypt to version 0.2.6 2017-03-10 20:08:21 -06:00
include Merge "Merge bluetooth branch into master" 2017-03-25 11:25:43 +00:00
kernel lifo: Make use of k_queue as implementation 2017-02-27 21:20:53 +00:00
lib lib: json: Simplify lexing of "true", "false", and "null" tokens 2017-03-25 13:11:52 +00:00
misc misc: Let the compiler choose whether to omit frame pointer 2017-02-08 13:14:16 +00:00
samples Merge "Merge bluetooth branch into master" 2017-03-25 11:25:43 +00:00
scripts scripts/dfuutil: add support for DfuSe devices 2017-03-22 20:59:07 -03:00
subsys Merge "Merge bluetooth branch into master" 2017-03-25 11:25:43 +00:00
tests benchmarks: convert latency_measure to unified kernel 2017-03-25 12:38:50 +00:00
.checkpatch.conf checkpatch: Remove reference to legacy IP stack 2017-02-08 13:05:27 +00:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore doc: tweak .gitignore to allow doc theme dev 2017-02-23 13:20:04 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: added axy (for Anas Nashif) 2016-12-21 13:49:59 +00:00
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
Kbuild frdm: fixed path and dependencies for extract_dts_includes.py 2017-02-22 13:57:52 +00:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.zephyr license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
MAINTAINERS MAINTAINERS: update mantainers 2017-03-02 21:47:40 +00:00
Makefile build: Add support for MSYS2 2017-03-17 17:34:56 +01:00
Makefile.inc Revert "build: Fix qemugdb target" 2017-03-09 09:22:51 +00:00
Makefile.test tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
zephyr-env.sh build: Add support for MSYS2 2017-03-17 17:34:56 +01:00