Skip to content

Commit

Permalink
manifest: update homekit revision
Browse files Browse the repository at this point in the history
nrfconnect/sdk-homekit#471

Signed-off-by: Mariusz Poslinski <mariusz.poslinski@nordicsemi.no>
  • Loading branch information
Mariusz Poslinski committed Aug 17, 2023
1 parent 2bcbb80 commit fa608b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/nrf/releases_and_maturity/known_issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,8 @@ KRKNWK-17343: Accessories become significantly slower when some data pairs in th
As a result, the accessory does not pass the certification test cases exceeding the maximum operation time (for example, TCT012, TCT022 and TCT023).

**Workaround:** Enable the NVS cache by setting the following Kconfig options: :kconfig:option:`CONFIG_NVS_LOOKUP_CACHE` to ``y`` and :kconfig:option:`CONFIG_NVS_LOOKUP_CACHE_SIZE` to ``512`` (requires additional 2KB of RAM).
Additional optimization can be enabled by setting the following Kconfig options: :kconfig:option:`CONFIG_SETTINGS_NVS_NAME_CACHE` to ``y`` and :kconfig:option:`SETTINGS_NVS_NAME_CACHE_SIZE` to ``512`` (requires additional 2KB of RAM).
Additional optimization can be enabled by setting the following Kconfig options: :kconfig:option:`CONFIG_SETTINGS_NVS_NAME_CACHE` to ``y`` and :kconfig:option:`SETTINGS_NVS_NAME_CACHE_SIZE` to ``512`` (requires additional 2KB of RAM).
Alternatively, you can manually cherry-pick and apply commit with fix from ``main`` (commit hash: ``216d6588d069390d2c5291560002ca47684fbfc0``).

.. rst-class:: v2-3-0 v2-2-0

Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ manifest:
- sidewalk
- name: homekit
repo-path: sdk-homekit
revision: b58f49933e66903e7508cc763e01043f2fd64bd2
revision: 216d6588d069390d2c5291560002ca47684fbfc0
groups:
- homekit
- name: find-my
Expand Down

0 comments on commit fa608b4

Please sign in to comment.