Up to now there was only support for parsing/encoding 32-bit integer numbers, with no support for larger ones. Introduce support for 'int64_t' type, so that large numbers can be serialized into JSON payloads. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
CONFIG_JSON_LIBRARY=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_STACK_SIZE=3072
|