Skip to content

Commit

Permalink
Anjay-esp-idf 3.7.0
Browse files Browse the repository at this point in the history
Features
 - Updated Anjay version, updated configuration files
  • Loading branch information
JZimnol committed Feb 20, 2024
1 parent 5d09118 commit b2bff6a
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.7.0 (February 20th, 2024)

### Features
- Updated Anjay version, updated configuration files

## 23.11 (November 21st, 2023)

### Features
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 AVSystem <[email protected]>
# Copyright 2023-2024 AVSystem <[email protected]>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
6 changes: 5 additions & 1 deletion Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 AVSystem <[email protected]>
# Copyright 2023-2024 AVSystem <[email protected]>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -338,6 +338,10 @@ config ANJAY_WITHOUT_MODULE_FW_UPDATE_PUSH_MODE
bool "Disable support for PUSH mode Firmware Update."
depends on ANJAY_WITH_MODULE_FW_UPDATE

config ANJAY_WITH_MODULE_SW_MGMT
bool "Enable sw_mgmt module (implementation of the Software Management object)"
default n

config ANJAY_WITH_MODULE_IPSO_OBJECTS
bool "Enable IPSO objects implementation"
default y
Expand Down
21 changes: 18 additions & 3 deletions config/anjay/anjay_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2023 AVSystem <[email protected]>
* Copyright 2023-2024 AVSystem <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -617,13 +617,28 @@
#endif // CONFIG_ANJAY_WITHOUT_MODULE_FW_UPDATE_PUSH_MODE

/**
* Enables ipso_objects module (generic implementation of the following kinds of
* the basic sensor and three axis sensor IPSO objects).
* Enable sw_mgmt module (implementation of the Software Management object).
*/
#ifdef CONFIG_ANJAY_WITH_MODULE_SW_MGMT
# define ANJAY_WITH_MODULE_SW_MGMT
#endif // CONFIG_ANJAY_WITH_MODULE_SW_MGMT

/**
* Enables ipso_objects module (generic implementation of basic sensor, three
* axis sensor and Push Button IPSO objects).
*/
#ifdef CONFIG_ANJAY_WITH_MODULE_IPSO_OBJECTS
# define ANJAY_WITH_MODULE_IPSO_OBJECTS
#endif // CONFIG_ANJAY_WITH_MODULE_IPSO_OBJECTS

/**
* Enables experimental ipso_objects_v2 module (generic implementation of basic
* sensor and three axis sensor IPSO objects).
*/
#ifdef CONFIG_ANJAY_WITH_MODULE_IPSO_OBJECTS_V2
# define ANJAY_WITH_MODULE_IPSO_OBJECTS_V2
#endif // CONFIG_ANJAY_WITH_MODULE_IPSO_OBJECTS_V2

/**
* Enable at_sms module (implementation of an SMS driver for AT modem devices).
*
Expand Down
2 changes: 1 addition & 1 deletion config/avsystem/coap/avs_coap_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2023 AVSystem <[email protected]>
* Copyright 2023-2024 AVSystem <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion config/avsystem/commons/avs_commons_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2023 AVSystem <[email protected]>
* Copyright 2023-2024 AVSystem <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion config/avsystem/commons/lwip-posix-compat.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2023 AVSystem <[email protected]>
* Copyright 2023-2024 AVSystem <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion deps/anjay
Submodule anjay updated 701 files

0 comments on commit b2bff6a

Please sign in to comment.