use LOG_INF

This commit is contained in:
Mickael Bosch
2026-04-01 12:32:47 +02:00
parent 2813645669
commit f6484eccaa
3 changed files with 27 additions and 18 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# Json c++
Wrap the Zephyr Json module to ease its usage for C++ development.
## Usage
- Include `zephyr_module.cmake` in the cmake file (eg. `include(${CMAKE_CURRENT_LIST_DIR}/zephyr_json_cpp/zephyr_module.cmake)`)
- Add `CONFIG_JSON_LIBRARY=y` to `prj.conf`