Skip to content

Release 1.0.0

Choose a tag to compare

@szczys szczys released this 15 Aug 19:46
· 11 commits to main since this release

[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

Added

  • Changelog

Changed

  • Use zcbor instead of qcbor