-
Couldn't load subscription status.
- Fork 1.4k
nRF Desktop: NVM layout fix for the nRF54L10 board target #23490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -350,6 +350,12 @@ nRF Desktop | |
| You can disable the :ref:`CONFIG_DESKTOP_FN_KEYS_BUTTON_EVENT_SUBSCRIBE_FIRST <config_desktop_app_options>` Kconfig option to use early subscription (:c:macro:`APP_EVENT_SUBSCRIBE_EARLY`). | ||
| * The :ref:`nrf_desktop_passkey` and :ref:`nrf_desktop_buttons_sim` to subscribe for :c:struct:`button_event` as an early subscriber (:c:macro:`APP_EVENT_SUBSCRIBE_EARLY`). | ||
| This allows the modules to process the event before other application modules. | ||
| * The memory layout in every configuration variant of the ``nrf54l15dk/nrf54l10/cpuapp`` board target to fix the out-of-bound partition allocations. | ||
|
||
| Previously, it was assumed that the memory size for this board target was 10 KB larger than the actual one. | ||
| The NVM size in the nRF54L10 SoC is equal to 1012 KB. | ||
|
|
||
| This change in the nRF54L10 partition map is a breaking change and cannot be performed using DFU. | ||
| As a result, the DFU procedure will fail if you attempt to upgrade the sample firmware based on one of the |NCS| v3.0 releases. | ||
|
|
||
| nRF Machine Learning (Edge Impulse) | ||
| ----------------------------------- | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In commit message:
The NVM size
in the nRF54L15 SoC is equal to 1012 KB.
Shouldn't it be The NVM size
in the nRF54L10 SoC is equal to 1012 KB.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also for changelog entry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed