Release 1.0.0
[1.0.0] 2023-08-15
Breaking Changes
- This repo should now be added as a Zephyr module. For existing builds, this means:
- Remove
add_subdirectory(src/network_info)from CMakeLists.txt - In west.yml use a path like
modules/lib/network_info - Include the library in your build:
CONFIG_NETWORK_INFO=y
- Remove
Added
- Changelog
Changed
- Use zcbor instead of qcbor