Skip to content

Commit

Permalink
Anjay-esp-idf 23.11
Browse files Browse the repository at this point in the history
Features:
 - Updated Anjay version
  • Loading branch information
Kucmasz committed Nov 21, 2023
1 parent 5448c8f commit 5d09118
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 23.11 (November 21st, 2023)

### Features
- Updated Anjay version

## 0.0.1 (September 7th, 2023)

### Features
Expand Down
11 changes: 11 additions & 0 deletions config/anjay/anjay_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,17 @@
#ifdef CONFIG_ANJAY_WITH_MODULE_OSCORE
# define ANJAY_WITH_MODULE_OSCORE
#endif // CONFIG_ANJAY_WITH_MODULE_OSCORE

/**
* If enable Anjay doesn't handle composite operation (read, observe and write).
* Its use makes sense for LWM2M v1.1 upwards.
*
* This flag can be used to reduce the size of the resulting code.
*
* If active, anjay will respond with message code 5.01 Not Implemented to any
* composite type request.
*/
/* #undef ANJAY_WITHOUT_COMPOSITE_OPERATIONS */
/**@}*/

#endif // ANJAY_CONFIG_H
10 changes: 10 additions & 0 deletions config/avsystem/commons/avs_commons_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,16 @@
*/
/* #undef AVS_COMMONS_WITH_MBEDTLS_PSA_ENGINE_PROTECTED_STORAGE */

/**
* Enables use of the <c>psa_generate_random()</c> function as the default
* random number generator when using the Mbed TLS crypto backend, instead of
* CTR-DRBG seeded by the Mbed TLS entropy pool.
*
* It's meaningful only when @ref AVS_COMMONS_WITH_MBEDTLS is enabled. However,
* it is independent from the above PSA engine settings.
*/
/* #undef AVS_COMMONS_WITH_MBEDTLS_PSA_RNG */

/**
* Is the <c>dlsym()</c> function available?
*
Expand Down
2 changes: 1 addition & 1 deletion deps/anjay
Submodule anjay updated 104 files

0 comments on commit 5d09118

Please sign in to comment.