This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
ebbf672cc5
zephyr
/
tests
/
lib
/
json
/
prj.conf
4 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test: Add test for JSON library This adds a test suite for the JSON library, testing both encoding and decoding of all supported data types, including arrays, nested objects, and basic types such as booleans, numbers, and strings. Jira: ZEP-1607 Change-Id: I4f6ad7e2859a142e06d405e0760e91751e01a31f Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2017-03-24 07:37:22 +08:00
CONFIG_JSON_LIBRARY=y
CONFIG_ZTEST=y
kconfig: Rename the ZTEST stack size option to align with the rest All stack sizes should end with STACK_SIZE. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-02-18 00:07:03 +08:00
CONFIG_ZTEST_STACK_SIZE=2048