Skip to content

Anjay-zephyr 3.2.1

Compare
Choose a tag to compare
@Kucmasz Kucmasz released this 13 Dec 13:01
· 6 commits to master since this release

Bugfixes

  • Deleted second ANJAY_WITH_MODULE_FACTORY_PROVISIONING definition in anjay_config.h
  • Added correct usage of the ZSOCK_MSG_DONTWAIT flag in network integration

Improvements

  • Added ANJAY_WITH_COMMUNICATION_TIMESTAMP_API, ANJAY_WITH_OBSERVATION_STATUS
    and ANJAY_MAX_OBSERVATION_SERVERS_REPORTED_NUMBER to Kconfig
  • Fixed compatibility with newer versions of Zephyr that require including its
    headers from the zephyr/ directory
  • Added support for private keys stored as DER-encoded PKCS#1 and SECG1
    (in addition to previously supported PKCS#8 and PEM encodings) on nRF91
    security backend