Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

v0.8.0

Latest
Compare
Choose a tag to compare
@mniestroj mniestroj released this 06 Nov 16:48
· 10 commits to main since this release

Added

  • pinout for ESP32 WROVER in samples' README files
  • support for nRF52840DK + ESP-AT platform in samples/cert-provisioning/
  • documentation (README file) for samples/rpc/
  • CONFIG_GOLIOTH_USE_CONNECTION_ID Kconfig option enables DTLS CID use

Changed

  • WiFi state machine (with implemented reconnects) has replaced previous implementation of simple one-shot connection attempt to WiFi Access Point
  • moved Python Golioth package to separate repository at https://github.com/golioth/python-golioth-tools
  • replaced samples/common/runtime_psk.conf with samples/common/runtime_settings.conf that additionally enables WiFi credentials storage in Zephyr settings subsystem
  • verified with NCS v2.5.0
  • verified with Zephyr v3.5.0