Skip to content

Releases: AVSystem/Anjay-zephyr-client

Anjay-zephyr-client 24.05

28 May 10:00
Compare
Choose a tag to compare

Improvements

  • Adjusted nrf9160dk_nrf9160_ns build to meet new default target
  • Reworked build system to use sysbuild for FOTA builds on upstream Zephyr and T-Mobile SDKs

Anjay-zephyr-client 24.02

16 Feb 12:45
Compare
Choose a tag to compare

Improvements

  • Changed C stdlib to Picolibc (Zephyr's default) for most projects
  • Added TF-M support for nRF7002 DK board (changed the board variant from nrf7002dk_nrf5340_cpuapp to nrf7002dk_nrf5340_cpuapp_ns)
  • Added new parameter to specify log virtual port for factory provisioning script

Anjay-zephyr-client 23.11

22 Nov 13:27
Compare
Choose a tag to compare

Improvements

  • Updated Zephyr to 3.5.0
  • Updated sdk-nrf to 2.5.0
  • Adjusted Kconfig options to make projects build on newest Zephyr and nCS versions

Anjay-zephyr-client 23.09.1

22 Sep 13:46
Compare
Choose a tag to compare

Bugfixes

  • Fix Anjay-zephyr revision in west*.yml files

Anjay-zephyr-client 23.09

07 Sep 14:27
Compare
Choose a tag to compare

Features

  • Added Bubblemaker app
  • Added tmo_dev_edge board as a target for demo and minimal samples with the possibility to switch
    preferred network bearer and perform firmware update using the external flash

Anjay-zephyr-client 23.06

23 Jun 17:01
Compare
Choose a tag to compare

Features

  • Added support for nRF7002DK board

Improvements

  • Updated Zephyr to 3.3.0
  • Updated sdk-nrf to 2.3.0
  • Updated Anjay-zephyr to 3.4.1
  • Adjusted partition layout and MCUboot configuration on nRF9160DK builds to support newer version of sdk-nrf
  • Added overlay for nRF9160DK in demo application which enables experimental Advanced Firmware Update object (/33629)

Bugfixes

  • Fixed firmware update on Thingy:91 - made sure that enough free space is left on the flash partition for MCUboot's move algorithm to work
  • Fixed runtime certificate configuration on nRF52840 based boards

Anjay-zephyr-client 23.02

21 Feb 10:58
Compare
Choose a tag to compare

Features

  • Added support for arduino_nano_33_ble_sense board
  • Added runtime certificate configuration option
  • Added possibility to set PSK in hexadecimal format

Improvements

  • Moved common code from demo samples to Anjay Zephyr
  • Updated sdk-nrf to final 2.2.0
  • Disabled Access Control in the minimal project

Bugfixes

  • Made firmware update with external flash on nRF9160DK work again

Anjay-zephyr-client 22.12

13 Dec 13:19
Compare
Choose a tag to compare

Features

  • Added provisioning script for demo examples
  • Added nRF52840dk_nRF52840 with OpenThread support
  • Added automatic handling of connection link state
  • Added option for use of non-secure WiFi networks
  • Added configuration for software-based security on nRF9160DK

Improvements

  • Updated Zephyr to 3.2.0
  • Updated sdk-nrf to 2.1.1
  • Refactored network connection handling
  • Firmware update success status can be now persisted across reboots until actual delivery

Bugfixes

  • Fixed critical memory corruption bug in the factory provisioning app
  • Fixed problem with push buttons IID

Anjay-zephyr-client 22.08.1

31 Aug 16:49
Compare
Choose a tag to compare

Features

  • Added ESP32-DevKitC board support to demo and minimal examples
  • Experimental support for firmware update on the L475 board
  • Added GPS and assisted location to Thingy:91 and nRF9160dk targets as default
  • Turned off Thread Analyzer and TCP support by default.

Improvements

  • Deferred network initialization so that network settings can actually be changed if connection fails
  • Updated Anjay-zephyr to 3.1.2

Anjay-zephyr-client 22.08

05 Aug 15:47
Compare
Choose a tag to compare

Features

  • Added support for factory provisioning
  • Added nls_agps_req shell command for Nordic Location Services A-GPS testing purposes

Improvements

  • Updated Anjay-zephyr to 3.1.1
  • Updated static partition definitions
  • Improved logging in Location Assistance object
  • Cleaned up use of logging statements
  • Separated factory provisioning-related code from the main application

Bugfixes

  • Enabled full printf to work with Zephyr SDK 0.14.2
  • Fixed PWM code for Thingy:91
  • LwM2M 1.1 is not enforced anymore when using persistence
  • Fixed memleak in persist_target_to_settings()